/*Estilos Generales*/
@media only screen and (min-width: 320px) and (max-width: 1214px){
	/*Estilos html y body*/
	body{
		margin: 0;
	}
	
	/*Estilos header*/
	.header.desktop{
		display: none;
	}
	
	.header.responsive{
		display: inline-block;
	}
	
	.contenedor-nombre {
		max-width: 225px;
		padding: 0;
	}
	
	.contenedor-nombre p{
		font-size: 14px;
	}
	
	.contenedor-menu-c{
		max-width: 80px;
	}
	
	.contenedor-menu-c span{
		max-width: 35px;
	}
	
	.botones-menu{
		border-right: none;
	}
	
	.texto-menu{
		font-size: 14px;
	}
	
	/*Menu Full*/
	.open{
		padding-top: 10px;
		overflow: scroll;
	}
	
	.botones-enlaces{
		width: 100%;
		max-width: 130px;
		padding: 0;
	}
	
	.close-menu{
		max-width: 35px;
	}
	
	.linea-menu{
		margin: 5px 0 20px 0;
	}
	
	.columna-menu{
		width: 44%;
		padding: 0 10px;
	}
	
	.menus p{
		text-transform: uppercase;
		font-size: 15px;
	}
	
	.menus li{
		font-size: 14px;
	}
	
	/*Estilos Footer*/
	.l-footer-2{
		position: relative;
	}

	.contenedor-footer-1{
		width: 100%;
		padding: 0px;
	}
	
	.contenedor-footer-1.vacio{
		display: none;
	}
	
	.contenedor-logo{
		width: 100%;
		text-align: center;
	}
	
	.contenedor-info-logo{
	 	width: 100%;
		text-align: center;
		padding: 15px 0;
	}
	
	.contenedor-info-logo.desktop{
		display: none;
	}
	
	.contenedor-info-logo.responsive{
		display: inline-block;
	}
	
	.contenedor-footer-2{
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}
	
	.contenedor-footer-2.transparencia{
		display: none;
	}
	
	.contenedor-footer-3{
		display: none;
	}
	
	.contenedor-footer-3.redes{
		width: 100%;
		display: inline-block;
		text-align: center;
		padding: 15px 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	/*Estilos Boletines*/
	.contenedor-noticias{
		padding-top: 0px;
	}
	
	.boletin-grande{
		width: 100%;
		padding: 10px 0;
	}
	
	.boletin-filas{
		width: 100%;
		padding: 0;
	}
	
	.contenedor-noticias hr{
		display: none;
	}
	
	.boletin-fila{
		text-align: center;
	}
	
	.boletin-grande .imagen-boletin, .boletin-filas .imagen-boletin{
		vertical-align: middle;
	}
	
	.boletin-grande .titulo-boletin, .boletin-filas .titulo-boletin{
		width: 100%;
		font-size: 16px;
		display: inline-block;
		vertical-align: middle;
		padding-left: 10px;
	}
	
	/*Estilos Comunicados*/
	.contenedor-slider{
		width: 100%;
	}
	
	.contenedor-lista{
		display: none;
	}
	
	/*Estilos Eventos*/
	
	.eventos-view{
		width: 100%;
        display: inline-block;
        text-align: center;
	}
	
	.contenedor-convocatorias .views-row{
		width: 100%;
        max-width: 180px;
        text-align: center;
	}
}

@media only screen and (min-width: 320px) and (max-width: 450px){

	/*Estilos Slider Principal*/
	.linea-slider-principal{
		display: none;
	}
	
	/*Estilos Boletines*/
	.boletin-fila{
		padding: 0;
	}
	
	.boletin-grande .imagen-boletin, .boletin-filas .imagen-boletin{
		max-width: 100px;
	}
	
	.boletin-grande .titulo-boletin, .boletin-filas .titulo-boletin{
		max-width: 200px;
	}
	
	/*Estilos Eventos*/
	.contenedor-convocatorias h2::before, .contenedor-convocatorias h2::after {
        display: none;
	}
}

@media only screen and (min-width: 451px) and (max-width: 767px){
	/*Estilos Boletines*/
	.boletin-fila{
		padding: 10px 0;
	}
	
	.boletin-grande .imagen-boletin, .boletin-filas .imagen-boletin{
		max-width: 150px;
	}
	
	.boletin-grande .titulo-boletin, .boletin-filas .titulo-boletin{
		max-width: 300px;
	}
	
	/*Estilos Eventos*/
	.contenedor-convocatorias h2::before, .contenedor-convocatorias h2::after {
        width: 10%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
	/*Estilos Boletines*/
	.boletin-grande{
		max-width: 330px;
	}
	
	.boletin-filas{
		max-width: 330px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1214px){
	.contenedor-nombre{
		max-width: 300px;
	}
	
	.contenedor-nombre p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1215px) and (max-width: 1260px){
	/*Estilos Footer*/
	.contenedor-footer-1{
		width: 100%;
        max-width: 468px;
	}
	
	.contenedor-footer-2{
		width: 100%;
        max-width: 280px;
	}
	
	.contenedor-footer-3{
		width: 100%;
        max-width: 250px;
	}
}