 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

html { font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-decoration: none;
	color: #0063AC;
}

html, button, input, select, textarea { /*font-family: 'Varela Round', sans-serif;*/ }

body {
	margin: 0;
	/*font-family: 'Varela Round', sans-serif;*/
	font-family: 'Quicksand', sans-serif;
	background-image: url(../../img/fondo-body.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-weight: lighter;
}

/* 
enlaces
 */


a:focus {
	outline: thin dotted;
	text-decoration: none;
}


a:active, a:hover {
	outline: 0;
	text-decoration: none;
}
.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.7;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;	
}
.bto-sobre2
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;
	background-color: #CC291A;

}

.bto-sobre2:hover
{
	opacity: 0.7;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	border: 0px;
	text-decoration: none;
	
}
.bto-sobre2 img
{
	height: 40%;
	width: 40%;	

}
.bto-sobre3
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;
	margin-top: 35px;
	margin-bottom: 2px;
}
.bto-sobre3:hover
{
	opacity: 0.7;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;
	background-color: #EF5748;
	border-radius: 10px;
}

.bto-sobre4
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 2px;
}
.bto-sobre4:hover
{
	opacity: 0.7;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;
	background-color: #EF5748;
	border-radius: 10px;
}


 li {
	list-style-type: none;
}
.logo-web {
	float: left;
	height: 100px;
	width: 300px;
}




.menu-superior {
	height: 70px;
	width: 100%;
	background-color: #0063AC;
	margin-bottom: 15px;
	padding-top: 10px;
}
.logos {
	padding: 0px;
	width: 380px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}


.logos ul {
	margin: 0px;
	padding: 0px;
}

.logos li {
	display: inline;
	margin-right: 1px;
	margin-left: 1px;
}
.menu2 {
	width: 200px;
	height: 50px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.menu2 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu2 li {
	display: inline;
	margin: 0px;
}

.titulo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 315px;
	background-image: url(../img/titulo-actividades-en-lse.png);
}
.cuentos {
	background-image: url(../img/titulo-actividades-en-lse.png);
	background-repeat: no-repeat;
	}
.contenido-txt2 {
	width: 95%;
	text-align: justify;
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	line-height: 35px;
	font-size: 1.5em;
	color: #333;
	float: right;
	margin-right: 20px;
	background-color: rgba(255,255,255,0.7);
}
.centrar-videos {
	text-align: center;
	height: auto;
	width: 100%;
}

.contenedor-videos {
	padding: 10px;
	height: 450px;
	width: 500px;
	border: 10px solid #000;
	border-radius: 20px;
	background-color: #000;
	text-align: center;
	display: inline-block;
	margin: 10px;
}
.contendor-scroll {
	height: 299px;
	width: 100%;
	overflow: auto;
	padding: 5px;
	margin-top: 10px;
}

.contenedor-videos2 {
	padding: 2px;
	height: 230px;
	width: 300px;
	border: 10px solid #000;
	border-radius: 20px;
	background-color: #000;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.titulo-video {
	color: #000;
	font-family: 'Fredoka One', cursive;
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
	border-radius: 20px;
}


.video-web {
	background-color: #000;
	padding: 30px;
	height: 600px;
	width: 800px;
	border-radius: 20px;
}

.contenido-txt2 h2 {
	padding: 0px;
	font-size: 1.8em;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #0063AC;
	font-family: 'Fredoka One', cursive;
	line-height: 60px;
}

.contenido-txt2 li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-image: url(../img/ico.jpg);
}

.contenido-txt {
	width: 95%;
	text-align: center;
	padding: 50px;
	position: relative;
	float: right;
}
.ico-derecha {
	width: 100%;
	height: 80px;
	text-align: right;

}

.contenido-txt a {
	font-size: 1.5em;
	font-weight: lighter;
}

.contenido-txt h2 {
	text-align: center;
	padding: 0px;
	font-size: 2.5em;
}
.contenido-txt h3 {
	text-align: center;
	padding: 0px;
	font-size: 2em;
	font-weight: bolder;
	color: #061B2C;
}

.contenido-txt ul {
	margin-bottom: 50px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
}
.contenido-txt li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
.tamano-video {
	height: 560px;
	width: 730px;
	margin-top: 30px;
	background-color: #000;
	padding: 30px;
	border-radius:20px;
}
.tamano-video2 {
	height: 200px;
	width: 400px;
	margin-top: 20px;
	background-color: #000;
	padding: 10px;
	border-radius: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.centrar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.cuentos1 {
	width: 100%;
	background-color: #066f08;
	height: auto;
	text-align: center;
	
}
.cuentos1 img {
	height: auto;
	width: 30%;
}


.resaltar {
	font-size: 3em;
	font-family: 'Fredoka One', cursive;
}


.swag {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px;
}
.swag h1 {
	font-family: 'Fredoka One', cursive;
	color: #fff;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 5px;
	/*text-shadow: 1px 2px 15px #ffffff;*/
	z-index: 1;
	font-weight: bolder;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.down-arrow-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	/*background: rgba(255, 185, 85, 0.9);*/
	display: inline-block;
	color: #fff;
	font-size: 25px;
	line-height: 80px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FDB854;
}

.subir {
	height: 100px;
	width: 100%;
	float: right;
	text-align: center;
}


.pie {
	height: 300px;
	width: 100%;
	background-color: #0063AC;
	font-size: 1em;
	color: #FFF;
	font-family: 'Quicksand', sans-serif;
	float: right;
}
.pie a:link {
	color: #FFF;
	text-decoration: none;
}
.pie a:visited {
	color: #FFF;
	text-decoration: none;
}
.pie a:hover {
	color: #6FC1FF;
	text-decoration: none;
}

.redes {
	float: right;
	width: 200px;
	height: auto;
	margin-top: 180px;
	margin-right: 50px;
}
.redes li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
.menu-pie {
	float: left;
	height: auto;
	width: 400px;
	margin-top: 10px;
}



.logos2 {
	list-style-type: none;
	width: 350px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFF;
	margin-top: 10px;
}



@media screen and (max-width: 64em) {

.logos {display: none;
}
.logo-web {
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
.logo-web img {
	float: center;
	height: auto;
	width: 70%;
}

.menu2 {
	height: 50px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	margin-top: 150px;
}
.menu-superior {
	height: 200px;
	width: 100%;
	background-color: #0063AC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logos {
	padding: 0px;
	width: 380px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.bto-sobre2 img {
	height: 15%;
	width: 15%;
		
}
.logos ul {
	margin: 0px;
	padding: 0px;
}

.logos li {
	display: inline;
	margin-right: 1px;
	margin-left: 1px;
}


.menu2 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu2 li {
	display: inline;
	margin: 0px;
}

.titulo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../img/titulo-actividades-en-lse.png);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 330px;
}
.video-web {
	background-color: #000;
	padding: 30px;
	height: 600px;
	width: 80%;
	border-radius: 20px;
	margin-right: auto;
	margin-left: auto;
}

.contenido-txt2 {
	width: 95%;
	text-align: justify;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 35px;
	font-size: 1.5em;
	color: #333;
	float: right;
	background-color: rgba(255,255,255,0.7);
	margin-right: 10px;
	margin-left: 10px;
}
.contenido-txt2 h2 {
	padding: 0px;
	font-size: 1.8em;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #0063AC;
	font-family: 'Fredoka One', cursive;
	line-height: 60px;
	text-align: center;
}
.contenedor-videos {
	padding: 5px;
	height: 500px;
	width: 85%;
	border: 10px solid #000;
	border-radius: 10px;
	background-color: #000;
	text-align: center;
	display: inline-block;
	margin: 10px;
}
.contendor-scroll {
	height: 380px;
	width: 100%;
	overflow: auto;
	padding: 5px;
	margin-top: 20px;
}

.contenedor-videos2 {
	padding: 5px;
	height: 300px;
	width: 80%;
	border: 10px solid #000;
	border-radius: 10px;
	background-color: #000;
	text-align: center;
	display: inline-block;
	margin: 10px;
}
.cuentos1 img {
	height: auto;
	width: 80%;
}

.tamano-video {
	height: 360px;
	width: 80%;
	margin-top: 30px;
	background-color: #000;
	padding: 30px;
	border-radius:20px;
}

.pie {
	height: 550px;
	width: 100%;
	background-color: #0063AC;
	font-size: 1em;
	color: #FFF;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
.logos2 {
	list-style-type: none;
	width: 100%;
	border-right-width: 0px;

}
.redes {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu-pie {
	height: auto;
	width: 100%;
	margin-top: 14px;
	text-align: center;
}

.pull {
	display: none;
	height: auto;
	width: 100%;
	background-color: #EF5748;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	top: 0px;
	background-image:none;
	background-repeat: no-repeat;
}
}

@media screen and (max-width: 200em) {

.tamano {
	height: auto;
	width: 40%;
}
}
@media screen and (max-width: 80em) {

.tamano {
	height: auto;
	width: 60%;
}
}
@media screen and (max-width: 75em) {

.tamano {
	height: auto;
	width: 65%;
}
}

@media screen and (max-width: 65em) {

.tamano {
	height: auto;
	width: 75%;
}
}


@media screen and (max-width: 50em) {

.tamano {
	height: auto;
	width: 90%;
}
}
