/*DESKTOP*/

@media (min-width:993px) {
	#logo {
		float:left;
		width:260px;
	}
	#agenda {
		position:absolute;
		width:120px;
		left:-130px;
		top:78px;
	}
	#covid {
		position:absolute;
		width:180px;
		left:50px;
		top:10px;
	}
	#aenor a img {
		position: absolute;
		right:35px;
		width:60px;
	}
	#politica {
		position: absolute;
		right:35px;
		top:110px;
	}
	#redes {
		position:absolute;
		right:200px;
	}
	#redes a img {
		width:40px;
	}
	#acceso_top {
		position:absolute;
		right:150px;
		top:100px;
	}
	#franja_azul {
		margin-top:50px;
	}
	#curso1 {
		position:absolute;
		top:10px;
		left:440px;
	}
	#curso1 img {
		width:225px;
	}
}

/*MOBILE*/

@media screen and (max-width:992px) {
	#logo {
		text-align:center;
	}
	#logo img {
		margin-top:100px;
		width:80%;
	}
	.logo-p {
		margin-top:-230px !important;
	}
	#agenda {
		position:absolute;
		width:300px;
		left:-200px;
		top:260px;
	}
	#covid {
		position:absolute;
		width:250px;
		left:100px;
		top:200px;
	}
	#aenor {
		position:absolute;
		left:10px;
		top:10px;
		display:none; /* aenor */
	}
	#aenor a img {
		position: absolute;
		right:35px;
		width:60px;
	}
	#politica {
		position: absolute;
		right:35px;
		top:110px;
		display:none; /* Politica */
	}
	#redes {
		position:absolute;
		right:10px;
		top:-390px;
	}
	#redes a img {
		width:90px;
	}
	#acceso_top {
		position:absolute;
		right:250px;
		top:875px;
		font-size:3rem;
	}
	#franja_azul {
		margin-top:200px;
	}
	.curso1 {
		display:none !important;
	}
	.escuela {
		display:block !important;
		position:relative;
		margin-top:250px;
		text-align:center;
	}
	.escuela-p {
		top:190px !important;
	}
	#menu_mov {
        background-color: #E0EBF8;
    }
    #menu_mov ul li {
        font-size: 3rem;
        float: none;
        width: 100%;
        height: 60px;
        border-bottom: solid 2px #666;
        text-align: center;
    }
	#menu_mov {
        background-color: #E0EBF8;
    }
    #menu_mov ul li {
        font-size: 3rem;
        float: none;
        width: 100%;
		margin-bottom:0px;
        height: 60px;
        border-bottom:0px;
        text-align: center;
    }
	#menu_mov-2 {
        background-color: #DDDDDD;;
    }
    #menu_mov-2 ul li {
        font-size: 3rem;
        float: none;
        width: 100%;
        height: 60px;
        border-bottom:0px;
        text-align: center;
    }
	#banner_prin {
		display:none;
	}
	.asociaciones1 {
		width:300px;
		height:150px;
	}
	.asociaciones2 {
		width:180px;
		height:150px;
	}
	.slide {
		display:none;
	}
	.imagen_not_home {
		display:none;
	}
	#acceso_top {
		display:none;
	}
	.tit_not_home {
		font-size:16px;
	}
	.fecha_news_home {
		font-size:12px;
	}
	.txt_not_home {
		font-size:12px;
	}
	.noticias a {
		font-size:12px;
	}
	#demo1 {
		display:none;
	}

}	