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

body {
	background-color: #c3d8ed;
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
}
h1 {
	color:#00add8;
	padding-left:0.2em;
	font-size:22px;
}
h2 {
	color:#00add8;

	font-size:18px;
}
#main {
	border: 1px none #CCCCCC;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#main #header {
	background-image: url(../imagenes/cabecera.jpg);
	margin: 0px;
	padding: 0px;
	background-position: top;
	height: 250px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border: 0px none 0;
}
#main #content {
	padding-right: 20px;
	padding-left: 20px;
}
#main #footer {
	background-image: url(../imagenes/pie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	margin-top: 50px;
	clear:both;
}
#main #content #cursos li {
	list-style-image: url(../imagenes/motivolistado.png);
	list-style-position: outside;
}
#main #header #menu {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #header #menu li {
	display: inline;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
}
#main #header #menu li a {
	color:#333333;
	text-decoration:none;
}
.enlace a {
	color:#00add8;
	text-decoration:none;
	font-size:12px;
}
.profesores {
	
	clear:both;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	border-bottom-width:1px;	
	margin-bottom:30px;
	padding-bottom:30px;
	}
.actividades {
	
	clear:both;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	border-bottom-width:1px;	
	margin-bottom:30px;
	padding-bottom:30px;
	}
	
.novedades {
	background-color:#eee;
	clear:both;
	
	margin-bottom:30px;
	padding-bottom:30px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	}
		
.profesores img , .actividades img , .novedades img{
	float:left;
	margin-right:30px;
	margin-top:-5px;
	margin-bottom:25px;
	clear:both;
	background-image:url(../imagenes/fondoimagenes.png);
	padding:20px;
	width:261px;
	height:190px;
}
.titular {
	color:#F60;
}

.fecha{	
	color:#EE4097;
	font-size:12px;
	font-weight:bold;
	}
	
.descargas a{	
	color:#333;
	text-decoration:none;
	background-image:url(../imagenes/descarga_ico.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
.lista_descargas{
	width:310px;
	margin-right:3px;
	float:left;
	}
.lista_descargas .titular{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	}
.cab_lista_descargas{
	background-image:url(../imagenes/cabeceraListado.png);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:14px;}
.body_lista_descargas{
	background-image:url(../imagenes/cuerpolistado.png);
	background-repeat:repeat-y;
	padding-left:25px;
	margin-top:-18px;
	padding-top:5px;
	padding-bottom:10px;}
.pie_lista_descargas{
	background-image:url(../imagenes/pielistado.png);
	background-repeat:no-repeat;
	height:50px;
	margin-top:-15px}
  
