body{
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3a3b3c;
	background-image:url(../imagenes/fondoBody.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
}
body.formularioInscripcion{
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#111111;
	background-image:url(../imagenes/fondoBody.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000000;
}
a{
	color:#285e61;
	text-decoration:none;
}
a:hover{
	color:#3d8f94;
}
p{
	padding-bottom:5px;
}
strong{
	font-weight:bold;
}
#contenedor{
	position:relative;
	width:972px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#FFFFFF;
}
.formularioInscripcion #contenedor{
	position:relative;
	width:450px;	/* 972 - 261 - 261 */
	padding-top:144px;
	padding-left:261px;
	padding-right:261px;
	padding-bottom:22px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:#FFFFFF;
}

.flotarIzquierda{
	float:left;
}
.flotarDerecha{
	float:right;
}
.flotarImagenIzquierda{
	float:left;
}
.flotarImagenDerecha{
	float:right;
}
/************************************************************************************************
	Cabecera
************************************************************************************************/
#cabecera{
	position:relative;
	width:948px;	/* 972 - 12 - 12*/
	height:141px;	/* 144 - 3 */
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	background-image:url(../imagenes/cabecera/fondoCabecera.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#cabecera a.registroProfesores{
	display:block;
	width:73px;
	height:25px;
	line-height:18px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
}
#cabecera a.registroProfesores:hover{
	text-indent:-73px;
}
#cabecera a.accesoProfesores{
	display:block;
	width:63px;
	height:25px;
	line-height:18px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
#cabecera a.accesoProfesores:hover{
	text-indent:-63px;
}
#cabecera h1{
	width:456px;
	height:64px;
	position:absolute;
	left:208px;
	top:57px;
}
#cabecera p.enviaNoticia{
	position:absolute;
	left:25px;
	top:50px;
	color:#285e61;	
	line-height:18px;
	font-weight: bold;
}
#cabecera a.cajaMadrid{
	position:absolute;
	width:107px;
	height:100px;
	right:22px;
	top:31px;
}
/************************************************************************************************
	Fin Cabecera
************************************************************************************************/
/************************************************************************************************
	Menú Horizontal
************************************************************************************************/
#menuHorizontal{
	width:948px;	/* 972 - 12 - 12*/
	height:22px;	/* 24 - 2 */
	line-height:18px;
	margin-left:12px;
	margin-right:12px;
	border-bottom:2px solid #a8a8a8;
	overflow:hidden;
}
#menuHorizontal p{
	padding-left:12px;
	padding-right:12px;
}
#menuHorizontal p strong{
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#141215;
}
#menuHorizontal p span{
	float:right;
}
#menuHorizontal p span a{
	font-weight:bold;
}
/************************************************************************************************
	Fin Menú Horizontal
************************************************************************************************/
/************************************************************************************************
	Contenido
************************************************************************************************/
#contenido{
	width:972px;
	padding-bottom:60px;
	overflow:hidden;
	background-image:url(../imagenes/fondoContenido.gif);
	background-position:left;
	background-repeat:repeat-y;
}
/*******************************************
	Menú Categorias
*******************************************/
#contenido ul#menuCategorias{
	float:left;
	width:184px;
	padding-top:4px;
	overflow:hidden;
}
#contenido ul#menuCategorias li a{
	display:block;
	width:184px;
	height:60px;
	overflow:hidden;
}
#contenido ul#menuCategorias li a:hover,#contenido ul#menuCategorias li a.activado:hover{
	text-indent:-184px;
}
#contenido ul#menuCategorias li a.activado{
	text-indent:-368px;
}
/*******************************************
	Fin Menú Categorias
*******************************************/
/*******************************************
	Notas
*******************************************/
#notas{
	width:591px;
	float:left;
	padding-top:9px;
}
#notas .nota{
	position:relative;
	float:left;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
}
#notas .nota img{
	border:1px solid #a7a8aa;
}
#notas .nota h1{
	width:567px;
	font-size:12px;
	font-weight:normal;
	color:#464648;
	padding-left:10px;
	padding-bottom:5px;
}
#notas .nota h1 a{
	color:#464648;
}
#notas .nota h1 a:hover{
	color:#86878a;
}
#notas .nota h2{
	font-size:14px;
	padding-bottom:5px;
	padding-left:10px;
}
#notas .nota p{
	line-height:18px;
	padding-left:10px;
}
#notas .nota p.leerMas{
	float:right;
	clear:both;
	font-size:10px;
}
#notas .nota p.leerMas a,#notas .nota p.leerMasIzquierda a{
	text-transform:uppercase;
}
#notas .nota p.leerMasIzquierda{
	float:left;
	clear:both;
	font-size:10px;
}
#notas .filaNoticias{
	width:581px;	/* 591 - 5 - 5 */
	padding:10px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
}
/*************************
	Borde Filas
*************************/
#notas .filaNoticias.bordeInferior{
	border-bottom:1px solid #cccccc;
}
/*************************
	Fin Borde Filas
*************************/
#notas .filaNoticias.dosColumnas{
	background-image:url(../imagenes/notas/fondoLineaNotasDosColumnas.gif);
	background-repeat:repeat-y;
}
#notas .filaNoticias.dosColumnas .nota{
	width:280px;	/* 290 - 5 - 5 */
}
#notas .filaNoticias.dosColumnas .nota.margenDerecho{
	margin-right:1px;
}

#notas .filaNoticias .nota .notaTexto,#notas .filaNoticias .nota .notaImagen{
	overflow:hidden;
}
#notas .filaNoticias .nota .notaImagen.margenImagenIzquierda{
	padding-left:2px;
}
#notas .filaNoticias .nota.imagenIzquierda .notaTexto{
	width:427px;	/* 571 - 144 */
	float:right;
}
#notas .filaNoticias .nota.imagenIzquierda .notaImagen{
	width:144px;
	float:left;
}
#notas .filaNoticias .nota.imagenIzquierda.imagenMediana .notaTexto{
	width:293px;	/* 571 - 278 */
	float:right;
}
#notas .filaNoticias .nota.imagenIzquierda.imagenMediana .notaImagen{
	width:268px;	/* 278 - 10 */
	padding-right:10px;
	float:left;
}



#notas .filaNoticias .nota.imagenDerecha .notaTexto{
	width:411px;	/* 571 - 160 */
	float:left;
}
#notas .filaNoticias .nota.imagenDerecha .notaImagen{
	width:150px;	/* 160 - 10 */
	padding-left:10px;
	float:right;
}
#notas .filaNoticias .nota.imagenDerecha.imagenMediana .notaTexto{
	width:271px;	/* 571 - 300 */
	float:left;
}
#notas .filaNoticias .nota.imagenDerecha.imagenMediana .notaImagen{
	/* Aguante IE6 */
	width:280px;	/* 300 - 20 */
	padding:0px;
	float:right;
}
#notas .filaNoticias .nota.imagenDerecha.imagenMediana .notaImagen{
	width:280px;	/* 300 - 20 */
	padding-left:20px;
	float:right;
}


#notas .filaNoticias .nota.sinImagen .notaTexto{
	width:571px;
}


#notas .filaNoticias .nota.flotarImagenIzquierda img{
	float:left;
	margin-right:10px;
	margin-top:5px;
}
#notas .filaNoticias .nota.flotarImagenDerecha img{
	float:right;
	margin-left:10px;
	margin-top:5px;
}


#notas .filaNoticias .nota.destacarNota h2{
	font-size:20px;
}
#notas .filaNoticias .nota.destacarNota p{
	color:#000000;
}
/*********************
	Fin Plantilla 01
*********************/
/*******************************************
	Fin Notas
*******************************************/
/*******************************************
	Secciones Especiales
*******************************************/
#contenido #seccionesEspeciales{
	float:left;
	width:188px;	/* 197 - 6 - 3 */
	padding-top:4px;
	padding-left:6px;
	padding-right:3px;
	overflow:hidden;
}
#contenido #seccionesEspeciales li a.naos{
	height: 96px;
}
#contenido #seccionesEspeciales li a{
	display:block;
	width:188px;
	height:118px;
	padding-bottom:5px;
	overflow:hidden;
}
#contenido #seccionesEspeciales li a:hover{
	text-indent:-188px;
}
/*******************************************
	Fin Secciones Especiales
*******************************************/
/************************************************************************************************
	Fin Contenido
************************************************************************************************/
/************************************************************************************************
	Pie
************************************************************************************************/
#pie{
	width:952px;	/* 972 - 10 - 10 */
	height:26px;
	background-color:#FFFFFF;
	background-image:url(../imagenes/pie/fondoPie.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-left:10px;
	padding-right:10px;
	margin-top:8px;
	margin-bottom:8px;
	font-size:10px;
	color:#5d5d5f;
	line-height:26px;
	clear:both;
}
#pie p{
	width:297px;	/* 317 - 10 - 10 */
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#pie p strong{
	font-weight:normal;
	color:#141215;
}
#pie p span{
	float:right;
}
#pie p.cajaMadrid{
	text-align:center;
}
/************************************************************************************************
	Fin Pie
************************************************************************************************/