@charset "utf-8";
/* CSS Document */

.fondo {
	background-image: url(img/linea_fondo.jpg);
	background-repeat:  repeat-y;
}
.texto_pie {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 8pt;
	color: #999999;
}
.fondoprincipal1 {
	background-image: url(img/fondo1_principal.jpg);
	background-repeat: no-repeat;
}
.fondoprincipal2 {
	background-image: url(img/fondo2_principal.jpg);
	background-repeat: no-repeat;
}
.fondoprincipal3 {
	background-image: url(img/fondo3_principal.jpg);
	background-repeat: no-repeat;
}
.texto_general {
	font-family: Tahoma;
	font-size: 9pt;
	color: #666666;
	line-height: normal;
	font-weight: normal;
}
.fondo_menu_cursos {
	background-image: url(img/fondo1_cursos.jpg);
	background-repeat: no-repeat;
}
a:link {
	font-family: Tahoma;
	font-size: 10pt;
	color: #0099FF;
}
a:visited {
	font-family: Tahoma;
	font-size: 10pt;
	color: #0099FF;
}
.fondo3_partoenagua {
	background-image: url(img/fondo3_parto_en_agua.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover {
	font-family: Tahoma;
	font-size: 10pt;
	color: #00CCFF;
}
.fondo_izq_parto {
	background-image: url(img/fondo1_parto_en_agua.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondo2_parto {
	background-image: url(img/fondo2_parto_en_agua.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.lista {
	list-style-image: url(img/vineta.jpg);
	font-family: Tahoma;
	font-size: 10pt;
	text-align: justify;
	text-indent: 0px;
	white-space: normal;
}
