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

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
ul {
	list-style-type: none;
}
body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat:   no-repeat;
	background-color: #F8F8F8;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	color: #546757;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#all {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/* ENCABEZADO ---------------------------------------------------------------------- */
#encabezado {
	height: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4C782B;
	padding-top: 40px;
}
#encabezado  p {
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-top: 4px;

}
#encabezado #turnos {
	float: right;
	width: 230px;
	line-height: 16px;
}
#encabezado #horarios {
	float: left;
	width: 200px;
	line-height: 16px;
	padding-left: 50px;
}
#encabezado #horarios em {
	color: #999999;
}

.txt_blanco {
	color: #FFFFFF;
}
/* ANIMACION ---------------------------------------------------------------------- */
#animacion {
	height: 200px;
}
/* MENU --------------------------------------------------------------------------- */
#menu {
	height: 23px;
	margin-bottom: 5px;
	background-color: #4C782B;
	text-align: center;
	padding-top: 2px;
}
#menu li {
	display: inline;
	margin-right: 9px;
	margin-left: 9px;
	color: #11A69E;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}#menu a:hover {
	color: #A9BC70;
}
/* SUBMENU ----------------------------------------------------------------------- */
#submenu {
	width: 220px;
	padding-top: 45px;
	padding-left: 55px;
	float: left;
	padding-bottom: 10px;
}
#submenu li {
	margin-bottom: 10px;
	color: #FF6600;
}
#submenu a {
	color: #666666;
	text-decoration: none;
}
#submenu a:hover {
	color: #85A32C;
}#submenu p {
	color: #666666;
}
#esp_medicas {
	width: 177px;
	float: left;
	height: 170px;
	margin-top: 45px;
	margin-right: 50px;
	margin-bottom: 40px;
	margin-left: 55px;
}
#staff {
	float: left;
	width: 177px;
	height: 170px;
	margin-top: 45px;
	margin-bottom: 40px;
}
#cob_med {
	float: left;
	height: 170px;
	width: 177px;
	margin-top: 45px;
	margin-right: 45px;
	margin-bottom: 40px;
	margin-left: 45px;
}
#cont {
	float: left;
	height: 170px;
	width: 177px;
	margin-top: 45px;
	margin-right: 55px;
	margin-bottom: 40px;
}
h5 {
	font-weight: normal;
	color: #4B7A29;
	text-align: center;
	font-size: 15px;
	margin-bottom: 3px;
	padding-right: 5px;
}

#news1 {
	float: left;
	height: 150px;
	width: 365px;
	margin-bottom: 45px;
	margin-left: 55px;
	padding: 20px;
	background-image: url(imagenes/news.jpg);
	background-repeat: no-repeat;
}
#news2 {
	float: right;
	height: 150px;
	width: 365px;
	margin-right: 55px;
	margin-bottom: 45px;
	background-image: url(imagenes/news.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
#tit1, #tit2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4B7A29;
	margin-bottom: 7px;
}

#foto1, #foto2 {
	float: left;
	width: 110px;
	margin-right: 22px;
	padding-top: 5px;
	padding-left: 5px;
}
#descrip1, #descrip2 {
	float: left;
	padding-right: 10px;
	color: #546757;
	width: 215px;
}

#mas_info1, #mas_info2 {
	text-align: right;
	float: right;
	width: 100px;
	padding-right: 15px;
	padding-top: 2px;
}
#mas_info1 a, #mas_info2 a {
	color: #4B7A29;
	text-decoration: none;
}
#mas_info1 a:hover, #mas_info2 a:hover {
	color: #999999;
}




/* CONTENIDO ---------------------------------------------------------------------- */
h2  {
	text-transform: uppercase;
	color: #4B7A29;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(imagenes/flecha_verde.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 3px;
}
h3 {
	text-transform: uppercase;
	color: #81A738;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-weight: normal;
	text-transform: uppercase;
	color: #80A637;
	margin-bottom: 7px;
}

p  {
	margin-bottom: 10px;
	line-height: 16px;
}
.p_destacado {
	padding-bottom: 15px;
}


#contenido {
	float: right;
	padding-top: 45px;
	padding-right: 55px;
	padding-bottom: 45px;
	width: 580px;
}
.img_planos {
	margin-right: 8px;
}


#contenido ul {
	margin-bottom: 20px;
	margin-left: 10px;
}
#contenido li {
	background-image: url(imagenes/cuadrado_lista.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 6px;
	padding-bottom: 5px;
}
#contenido ol li {
	margin-bottom: 12px;
	list-style-type: none;
}
#contenido a {
	color: #598C33;
	text-decoration: none;
}
#contenido a:hover {
	color: #999999;
}
#contenido strong {
	color: #598C33;
}
.volver {
	background-image: url(imagenes/flecha_volver.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 8px;
}
#cv {
	height: 420px;
	width: 350px;
	background-color: #FFFFFF;
	background-image: url(imagenes/cv_fondo.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#cv_nombre {
	float: left;
	height: 15px;
	width: 230px;
	margin-right: 35px;
	padding-top: 70px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #46712A;
}
#cv_foto {
	float: right;
	height: 85px;
	width: 71px;
	margin-right: 9px;
}
#cv_info {
	width: 350px;
	float: left;
	padding-top: 25px;
}

.listadoMayusculas {
	text-transform: uppercase;
	color: #4C782B;
}
#col_01, #col_02 {
	float: left;
	width: 210px;
	margin-left: 15px;
	margin-right: 25px;
}
.farm_letra {
	background-color: #AACA7B;
	text-align: center;
	width: 28px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.farm_num {
	background-color: #E2EBD3;
	text-align: center;
	width: 28px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.farm_turno {
	background-color: #AACA7B;
	text-align: center;
	width: 140px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.farm_dire {
	background-color: #E2EBD3;
	text-align: center;
	width: 140px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 7px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}



/* TELEFONOS ------ */
.banda01 {
	background-color: #E1E4DA;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}

.banda02 {
	background-color: #E2E8D7;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
/* UBICACION ------ */
#contenido iframe {
	margin-top: 10px;
	border: 3px solid #CBD5BC;
}
#contenido iframe p {
	padding-top: 10px;
	margin-top: 10px;
}
/* CONTACTO ------ */
#contacto {
	padding-top: 20px;
}
.campo {
	height: 20px;
	width: 420px;
	margin-bottom: 7px;
	border: 1px solid #999C95;
}
.campoConsulta {
	height: 100px;
	width: 420px;
	margin-bottom: 7px;
	border: 1px solid #999C95;
}
.btn {
	color: #FFFFFF;
	background-color: #4C782B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#horarios_reloj {
	width: 220px;
	float: left;
	background-image: url(imagenes/horarios.jpg);
	background-repeat: no-repeat;
	background-position: 40px 0px;
	padding-top: 33px;
	height: 230px;
	padding-left: 55px;
}
#horarios_reloj h3 {
	text-transform: uppercase;
	color: #5E8A35;
	text-align: right;
	padding-right: 26px;
	padding-bottom: 10px;
}
#horarios_reloj p {
	font-size: 11px;
}


/* PIE --------------------------------------------------------------------------- */
#pie {
	background-color: #4C782B;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #506327;
	border-bottom-color: #506327;
	clear:both;
	padding-top: 15px;
	padding-right: 55px;
	padding-bottom: 7px;
	padding-left: 55px;
	color: #E2E2E2;
	float: left;
	width: 850px;
	border-right-style: none;
	border-left-style: none;
}

#pie a {
	color: #E2E2E2;
	text-decoration: none;
	font-size: 11px;
}
#pie a:hover {
	color: #BCCDAF;
}
#pie li {
	display: inline;
	line-height: 16px;
}
#pie h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #E2E2E2;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#pie p {
	line-height: 16px;
	font-size: 11px;
}
#datos {
	float: left;
	width: 280px;
}
#navegacion {
	float: left;
	width: 215px;
	margin-right: 57px;
	margin-left: 57px;
}
#register {
	float: left;
	width: 240px;
	margin-top: 24px;
	text-align: right;
}

.enea {
	background-image: url(imagenes/enea.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	font-size: 11px;
	background-position: 0px 3px;
	margin-left: 2px;
}

