#contacto {
	float: left;
	width: 430px;	
	padding: 0 10px 10px;
}
#intro, #formulario, #recordatorio {
	float: left;
	width: 100%;
} 
#imagen {
	float: left;
	width: 118px;
	padding: 0 10px 10px 0;
}
#imagen img {
	padding: 7px;
	background: #fff;
	border: 1px solid #d7d6c8;
}
#recordatorio {
	border-top: 1px solid #d2d7c4;
	padding: 10px 0 0;
	margin: 10px 0 0;
}
#formulario {
	margin: 10px 0 0;
}
#formulario textarea {
	width: 425px;
	overflow: auto;
	border: 1px solid #d2d7c4;
}
#formulario .required input {
	width: 425px;
	border: 1px solid #d2d7c4;
}
.obligatorio {
	color: #fc2e04;
	font-family:verdana,Helvetica,sans-serif;
	font-size:12px;
	vertical-align:-2px;
}
.required {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.submit {
	float: left;
	width: 100%;	
	text-align: right;
}

#col-izq {
	width: 450px;
}
#col-central {
	float: left;
	width: 270px;
	background: url(imagenes/col-central.gif) repeat-x;
	min-height: 500px;
   height: auto !important;
   height: 500px;
}
#col-central h1 {
	margin: 0 0 10px;
	padding: 10px;
	border-bottom: 1px solid #fff;
	color: #7c8045;
	font-size: 23px;
	 font-weight: normal;
	 line-height: 15px;
}
.contacto {
	width: 250px;
	margin: 0 10px 10px;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px;	
	color: #7c8045;
}
.imagen {
	float: left;
	width: 87px;
	padding: 0 10px 0 0;
}
.imagen img {
	padding: 5px;
	background: #fff;
	border: 1px solid #d7d6c8;
}
.imagen a:hover img {
	background: #F8F9F6;
	border:1px solid #7C8045;
	outline: 0; 
}
a.contacto-nombre, a:hover.contacto-nombre, a:visited .contacto-nombre   {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	font-size: 17px;
	font-weight: normal;		
	color: #32331c;
}

#col-central a, #col-central a:hover, #col-central a:visited  {
	color: #32331c;
}

