@charset "utf-8";
/* CSS Document */
ul#topnav {

margin: 0;

padding: 0;

list-style: none;

float: left;

font-size: 1.1em;

}

ul#topnav li{

margin: 0;

padding: 0;

overflow: hidden;  /*--Importante - Estado inicial del menu, sin mantenernos encima de el--*/

float: left;

height:40px;

}

ul#topnav a, ul#topnav span {

padding: 10px 20px;

float: left;

text-decoration: none;

color: #fff;

background: url(a_bg.gif) repeat-x;

text-transform: uppercase;

clear: both;

width: 100%;

height: 20px;

line-height: 20px;

}

ul#topnav a{

color: #555;

background-position: left bottom;

}

ul#topnav span{ /*--Por defecto--*/

background-position: left top;

}
.titulos {
	color: #1F6CBC;
	font-weight: bold;
}
a:hover {
	color: #0091AB;
	text-decoration: none;
}
a {
	color: #284686;
	text-decoration: none;
}
.titulo-cursos-relacionados {
	color: #1f6cbc;
	font-size: 14px;
	font-weight: bold;
}
.li-cursos-relacionados {
	color: #93170F;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(images/1_z1.png);
}
.li-interior {
	list-style-position: outside;
	list-style-image: url(images/1_z1.png);
	list-style-type: square;
	color: #333;
}

.texto-resaltado-cursos {
	color: #93170F;
	font-size: 10px;
	font-weight: bold;
}
.titulo-precios {
	font-size: 12px;
	color: #1F6CBC;
}
.texto-resaltado-cursos strong {
	font-size: 12px;
}
.clase-mailto {
	color: #1F6CBC;
	text-decoration: none;
	font-weight: bold;
}
