@media screen and (max-width:700px) {
	aside,section 
	{
		float:none;
		width:100%;
		font-size:1.2em;
	}

	nav, section 
	{
		font-size:1.2em;
	}

	aside 
	{
	  margin-top: 0.5%;
	  margin-bottom: 0.5%;
	}

	nav ul 
	{
		float:none;
		clear:both;
	}

	header ul
	{
		font-size:0.8em;
		padding:0%;
	}

	ul.listado_horizontal li 
	{
		padding:0px 0 0 10px;
		font-size:0.8em;
	}

	header ul.listado_horizontal li.primero_lista
	{
		padding:0px;
	}

	.modulopie_p{
		width:50%;
	}

	.modulopie_g{
		width:100%;
	}

	.noticias_prio .titulo{
		font-size:1em;
	}


	.caja_destacada .modulo_destacado{
		width:98%;
		float:left;
		margin:1%;
		clear:both;
	}

	.detalle_noticia .caja_imagenes {
		width:70%;
		margin:0 auto;
	}

	#desplegable_lateral .categoria {padding-left:4px;}
	#desplegable_lateral .categoria  p{margin-left:0;}
	#desplegable_lateral .categoria .seleccionado{	padding-left:5px;background-image:none;border-right:0;}

	.caja_destacada .modulo_destacado_2 { width:100%;margin:1% 0;clear:both;}
	.modulo_destacado_3 { width:100%;margin:1% 0;clear:both;}
	.calendarioHome { width:100%;margin-bottom:15px;}
	.calendarioHome1 { width:100%;margin:1% 0;clear:both;}
	.calendarioHome2 { width:100%;margin:1% 0;clear:both;}
	.calendarioHome3 { width:100%;margin:1% 0;clear:both;}
	.ui-datepicker-inline{margin: 0px auto;}

	 .movil_reduce_texto_100 {font-size:100%;}

	.salto_movil { width:100% !important;margin:1% 0;clear:both;float:left;}

	.solo_tab{visibility: visible; display:block;}
	.solo_pc{visibility: hidden; display:none;}
	.solo_mov{visibility: visible; display:block;}

	.t_m_80{font-size:80%;}


	/* ------------ CONTENEDORES ------------ */
	.modulo_20{width:20%;}
	.modulo_25{width:25%;}
	.modulo_30{width:30%;}
	.modulo_32{width:100%;}
	.modulo_40{width:40%;}
	.modulo_45{width:45%;}
	.modulo_48{width:100%;clear:both;}
	.modulo_50{width:100%;clear:both;}
	.modulo_60{width:60%;}
	.modulo_70{width:70%;}
	.modulo_75{width:75%;}
	.modulo_100{width:100%;clear:both;}
}