@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Rosario:700,400,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);

*{margin:0; padding:0}

a {
	text-decoration:none;
}

body {
	background-image:url(img/dark_wall.png);
}

/* HOME */

#contenedor {
	max-width:960px;
	background-color:#CCC;
	margin:0 auto 0 auto;
	position:relative;
}

header {
	position:relative;
	width:100%;
	float:left;
	height:107px;
	z-index: 1;
}

#logo{
	width:15%;
	float:left;
	background-color:#98CB32;
	position:relative;
	height:100%;
	background-image:url(img/logo.png);
	background-position:center;
	background-size:100%;
	background-repeat:no-repeat;
}

#logo img {
	width:100%;
	position:relative;
}


#headerderecha {
	width:85%;
	float:left; 
	position:relative;
	height:100%;
}

#catedracosgaya {
	background-color:#000;
	font-family:Rosario;
	font-weight:700;
	font-style:italic;
	color:white;
	padding:5px 0 0 4%;
	height:50%;
	float:left;
	display:table;
	width:96%;
}

nav {
	background-color:#f2f2f2;
	width:100%;
	float:left;
	display:table;
	height:51%;
}

nav ul {
	width: 100%
}

nav li {
float: left;
list-style: none;
font-family: Rosario;
border-right: rgb(216, 216, 216) solid 1px;
width: 15%;
padding: 17px 2%;
height: 20px;
text-align: center;
font-size:14px;
cursor:pointer;
}

.iconosredes:hover {
	background-color: inherit;
	font-weight:bold;
	color:white;
}

nav ul li:hover {
	background-color:#E09317;
	font-weight:bold;
	color:white;
}

nav a {
	width:100%;
	color:inherit;
	text-decoration:none;
}

nav li img {
	margin: 10px 5%;
	width: 20%;
}

.iconosredes {
	float: right;
	margin: 0;
	padding: 0 2%;
	width: 19%;
}

nav ul li ol {
	position:absolute;
	float:left;
	width: 312px;
	left:0px;
	top: 107px;
}

nav ul li ol li {
	float:none;
	width:143px;
	background-color:#f2f2f2;
	border:none;
}

nav ul li:hover ol li {
	color:black;
	font-weight:normal;
}

nav ul li:hover ol li:hover {
	color:white;
	font-weight:bold;
}

#headermobile {
	display:none;
	background-color:#98CB32; 
	height:50px;
}
	
.headermobilelogo {
	float:left;
	width: 50%;
	height: 100%;
	background-image:url(img/logo.png);
	background-size: 75px;
	background-repeat: no-repeat;
	background-position: left;
}

.headermobilebotonnav {
	float:right;
	width:50px;
	height:50px;
	background-image:url(img/navmobile.png);
	background-size:100%;
}

section {
/*	background-image:url(img/home.jpg);*/
	background-position:center;
	width:100%;
	float:left;
}

#slidercontenedor {
	position:absolute;
	width:100%;
	height:561px;
	overflow:hidden;
}

section article {
	width:100%;
	margin:75px 0;
	position:relative;
}

section article img {
	margin:0px auto 0px auto;
	position:relative;
	display:block;
}

section article a {
	margin:0 auto 0 auto;
}

#comenzar {
	width:345px;
	height:80px;
	background-image:url(img/comenzarsprite.png);
	display:block;
	-webkit-transition:background-position 0.1s;
	-moz-transition:background-position 0.1s;
}

#comenzar:hover {
	width:345px;
	height:80px;
	background-image:url(img/comenzarsprite.png);
	background-position:bottom;
}

section article h1 {
	text-align:center;
	font-family:Rosario;
	font-size:18px;
	font-weight:bold;
	color:white;
	margin:25px;
}

.destacados {
	width:100%;
	background-color:#E09317;
	background-image:none;
}

.destacadosplaca {
	width:100%;
	background-color:#A06610;
	color:white;
	font-family:Roboto Slab;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	padding: 5px 0 5px 0;
	margin:0;
	float:left;
}

.destacadosplaca h1 {
	margin:0;
	font-family:Roboto Slab;
	font-weight:bold;
	font-size:15px;
	text-align:center
}

.elementosdestacados {
	width:100%;
	background-color:#E09317;
	background-image:none;
}

.columnadestacada {
	float:left;
	position:relative;
/*	width:31%;
*/	margin:1%;
	display:block;
}

.unaclasetipo {
	position:relative;
	width:286px;
	height:209px;
	background-image:url(img/homesprite.jpg);
	margin:2%;
	border:solid #A06610 5px;
	background-position-y:top;
	cursor:pointer;
}

.unaclasetipoover {
	position:absolute;
	width:286px;
	height:209px;
	background-image:url(img/homesprite.jpg);
	margin:0%;
	border:0;
	background-position-y: 209px;
	opacity:0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
}

.unaclasetipoover:hover {
	opacity:1;
}

.unagranfamilia {
	position:relative;
	width:286px;
	height:209px;
	background-image:url(img/homesprite.jpg);
	margin:2%;
	border:solid #A06610 5px;
	background-position-y: top;
	background-position-x: right;
}
.unagranfamiliaover {
	position:absolute;
	width:286px;
	height:209px;
	background-image:url(img/homesprite.jpg);
	margin:0%;
	border:0;
	background-position-y:bottom;
	background-position-x:right;
	opacity:0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
}
.unagranfamiliaover:hover {
	opacity:1;
}
.queestipografiadestacado {
	padding:10px;
	width:260px;
}
.subrayadonegrocontenedor {
	width: 206px;
	height: 20px;
	z-index: 1;
	position: absolute;
	top: 9px;
	overflow:hidden;
}
.subrayadonegro {
	width: 210px;
	height: 20px;
	z-index: 1;
	background-color: #000;
	position: absolute;
	left:-210px;
	top: 2px;
	-webkit-transition:left 0.2s;
	-moz-transition:left 0.2s;
}

.queestipografiadestacado:hover .subrayadonegro {
	left:0px;
}

.titularsobreimagen {
	font-family: Roboto Slab;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	z-index: 1;
	margin: 170px 0 0 20px;
	color: white;
}

.titular {
	color:white;
	font-family:Roboto Slab;
	font-size:20px;
	font-weight:normal;
	position:relative;
	margin:0px;
	text-align:left;
	line-height: 19px;
	z-index: 5;
}
	
.bold {
	font-weight:bold;
}

.parrafo {
	font-family:Rosario;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	margin-top:10px;
}

.seguirleyendo {
	width: 130px;
	height: 25px;
	background-color:#000;
	color: #FFF;
	font-family: Roboto Slab;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 9px 0px 9px;
	margin-top:12px;
	cursor:pointer;
}

.botonclasetipo {
	float:left;
	width:286px;
	height:289px;
	background-image:url(img/homesprite.jpg);
}

footer {
	background-color:#98CB32;
	position:relative;
	width:96%;
	float:left;
	margin:0;
	padding:15px 2% 6px 2%;
}

.footeruno {
	width:33%;
	float:left;
}

.footerdos {
	width:33%;
	float:left;
	text-align:center;
	margin-top:-4px;	
}

footer h1 {
	font-family:Rosario;
	font-size:12px;
	color:black;
	font-style:italic;
}

footer a {
	font-family:Roboto Slab;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

footer .faduuba {
	float:right;
	width:33%;
	margin-top:
	-5px;
}

footer .faduuba img {
	float:right;
}
footer .faduuba h2 {
	float:right;
	font-family:Rosario;
	font-size:12px;
	font-weight:bold;
	margin:5px 10px 0 0px;
}

/* RECORRIDO  */

.botonvista {
	position:fixed;
	top:180px;
	width:140px;
	height:40px;
	background-color:#98CB32;
	z-index:1;
}

.botonvista p {
	float:left;
	color:white;
	font-family:Roboto Slab;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	margin: 10px 0 0 7px;
}


.botonvista img {
	float:left;
	margin: 5px 0 0 3px;
}

#recorrido {background-image:url(img/stardust.png); position:relative; width:100%;}

	.nivel {width:100%; float:left; position:relative}
		.topnivel {padding-left:15%;}
		.nombrenivel {border:#FFF solid 5px; width:280px; height:120px; float:left; position:relative;}
			.titulo {font-family:Roboto Slab; font-size:50px; font-weight:bold; line-height:30px;}
			.titulosecundario {font-family:Roboto Slab; font-size:30px; font-weight:lighter; color:white; text-align:center; line-height:0px;}
		.nivelbotones {float:left; position:relative; width:18%; padding: 30px 0 0 10px;}
			.nivelbotones img {float:left; position:relative;display:block;}
			.nivelbotones p {float:left; position:relative; display:block;}
			.nombreboton {
				font-family:Roboto Slab;
				font-size:14px;
				font-weight:bold;
				color:white;
				text-align:center;
				float:left;
				position:relative;
				display:block;
				padding:5px 10px;}
			.botonprograma{
				margin:3px;
				padding:5px;
				border: #FFF solid 3px;
				float:left;
				width:100%;
				cursor:pointer;
			}
			.botonapuntes {
				margin:3px;
				padding:5px;
				border: #FFF solid 3px;
				float:left;
				width:100%;
				cursor:pointer;
			}

	.contenedortp {width:90%; margin:180px auto 0 auto;}
	
	.flecha {
		width:10%;
		float:left;
		position:relative;
		margin-top:22px;
		cursor:pointer;
	}
	
	.flecha img {
		width:100%
	}
	
	.flecha img:hover {
		width:90%;
	}
	
	.tp {
		width:35%;
		float:left;
		position:relative;
		margin-left:10px;
	}
		.numerotp {font-family:Rosario; font-size:20px; font-weight:normal; color:white; line-height:0px; font-style:italic}
		.tp img {margin:20px 0 10px 0;}
		.nombretp {font-family:Roboto Slab; font-size:20x; font-weight:bold; color:white; text-align:left; margin:0;}
		.vermasuno { width:90px; height:25px; background-color:#E09317; color:#FFF; font-family:Roboto Slab; font-size:15px; font-weight:normal; padding:5px 0px 0px 15px; margin-top:10px; cursor:pointer;}
		.vermasdos { width:90px; height:25px; background-color:#29ABE2; color:#FFF; font-family:Roboto Slab; font-size:15px; font-weight:normal; padding:5px 0px 0px 15px; margin-top:10px; cursor:pointer;}
		.vermasuno:hover {background-color:#000;}
		.vermasdos:hover {background-color:#000;}
		.tp a {text-decoration:none;}
		
#lineadivisora {
	width:90%;
	height:1px;
	background-color:white;
	position:relative;
	float:left;
	margin:0 5%;
}






/*RECORRIDO GRILLA*/

.contenedorgrillatps {
	margin: 50px auto 905px auto;
	width:calc(100% - 102px);
}
.nombrenivelgrilla {
	display:table;
	padding:7px 0;
	text-align:center;
	width:100%;
	background-color:#FFF;
	font-family:Roboto Slab;
	font-size:18px;
	font-weight:bold;
}
.tpcuadradouno {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
}
.tpcuadradodos {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:570px 0px;
}
.tpcuadradotres {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:286px 0px;
}
.tpcuadradocuatro {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:0 1430px;
}
.tpcuadradocinco {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:-286px -286px;
}
.tpcuadradoseis {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:286px -286px;
}
.tpcuadradosiete {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:0 -572px;
}
.tpcuadradoocho {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:-286px -572px;
}
.tpcuadradonueve {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:286px -572px;
}
.tpcuadradounon2 {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:0px -858px;
}
.tpcuadradodosn2 {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:570px 858px;
}
.tpcuadradotresn2 {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:285px -858px;
}
.tpcuadradocuatron2 {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:0px -1144px;
}
.tpcuadradocincon2 {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:570px 573px;

}
.tpcuadradoseisn2 {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:285px -1144px;
}
.tpcuadradosieten2 {
	float:left;
	width:286px;
	height:286px;
	background-image:url(img/sprite_tps_cuadrados.jpg);
	background-position:0px 286px;
}
.overtpcuadrado {
	background-color:rgba(0,0,0,0.7);
	width:258px;
	height:257px;
	color:white;
	padding:5%;
	opacity:0;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
}
.overtpcuadrado:hover {
	opacity:1;
}
.overtpcuadrado h2 {
	font-family:Rosario;
	font-size:20px;
	font-weight:normal;
	color:white;
	line-height:0px;
	font-style:italic;
	margin-top:130px;
}
.overtpcuadrado h1 {
	font-family:Roboto Slab;
	font-size:18px;
	font-weight:bold;
	color:white;
	text-align:left;
	margin-top:15px;
}

/*CONTACTO*/

.headercontacto {
	float:left;
	width:100%;
	height:257px;
	background-image:url(img/mate02.jpg);
}
.headercontacto h1 {
	color:white;
	font-family:Roboto Slab;
	font-size:50px;
	font-weight:bold;
	line-height:45px
}
.titulocontacto {
	width: 39%;
	padding: 2%;
	margin: 6% 0 0 15%;
	border: #FFF solid 5px;
}
.contacto {
	float:left;
	width:100%;
	height:500px;
	background-image:url(img/stardust.png);
}
.formulario {
	float:left;
	width:50%;
	margin-left: 15%;
	margin-top: 35px;
}
form {
	width:87%;
}
form h3 {
	margin-top:20px;
	color:white;
	font-family:Roboto Slab;
	font-size:15px;
	font-weight:bold;
}
form input {
	border:none;
	width:415px;
	height:30px;
	margin-top:10px;
}
form textarea {
	font-family:Helvetica, Arial, sans-serif;
	width:415px;
	height:150px;
	margin-top:10px;
	text-align:left;
	border:none;
}
.botonenviarformulario {
	float:right;
	width:90px;
	height:30px;
	color:white;
	background-color:#E09317;
	font-family:Roboto Slab;
	font-size:15px;
	cursor:pointer;
}

.botonenviarformulario:hover {
	background-color:black;
}

.yademas {
	width: 35%;
	float: right;
	margin-top: 25px;
	height: 450px;
}
.lineadivisoraverticalcontacto {
	float:left;
	width: 1px;
	height: 90%;
	background-color: white;
	margin: 5% 0 5% 0;
}
.cuadradoyademas {
	float:left;
	width:80%;
	height:40px;
	border:solid #FFF 3px;
	margin: 5% 0 0% 8%;
}
.cuadradoyademas img {
	float:left;
	margin: 2% 0 0 2%;
}
.cuadradoyademas p {
	font-family:Roboto Slab;
	font-weight:bold;
	font-size:15px;
	float:right;
	color:white;
	margin:4% 5% 0 0;
}
.textoyademas {
	margin: 26% 0 0% 8%;
	width:81%;
	color:white;
	font-family:Roboto Slab;
	font-size:13px;
	font-weight:lighter;
}
.textoyademas a {
	color:white;
	font-family:Roboto Slab;
	font-size:13px;
	font-weight:bold;
}
.gracias {
	width:100%;
	height:500px;
	background-image:url(img/stardust.png);
}
.gracias h1 {
	margin-top:2%;
	text-align:center;
	color:white;
	font-family:Roboto Slab;
	font-size:75px;
	font-weight:bold;
}
.lineadivisoragracias {
	width:38%;
	height:3px;
	background-color:white;
	margin:2% auto;
}
.gracias p {
	color:white;
	text-align:center;
	font-family:Roboto Slab;
	font-size:16px;
	font-weight:lighter;
}
.volveralahome {
	margin:2% auto;
	width:295px;
	height:50px;
	background-color:#E09317;
	text-align:center;
	font-family:Roboto Slab;
	font-size:25px;
	font-weight:normal;
	color:white;
	padding-top:15px;
}
.gracias a {
	text-decoration:none;
}

/* ¿ QUE ES LA TIPOGRAFÍA ? */

#migadepan {
	width:98%;
	background-color:#FFF;
	height:12px;
	float:left;
	padding:10px 9px 5px 10px;
}

#migadepan p {
	float:left;
	font-family:Rosario;
	font-size:10px;
	color:#4D4D4D;
	margin: 1px 0 0 10px;
}

#migadepan a {
	text-decoration:none;
	color:black;
}

#migadepan a:hover {
	text-decoration:underline;
	color:black;
}

.cuadradonegro {
	width:2px;
	height:8px;
	background-color:#000;
	float:left;
	margin: 4px 0 0 3px;
}

.queestipografia {
	position:absolute;
	width: 28%;
	height:80px;
	padding: 10px 19px 23px 16px;
	margin: 6% 0 0 15%;
	border: #000 solid 5px;
	left: -70px;
	top: 110px;
}

.queestipografia h1 {
	color:black;
	font-family:Roboto Slab;
	font-size:40px;
	font-weight:bold;
	line-height:45px
}

#queestipografiaimagen {
	width:100%;
	float:left;
	background-color:#FFF;
	padding-top:90px;
}

#queestipografiaimagen img {
	float:right;
}

#queestipografiaimagen h2 {
	float:right;
	font-family:Rosario;
	font-weight:normal;
	font-style:italic;
	font-size:18px;
	color:black;
	margin: 20px 314px 20px 0;
}

#cuatrodefiniciones {
	width:100%;
	background-color:#FFF;
	margin-top: -10px;
	padding-bottom: 35px;
}

.contenedordefinicionestipografia {
	width:100%;
	height: 200px;
}

.definiciontipografia {
	width:50%;
	float:left;
	position:relative;
}

.definiciontipografia h1 {
	margin-left:75px;
	margin-bottom:-40px;
	float:left;
	font-family:Roboto Slab;
	font-size:160px;
	font-weight:bold;
	color:black;
}

.definiciontipografia p {
	float:left;
	width:250px;
	font-family:Roboto Slab;
	font-size:12px;
	font-weight:normal;
	margin-left:180px;
	bottom: 0;
	position: absolute;
}

#placanegratipografia {
	width:90%;
	background-color:#000;
	float:left;
	padding:5%;
}

#placanegratipografia {
	color:white;
	text-align:center;
	font-family:Roboto Slab;
	font-size:14px;
	font-weight:lighter;
}

.fondoseguirrecorrido {
	width:100%;
	height:145px;
	background-image:url(img/seguirrecorridofondo.jpg);
	background-repeat:none;
}

.seguirrecorrido {
	width:287px;
	height:68px;
	background-image:url(img/seguirrecorrido_sprite.png);
	background-position-y: -1px;
	margin: 35px auto;
	cursor:pointer;
	-webkit-transition:background-position-y 0.1s;
	-moz-transition:background-position-y 0.1s;
}

.seguirrecorrido:hover {
	background-position-y: -70px;
}

/* DOCENTES */

.contenedorhayequipo{
	background-color:#FFF;
	width:100%;
	height:auto;
	padding-bottom: 40px;
}

.hayequipo{
	float:left;
	width: 285px;
	height:95px;
	padding: 2%;
	margin: 25px 0 0 20px;
	border: #000 solid 5px;
}

.hayequipo h1 {
	color: black;
	font-family: Roboto Slab;
	font-size: 50px;
	font-weight: bold;
	line-height: 45px;
}

.conocelos {
	width: 150px;
	height: 50px;
	background-color: white;
	position: absolute;
	top: 175px;
	left: 279px;
}

.conocelos p {
	font-family: Rosario;
	color: #000;
	font-size: 25px;
	font-style: italic;
	text-align: center;
	padding-top: 8px;
}

.botoncomisiones {
	float:left;
	margin:3px;
	padding:5px;
	border:#000 solid 3px;
	float:left;
	cursor:pointer;
	margin: 123px 0 0 12px;
}

.botoncomisiones p {
	float:left;
	font-family: Roboto Slab;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px;
}

.botoncomisiones img {
	float:left;
	margin-top: 5px;
	margin-left: 5px;
}

.exdocentes {
	float:right;
	margin-top: 150px;
	margin-right: 20px;
	cursor:pointer;
}

.exdocentes img {
	float:left;
	margin-top:5px;
}

.exdocentes p {
	float:left;
	font-family:Roboto Slab;
	font-weight:lighter;
	font-size:14px;
	margin-left: 5px;
	
}

.lineadivisoradocentes {
	width: 96%;
	height: 1px;
	float: left;
	margin: 15px 2%;
	background-color: black;
}

.contenedorhayequipo h3 {
	float: left;
	font-family: Roboto Slab;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
}

.docentesdestacados {
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	float:left;
}

.cosgaya {
	float: left;
	width: 275px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 9px;
}

.cosgaya img {
	margin: 0;
	padding: 0;
	width: calc(100% - 10px);
	border: #999 solid 5px;
}

.cosgaya .nombredocente {
	float:left;
	margin:10px 0 0 0;
}

.cosgaya h1 {
	margin:0;
	padding:0;
	color:black;
	font-family:Roboto Slab;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height: 15px;
}

.cosgaya p {
	margin:0;
	padding:0;
	color:black;
	font-family:Rosario;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	line-height: 15px;
	line-height: 20px;
	margin-top: -5px;
}

.cosgaya .biografia {
	float:right;
	background-color:#000;
	color:white;
	font-family:Roboto Slab;
	font-size:14px;
	font-weight:normal;
	padding:5px 10px;
	margin: 10px 0px 0 0;
	cursor:pointer;
}

.cosgaya .biografia:hover {
	background-color:#E09317;
}

.jtp {
	float: left;
	width: 125px;
	height: auto;
	margin: 15px 18px;
}

.jtp img {
	border:#999 solid 5px;
	width:100%;
	float:left;
}

.jtp h1 {
	margin: 10px 0 0 0;
	padding:0;
	color:black;
	font-family:Roboto Slab;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height: 15px;
	float:left;
	width:100%;
}

.jtp p {
	margin:0;
	padding:0;
	color:black;
	font-family:Rosario;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	line-height: 15px;
	line-height: 20px;
	margin-top: -5px;
	float:left;
	width:100%;
}

.botondocentesniveles {
	cursor:pointer;
	width:96%;
	height:32px;
	background-color:#000;
	font-family:Roboto Slab;
	font-size:20px;
	font-weight:lighter;
	color:white;
	float:left;
	margin:15px 2% 0px;
}

.botondocentesniveles p {
	float: left;
	margin: 3px 0 0 5px;
}

.botondocentesniveles img {
	float: right;
	margin: 10px 10px 0 0;
}












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

#headermobile {
	display:block;
}

header {
	display:none;
}

section {
	background-image:url(img/home.jpg);
}

#slidercontenedor {
	display:none;
}

section article img {
	max-width: 80%;
}

.columnadestacada {
	margin:25px 0 0;
	width:100%;
}

.unaclasetipo {
	margin:0 auto;
}

.unagranfamilia {
	margin:0 auto;
}

.titularsobreimagen {
	margin: 170px 0 0 15px
}

.queestipografiadestacado {
	margin: 0 auto 20px;
	border: 1px #FFFFFF;
}


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


/* HEADER */

#headermobile {
	display:block;
}

header {
	display:none;
}

	
/* FOOTER */

.footerdos {
	margin-top:5px;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

.footeruno {
	width:100%;
	text-align:center;
}

footer .faduuba {
	display:none;
}


/* HOME */

section {
	background-size:200%;
}

section article {
	margin: 15px 0;
}

section article img {
	width:100%;
	max-width:none;
}

#comenzar {
	width: 250px;
	height: 50px;
	background-image: url(img/comenzarsprite.png);
	background-size: 100%;
	background-position-y: 121px;
	display: block;
	overflow: hidden;
}
	
#comenzar:hover {
	width:250px;
	height:50px;
	background-image:url(img/comenzarsprite.png);
	background-size:100%;
	background-position-y:54px;
	display:block;
	overflow:hidden;
}

.unaclasetipo {
	width:260px;
}

.unaclasetipoover {
	width:260px;
}

.unagranfamilia {
	width:260px;
}

.unagranfamiliaover {
	width:260px;
}





	




