@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
}

.titulo {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-family: "Comic Sans MS", cursiva;
	color: # 2F6491;
	tamaño de letra: 2em;
	font-size: 3em;
	color: #0F62A7;
}


.cabecera {
	width: 90%;
	height: 150px;
	background-image: url(../img/cabecera.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	background-size: 70% auto;
}

#contenedor {
	height: auto;
	width: 100%;
	background-image: url(../img/fondo_estaciones.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}
#contenedor2 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_contrarios.jpg);
	background-repeat: no-repeat;
}
#contenedor3 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_mama.jpg);
	background-repeat: no-repeat;
}
#contenedor4 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_mama2.jpg);
	background-repeat: no-repeat;
}
#contenedor5 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_mama3.jpg);
	background-repeat: no-repeat;
}
#contenedor6 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_mama4.jpg);
	background-repeat: no-repeat;
}
#contenedor7 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_jardin.jpg);
	background-repeat: no-repeat;
}
#contenedor8 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_nada.jpg);
	background-repeat: no-repeat;
}
#contenedor9 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_multicanal.jpg);
	background-repeat: no-repeat;
}
#contenedor10 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_piramide_alimentacion.jpg);
	background-repeat: no-repeat;
}
#contenedor11 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_cual_es_la_respuesta.jpg);
	background-repeat: no-repeat;
}
#contenedor12 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_poesia_pesca.jpg);
	background-repeat: no-repeat;
}
#contenedor13 {
	height: 600px;
	width: 800px;
	background-image: url(../img/fondo_expresion.jpg);
	background-repeat: no-repeat;
}

#contenido {
	width: 80%;
	height: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#lateral1 {
	width: 185px;
	height: 460px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#material {
	width: 140px;
	float: left;
	margin-top: 30px;
	height: 90px;
}
.toc {
	background-color: #F00;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
}


#video {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.tamano-video {
	width: 60%;
	height: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#video2 {
	height: 315px;
	width: 420px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#pie {
	height: 95px;
	width: 700px;
	float: left;
	margin-top: 40px;
	background-image: url(../img/pie_actividades.jpg);
	text-align: center;
}
#pie h1 {
	color: #202151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 60px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 9px;
}
#pie p {
	font-size: 11px;
	color: #202151;
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#pie2 {
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
	text-align: center;
}
#pie2 h1 {
	color: #202151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#pie2 p {
	font-size: 11px;
	color: #202151;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: center;
}



@media screen and (max-width: 65em) {
	
	.tamano-video {
	width: 100%;
	height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}

	}
