@charset "iso-8859-1";
/* CSS Document */

@media screen and (max-width:800px){

/*estilos de la cabecera*/
#cabecera_slide{
	min-width:100%;
	height:auto;
	border-bottom:3px solid #B7DBFF;
}
#cabecera_slide_contenido{
	width:100%;
	height:auto;
	padding-top:3px;	
}
#cabecera_slide_contenido img{
	max-width:100%;
	height:auto;	
}
/*************************/




/*estilos del cuerpo*/
#presentacion{
	width:92%;
	padding-bottom:60px;
	background-image:url(../imagenes/fondo_separador_secion_formulario.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin:auto;
	margin-bottom:70px;	
}
#presentacion_contenidos{
	display:block;
}
#presentacion_contenidos_intro{
	display:block;
	float:none;
	width:90%;
	margin:auto;	
}
#titulo_presentacion{
	color:#484D55;
	font:40px euron;
	margin:0;	
}
#subtitulo_presentacion{
	color:#349AFF;
	font:22px euron;
	margin:0;	
}
#cuerpo_presentacion{	
	color:#9197A2;
	margin:0;
	padding-top:30px;
	font-size:15px;
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:3px double #EEE;
	text-align:justify;
}

#presentacion_contenidos_formulario{
	float:none;
	width:90%;
	margin:0 auto;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto;
	height:185px;
}
#form_intro_profesor{
	display:block;
	/*width:90%;*/
	margin:0 auto;
	padding:5px 0 0 0;	
}
#form_intro_profesor label{
	display:block;
	/*width:90%;*/
	font-size:15px;
	font-weight:bold;
	text-align:left;
	padding-right:0;	
}
#form_intro_profesor input{
	background-color:#B6AB9A;
	padding:6px;
	width:90%;
	border:1px solid #FFF;
	border-radius:6px;
	color:#FFF;
	box-shadow:0 0 10px #444 inset;
	margin-top:8px;
}
#form_intro_profesor_user{
	padding-left:0;	
}
#form_intro_profesor_boton{
	width:90%;
	margin:auto;
	text-align:center;
	padding:14px 0 0 0;	
}
#form_intro_profesor_boton img:hover{
	cursor:pointer;
	opacity:.6;
}



.lista_noticias{
	display:block;
	list-style:none;
	padding:0;
	margin:0;	
}
.noticia{
	display:block;
	width:90%;
	float:none;
	margin:30px auto 0 auto;	
}
.noticia p{
	margin:0;
	padding:0;	
}
.noticia_fecha{
	float:left;
	background-image:url(../imagenes/pat_fondo_fecha_noticia.png);
	background-repeat:repeat-x;
	padding:6px 4px 4px 4px;
	border:2px solid #FFF;
	border-radius:8px;
	width:58px;
	height:56px;
	color:#484D55;
	text-align:center;
	font-size:11px;
	box-shadow:2px 2px 10px #CCC;
}
.noticia_fecha span{
	font-weight:bold;
	font-size:22px;	
}
.noticia_titulo{
	margin-left:15px;
	padding-top:15px;
	float:left;
	width:70%;
}
.noticia_titulo a{
	color:#596046;
	text-decoration:none;
}
.noticia_titulo a:hover{
	text-decoration:underline;	
}



#novedades{
	padding-top:60px;	
}
#lista_novedades{
	display:block;	
}
#lista_novedades li{
	display:block;
	width:90%;
	float:none;
	text-align:center;
	margin-bottom:70px;	
}
#lista_novedades p{
	margin:0;
	padding:0;
}
.titulo_novedades a{
	display:block;
	width:70%;
	margin:10px auto;
	background-color:#0099CC;
	padding:10px 6px;
	color:#FFF;
	text-decoration:none;
	background-image:url(../imagenes/pat_fondo_baner.png);
	background-repeat:repeat-x;
	background-position:center -360px;
	border-radius:9px;
	box-shadow:10px 10px 20px #CCC;
}
.titulo_novedades a:hover{
	text-decoration:none;
	opacity:.75;	
}
/*************************/

}