@charset "utf-8";

* {margin: 0; padding: 0; font: 11px Verdana; color: #0b352f; }
q:before,q:after {content: "";}
sup {font-size: 0.8em;}
sub {font-size: 0.8em;}
ul {list-style-type: none;}
a {border: none; text-decoration: none; color: #db2124;}
a:link, a:visited, a:active {outline: none;}
a:hover {text-decoration: none;}
img {border: none; text-decoration: none;} 
acronym {border: 0;}

/* igualar las fuentes a todos los elementos */
h1, h2, h3, h4, h5, strong {font-size: 100%; font-weight: bold;}

/* tablas */
table {width: 100%; border-collapse: collapse; border-spacing: 0;}

/* propociona altura a divs sin altura con contenido flotado */
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.b {border: 1px solid Yellow;} /*clase de uso rápido para destacar los bordes de un bloque*/


#-id_title a{
	color:#fff000;
	text-decoration:none;
}
#-id_link a{
	color:#000;
	text-decoration:none;
}
#-id_desc{
	padding:0;
	margin:0;
	color:#000;
}

/*INICIO INDEX DE LAS AULAS*/
#capa-cursos{
	width:720px;
	position: relative;
}
#capa-cursos .elemento{
	width:325px;
	float:left;
	margin-top:10px;
	color:#000;
}
.content-aula-6{
	width:724px;
	height:377px;
	float:left;
	background:#fff url("/imagenes/aulas/6/fondo.gif") top left no-repeat;
	/*margin-top:12px;*/
	margin-left:10px;
}
.cursos-aula-6{
	float:left;
	height:16em;
	padding:7em 0 1em;
	width:100%;
	float:left;
	height:200px;
}
.cursos-aula{
	float:left;
	width:337px;
	padding-top:10px;
	padding-left:25px;
	color:#000;
}
.cursos-aula a{
	color:#000000;
	float:left;
	font-size:12px;
	font-weight:bold;
	position:relative;
	text-decoration:none;
	width:85%;
}
.elemento {
	display:inline;
	float:left;
	margin-bottom:10px;
	margin-left:50px;
	padding-top:0;
	position:relative;
	width:290px;
}
.aula-atras{
	float:right;
	width:6em;
	margin:5px 0 0 0;
	font-size:14px;
	font-weight:bolder;	
}
.aula-atras img{
	padding:0;
	margin:0;
}
/*FIN INDEX DE LAS AULAS*/

/*INICIO DE ESTADISTICAS DE MATRICULAS*/
.fondo-matriculas-1 div{
	background-color:#EFEFEF;
	/* font-weight:bold; */
	color:#000;
	height:2em;
	line-height:2em;
}
.fondo-matriculas-2 div{
	background-color:#BFBFBF;
	/* font-weight:bold; */
	color:#000;
	height:2em;
	line-height:2em;
}
/*FIN DE ESTADISTICAS DE MATRICULAS*/

/* INICIO MENSAJES DE INFORMACIÓN EN EL REGISTRO */
.punto-informacion{
	position:relative;
	float:left;
	margin-left:0.5em;
	cursor:pointer;
}
.punto-informacion .mensaje-informacion{
	position:absolute;
	width:25em;
	top:0;
	left:3em;
	padding:1em;
	display: none;
	background-color:#fff;
}
.punto-informacion:hover .mensaje-informacion{
	display: block;
}
/* FIN MENSAJES DE INFORMACIÓN EN EL REGISTRO */
