@media screen and (max-width:768px) {
   
   
.pagina{
	width: 600px;
	margin: auto;
	}
   
body {
	max-width:768px;
	height:auto;
    font-size: 10px;
	background-image: url(img/background-page-768.JPG);
	background-repeat:no-repeat;
	background-attachment:fixed;
    }
img{
		width: 100%;
		height: auto;
	}
/*--------header------*/

.cabecera{
	width:100%;
	height:204px;
	margin:0 auto;
	background-image: url(img/header-back04.png);
	background-repeat: no-repeat;
	display:block;
}

header{
	width: 100%;
	height: 204px;
	background-image: url(img/header-back-768.PNG);
	background-repeat: no-repeat;
	background-size: auto;
	}
	
.header img{
	width: 100%;
	height: auto;
	padding: 2px;
}	

/*-------------------------*/		

.nombre{
	display: none;		
	}
	
/*----------ASIDE---------*/

aside{
	display:none;}
	

		
/*----------MAIN----------*/

main{
	width: 100%;
margin:0;
	}
	

.plan{
	width:  100%;
	height: auto;
	margin: 0;
	float:none;
	}
	

/*----------ALUMNOS---------*/
	
.alumnos{
	width: 100%;;
	height: auto;
	background-color: rgba(38,94,80,0.5);
	}
	
		
.link{
	width: 100%;
	height: auto;
	padding:0;
	margin:0;
	}
	
.link a{
	height: auto;
	margin: 10%;
	text-align:center;
	}

ul{
	float:left;
	width: 70%;
	margin:0 20%}
	
/*-----------NAV----------*/
	
		
nav{
	width: 100%;
	height:auto;
	height:auto;

	}
	
.botones {
	width: 90%;
	height: 45px;
	margin:5%;
	float: left;
	background-color: rgba(212,212,212,0.3);
	}
	
.botones a p{
	font-size: 1rem;
	color: #fff;
	padding: 0.2rem;
	font-weight: 700;
	text-align: center;
	}
	
	
/*----------FOOTER-----------*/

.footer{
	width:100%;
	}

footer{
	height: 40px;
	padding-top: 0.1rem;
	box-sizing: content-box;
	background: #19B192;

}


footer p{
	max-width:600px;
 	font-size: 0.7rem;
}
	
	
	
/*----------TITULOS-LINKS-TEXTOS------------*/

	


.link img{
	width: 60%;
	}

h1{
	font-family: century gothic, century gothic, Arial, Helvetica, sans-serif;
	font-size: 2.3rem;
	color: #fff;
	font-weight: 100;
	text-align: center;
	padding: 0.2rem;
	}
	
	
h2{
	font-family: century gothic, century gothic, Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 800;
	text-align: center;
	padding: 0.2rem;
	}
	

h4{	
	font-family: century gothic, century gothic, Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 800;
	text-align: center;
	padding: 0.2rem;;
	} 
	
h5{
	font-family: century gothic, century gothic, Arial, Helvetica, sans-serif;
	font-size: 2.3rem;
	color: #fff;
	font-weight: 100;
	text-align: center;
	padding: 0.2rem;}	