
/* CSS Document */

#contenedor_grande_contacto {
	 width: 990px;
	 height: 928px;
	 margin: 0 auto;
	 text-align: center;
}

#contenedor_left_contacto {
	float: left;
	width: 9px;
	margin-left: 5px;
	height: 784px;
	display: block;
	background-image:url(../images/background_left.png);
	background-repeat:repeat-y;
}

#contenedor_right_contacto {
	float: left;
	width: 12px;
	height: 784px;
	display: block;
	background-image:url(../images/background_right.png);
	background-repeat:repeat-y;
}

#contenedor_contenido_contacto {
	float: left;
	width: 960px;
	height: 784px;
	display: block;
	text-align:left;
	background-image:url(../images/background_center.jpg);
	background-repeat:repeat-x;
}

#contenedor_principal_contacto {
	float: left;
	display: block;
	width: 960px;
	height: 767px;
	background-image:url(../images/background_ofertas_2.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	text-align: left;
}

#titulo_contenedor_principal_contacto {
	display: block;
	clear: both;
	margin-left: 27px;
	margin-top: 3px;
	font-family: Arial;
	color: #095832;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
}

#contenedor_izquierda_contacto {
	float: left;
	display: block;
	width: 369px;
	height: 652px;
	margin-top: 30px;
	margin-left: 27px;
}

#contenedor_derecha_contacto {
	float: left;
	display: block;
	width: 513px;
	height: 652px;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 30px;
	background-image: url(../images/background_mapa_contacto.png);
	background-position: left;
	background-repeat: no-repeat;
}

#contenedor_informacion_contacto {
	float: left;
	display: block;
	width: 369px;
	height: 212px;
}


#contenedor_formulario_contacto{
	float: left;
	display: block;
	width: 369px;
	height: 440px;
	font-family: Arial;
	font-size: 17px;
}

.titulo_contacto {
	margin-top: 3px;
	font-family: Arial;
	color: #095832;
	font-size: 22px;
	font-weight: bold;
}

#contenendor_informacion_izquierdo_contacto {
	float: left;
	display: block;
	width: 125px;
	height: 150px;
	font-family: Arial;
	color: #7E6513;
	font-size: 18px;
	font-weight: bold;
}

#item_telefono_contacto {
	background: url(../images/telefono_contacto.png) left center no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	height: 35px;
}

#contenedor_informacion_contacto ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	height: 32px;
}

#item_email_contacto {
	background: url(../images/email_contacto.png) left center no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	height: 35px;
}

#item_direccion_contacto {
	background: url(../images/direccion_contacto.png) left center no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	height: 35px;
}

#contenendor_informacion_derecho_contacto {
	float: left;
	display: block;
	width: 222px;
	height: 156px;
	font-family: Arial;
	color: black;
	font-size: 18px;
	padding-left: 10px;
}

#contenendor_informacion_derecho_contacto ul li {
	padding-top: 10px;
	height: 35px;
}

#contenendor_informacion_derecho_contacto ul li a{
	text-decoration: none;
	color: black;
}

#contenendor_informacion_derecho_contacto ul li a:hover{
	text-decoration: underline;
}

#texto_formulario_contacto {
	float: left;
	display: block;
	width: auto;
}

#campos_formulario_contacto {
	float: left;
	display: block;
	width: 240px;
	height: 240px;
	margin-left: 10px;
}

#campos_formulario_contacto input {
	width: 100%;
	margin-bottom:19px;
}

#campos_formulario_contacto div {
	height: 100px;
}

#campos_formulario_contacto div textarea {
	width: 100%;
	height: 100%;
}

#campos_formulario_contacto textarea{
	margin-bottom: 19px;
}

#contenedor_resultado_contacto {
	float: right;
	padding-top: 20px;
	display: block;
	width: 200px;
}

#resultado_envio_contacto {
	float: left;
	display: block;
	color: green;
	height: 25px;
	width: 190px;
}

#boton_envio_contacto {
	background-image: url(../images/background_cabecera_boton.png);
	background-repeat: no-repeat;
	padding: 4px 8px 8px 9px;
	display: inline;
	float: right;
	margin-right: 25px;
}

#boton_envio_contacto a {
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

#contenedor_mapa {
	height: 600px;
	width: 500px;
}
