/* bassic styling */
*{

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#wrap-form-contact{
	width: 160px;
	margin: 15px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border: solid 1px #2b7fb4;
	background: #fff4dd;
}

#contacto-titulo{
	background: #2b7fb4;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.mensajeform{
	display: none;
	padding: 8px 35px 8px 14px;
	margin: 20px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* form styling */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	width:100%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	padding: 6px 5px 3px 5px;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:0 0 5px;
	border-radius:5px;
	width: 130px;
}

textarea {
	height:50px;
	max-width:100%;
	padding-right: inherit;
	}



button[type="submit"] {
	cursor:pointer;
	width:142px;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #FA8B13 0%, #FAA611 52%);
	background-image:-moz-linear-gradient(bottom, #FA8B13 0%, #FAA611 52%);
	background-image:-webkit-linear-gradient(bottom, #FA8B13 0%, #FAA611 52%);
	color:#FFF;
	margin:0 0 9px;
	padding:5px;
	border-radius:5px;
	border: solid 1px #DF9003;
}
button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #FAA611 0%, #FAA611 52%);
	background-image:-moz-linear-gradient(bottom, #FAA611 0%, #FAA611 52%);
	background-image:-webkit-linear-gradient(bottom, #FAA611 0%, #FAA611 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	border: solid 1px #DF9003;
}
button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
input:focus,
{
	outline:0;
	border:1px solid #999;
	
}

.textarea-style {
	height: 50px; 
	padding: 5px; 
	width:130px
}

.textarea-style:focus {
	height: 300px; 
}

label{
	display: block;
	margin: 5px 0;
	font-weight: 900;
	cursor: pointer;
	padding-right: 15px;
}
word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;