@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------*/
/* =  Contact
/*-------------------------------------------------*/

#outer-map {
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin: 0 20px 20px;
}

div#map {
	margin: 5px;
	height: 320px;
	border: 1px solid #e7e7e7;
}

#contact h1,
#contact h1 {
	color: #AB833F;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 18px;
}

#contact-form {
	margin-bottom: 40px;
	display: inline-block;
}

#contact input[type="text"],
#contact-form2 input[type="text"] {
	float: left;
	border: 1px solid #d8d8d8;
	font-family:arial;
	font-size:11px;
	color: #878787;
	padding:17px 10px;
	padding-left: 44px;
	margin-bottom:10px;
	margin-right: 10px;
	display:block;
	height:10px;
	width: 100%;
	background:rgba(255, 255, 255, 0.2);
	background:rgba(255, 255, 255)\0/;
	border-radius: 0 !important;
}

#contact label,
#contact-form2 label {
	position: relative;
	float: left;
	min-width: 36px;
	height: 36px;
	cursor: pointer;
	margin-bottom: -50px;
}

#label {
	background:  #2c4d40 url('../images/label1.png') center no-repeat;
}

#label1 {
	background:  #2c4d40 url('../images/label2.png') center no-repeat;
}

#label2 {
	background:  #2c4d40 url('../images/label3.png') center no-repeat;
}

#contact textarea,
#contact-form2 textarea {
	clear: both;
	border: 1px solid #d8d8d8;
	font-family:arial;
	font-size:11px;
	color: #878787;
	width: 100%;
	height: 140px;
}

#contact-form2 textarea {
	height: 128px;
	border-radius: 0 !important;
}

#contact input[type="submit"] {
	cursor: pointer;
	float: right;
	font-family: arial;
	font-size: 15px;
	background: #2c4d40;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: none;
	padding: 10px 25px 8px;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}

#contact input[type="submit"]:hover {
	background: #2c4d40;
}

/*aqui los textos de error y mensaje enviado con exito ubicados en .js*/
#contact .message {
	float: left;
	height:30px;
	font-size:12px; 
}

#contact .message-error {
	padding: 0 0 0 40px;
	color: #930;
  
} 
#contact .message-error:before{ /* Este es un truco para crear una flechita */ 
    content: ''; 
    border-top: 8px solid transparent; 
    border-bottom: 8px solid #930; 
    border-right: 8px solid transparent; 
    border-left: 8px solid transparent; 


} 



#contact .message-success {
	color: #fff; display:block; font-size:14px; background-color: #2c4d40; padding:10px; line-height:12px 
}

/*FIN aqui los textos de error y mensaje enviado con exito ubicados en .js*/

#contact .span4 p {
	margin-bottom: 15px;
}

#contact .span4 div {
	margin-bottom: 12px;
}

#contact div p {
	font-size: 12px;
	font-family: arial;
	color: #666;/* #9d9d9d; GABY*/
	margin-bottom: 8px;
	line-height: 20px;
}

#contact div img { 
	margin-right: 10px;
	margin-bottom: -3px;
}
