@charset "utf-8";
.contacto_item {
	float: left;
	width: 520px;
	border: 1px solid #9EBE9E;
	margin: 4px;
	padding: 4px;
	background-color: #DBE9D6;
	font-size: 12px;
	color: #333333;
}
.contacto_contenedor {
	float: left;
	width: 600px;
	margin-left: 25px;
}
.contacto_izquierda {
	float: left;
	width: 580px;
}
.contacto_boton_contenedor {
	float: left;
	margin-top: 20px;
	width: 150px;
	margin-left: 220px;
}



.form_boton {
	background-image: url(../Imagenes/boton-buscador.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 88px;
	color: #666666;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: 0px 0px;
	text-align: center;
	outline:none
}
.form_boton:hover {
	background-position: 0px -29px;
	color: #333333;
}
.mensaje_ok {
	color: #628200;
	background-color: #F2FFCC;
	margin: 20px;
	padding: 20px;
	float: left;
	width: 500px;
	border: 2px solid #99CC00;
}
.contacto_derecha {
	float: right;
	width: 290px;
	margin-top: 50px;
	font-size: 18px;
	color: #666666;
}
.contacto_datos {
	background-color: #D9E8DD;
	padding: 15px;
	border: 1px solid #CBE0C2;
	float: left;
	width: 615px;
	font-size: 14px;
	color: #333333;
}
