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



body {
	background-color: #FFF;
	background-image: url(../imagenes/fondo_rayas.gif);
	background-repeat: repeat;
	
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666;
}

#contenedor
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1020px;
	height: 691px;
	margin-top: -345px;
	margin-left: -510px;
	overflow:hidden;
	
}

#logos{
	 z-index:10;
	 position:relative; 
	 top:60px; 
	 left:60px; 
	 margin:0px;
	 width: 600px;
	 clear:both;
}
#menu{
	 z-index:10;
	 position:relative; 
	 top:80px; 
	 left:0px; 
	 margin:0px;
	 width: 650px;
}
#titulo{margin-bottom:20px;}

#contenido{position:relative; top:110px; left:60px; width:480px;}


.pastilla { width:480px;}
	.head{ background-image:url(../imagenes/pastilla_top.png); background-position:left bottom; background-repeat:no-repeat; height:10px}
	.bottom{background-image:url(../imagenes/pastilla_bottom.png); background-repeat:no-repeat; height:10px}
	.content{background-image:url(../imagenes/pastilla_bg.png); background-repeat:repeat-y; color:#FFF;text-align:center; font-weight:bold; line-height:16px}

	.head50{ background-image:url(../imagenes/pastilla_top_50.png); background-position:bottom; background-repeat:no-repeat; height:19px}
	.bottom50{background-image:url(../imagenes/pastilla_bottom_50.png); background-repeat:no-repeat; height:19px}
	.content50{background-image:url(../imagenes/pastilla_bg_50.png); background-repeat:repeat-y; color:#FFF;text-align:center; font-weight:bold; line-height:16px}

h1{ margin:0; padding:0; line-height:normal}
.titular, h1{ font-size:14px; font-weight:bold;margin-bottom:10px;margin-top:10px;}

.negrita{ font-weight:bold}
.blanco{color:#FFF;}

.body_curso { margin:0px; background: transparent; background-image:none;font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666;}
.titular_curso{color:#7C9E06; font-size:11px;}
.verde{color:#7C9E06;}

a.curso{color:#666666; text-decoration:none; font-weight:normal}
a.curso:hover{color:#7C9E06; text-decoration:none;}

	a.cursoactivo{color:#7C9E06;text-decoration:none; font-weight:bold}
	a.cursoactivo:hover{color:#7C9E06; text-decoration:none;}



