/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #F0CACB;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu_general {
	background-color: #E66E8D;
	list-style-type: none;
	float: right;
}
#menu_general ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#menu_general li {
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 2px;
	list-style-type: none;
	display: inline;
	float: right;
}
#menu_general a {
	color: #000000;
	text-decoration: none;
}
#menu_general a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	background-image: url(../es/images/fondo01.jpg);
	background-repeat: repeat-x;
}
#logo h1 {
	font-size: 125%;
	color: #333333;
}
#nav {
	float: right;
	width: 100%;
	list-style: none;
	background-color: #9B2342;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7786;
	padding: 0px;
	margin: 0;
}
#nav li {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
#nav a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9B2342;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9B2342;
	border-right-color: #9B2342;
	border-bottom-color: #E66E8D;
	border-left-color: #9B2342;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#nav a:hover{
	color: #000000;
	background-color: #FF7786;
	background-position: left top;
	border-top-color: #FF7786;
	border-right-color: #FF7786;
	border-bottom-color: #FF7786;
	border-left-color: #FF7786;
	font-weight: bold;
	text-decoration: none;
}
#t-intro a{
	color: #FFFFFF;
	background-color: #E2727D;
	background-position: left top;
	border-top-color: #9B2342;
	border-right-color: #9B2342;
	border-bottom-color: #9B2342;
	border-left-color: #9B2342;
	font-weight: bold;
	text-decoration: none;
}

#titulos_zonas1{
	background-image: url(../es/images/fondo02.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 105%;

}
#titulos_zonas2{
	background-image: url(../es/images/fondo03.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 105%;

}
#pie_navegacion {
	font-size: 95%;
	color: #0C63A6;
	background-color: #D6D6D6;
	text-align: center;
}
#pie_navegacion a {
	color: #0C63A6;
	text-decoration:none;
}
#pie_navegacion a:hover {
	color: #000000;
	text-decoration:none;
} 

#pie_datos {
	font-size: 95%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
#pie_datos a {
	color: #FFFFFF;
	text-decoration: none;	
}
#pie_datos a:hover {
	color: #8CA7BB;
	text-decoration: none;	
}
#panel_datos {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCBEBD;
	background-repeat:  repeat-y;
	background-position: left top;
}
#panel_datos   .p1  
{
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#panel_datos  .p2 
{
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}


#panel_datos li {
	list-style-image: url(../es/images/vineta04.gif);
}
#panel_datos ul {
	margin-top: 5px;
	margin-left: 20px;
}
#panel_datos .faq
{
	list-style-type: square;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#panel_datos .faq li
{
	list-style-type: square;
	margin-top: 6px;
	padding: 0px;
}


.subtitulo {
	font-size: 140%;
}
.borde_inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#textos {
	font-size: 108%;
	text-align: justify;
}
#textos ul {
	margin-top: 5px;
	margin-left: 20px;
}
#textos li {
	list-style-image: url(../es/images/vineta03.gif);
	padding-bottom: 5px;
}
#textos li ul li{
	list-style-image: url(../es/images/vineta04.gif);
	padding-bottom: 5px;
}



/*Estilo de enlaces*/
.azul{
	color: #3C54A6;
	text-decoration: none;
	font-size: 105%;
}
.azul:link{
	color: #3C54A6;
	text-decoration: none;
	font-size: 105%;
}
.azul:hover{
	color: #DD5563;
	text-decoration: underline;
}

.verde {
	color: #1E7A8A;
	font-size: 105%;
	text-decoration: none;
}
.verde:link{
	color: #1E7A8A;
	text-decoration: none;
	font-size: 105%;
}
.verde:hover {
	color: #FF9900;
	text-decoration: underline;
}
.blanco{
	color: #ffffff;
	text-decoration: none;
}
.blanco:link{
	color: #ffffff;
	text-decoration: none;
}
.blanco:hover{
	color: #DD5563;
	text-decoration: underline;
}
.rojo{
	font-size: 105%;
	font-weight: bold;
	color: #CC0000;
}
.rojo:link{
	font-size: 105%;
	font-weight: bold;
	color: #CC0000;
}
.rojo:hover{
	font-size: 105%;
	font-weight: bold;
	color: #003399;
}

/* Textos*/
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
.texto_resaltar1{
	font-weight: bold;
	color: #DF7000;
	font-size: 110%;
}
.texto_especialidad1 {
	font-size: 110%;
}
.texto_resaltar2 {

	font-weight: bold;
	color: #CC0000;
	font-size: 120%;
}
.texto_especialidad2 {
	font-size: 105%;
}
.titulo_info {
	font-size: 105%;
	font-weight: bold;
	color: #CC0000;
}
.descripcion_corta_info {
	font-size: 100%;
	color: #333333;
}
/*Formularios*/
input {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
#news {
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news p {
	margin-top: 5px;
}
.fertil_video
{
	padding: 0px;
	margin: 0px;
	border: 1px solid #666666;
}
.fertil_video2
{
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
