@import url(https://fonts.googleapis.com/css?family=Playfair+Display:900|Josefin+Sans:400);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');	
}


*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }

body {
	color: #FFFFFF;
	font-weight: 400;
	font-family: 'Terminal Dosis Light', Arial, sans-serif;	/*background-color: #0099CC;*/
	
	
}

#open_preferences_center
{
	font-size:1em;
	font-weight: bolder;
	color: #fafdf4;
	padding: 10px;
	z-index: 100;
	background-color: #000;
	height: 40px;
	border-radius: 10px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	}
video {
outline:none;
}
/*a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

a:hover,
a:focus {
	outline: none;
	color: #FFFFFF !important;
	font-size: 1em;
}*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


img {
	max-width: 100%;
}
a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}
.fondo-body0 {
	background-image: url(../imagenes/fondo-index.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.fondo-body1 {
	background-image: url(../imagenes/fondos1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 300px;
	background-size: cover; 
}
.fondo-body2 {
	background-image: url(../imagenes/fondos2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 300px;
	background-size: cover; 
}
.fondo-body3 {
	background-image: url(../imagenes/fondos3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 300px;
	background-size: cover;
}
.fondo-body4 {
	background-image: url(../imagenes/fondos4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 300px;
	background-size: cover;
}
.fondo-body5 {
	background-image: url(../imagenes/fondos5.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 300px;
	background-size: cover;
}
.fondo-body6 {
	background-image: url(../imagenes/fondos6.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 300px;
	background-size: cover;
}
.fondo-body7 {
	background-image: url(../imagenes/fondos7.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 300px;
	background-size: cover;
}
.fondo-body8 {
	background-image: url(../imagenes/fondos8.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 300px;
	background-size: cover;
}

.fondo-contacto {
	background-repeat: no-repeat;
	background-position: right;
}
.fondo-azul {
	background-color: #0094CA;
	padding: 5px;
	height: 30px;
	width: 35px;
	border-radius:50%;
}
.fondo-verde {
	background-color: #84AF04;
	padding: 5px;
	height: 30px;
	width: 35px;
	border-radius: 50%;
}
.fondo-amarillo {
	background-color: #FFBE23;
	padding: 5px;
	height: 30px;
	width: 35px;
	border-radius: 50%;
}
.fondo-gris{
	background-color: #9F9F9F;
	padding: 5px;
	height: 30px;
	width: 35px;
	border-radius: 50%;
}

.glosario {
	height: 72px;
	width: 101px;
	position: fixed;
	z-index: 100;
	top: 300px;
	right: 0px;
}
.actividad {
	height: 72px;
	width: 101px;
	position: fixed;
	z-index: 100;
	top: 390px;
	right: 0px;
}
.tooltip {
	text-align: center;
	cursor: pointer;
	width: 20%;
	font-weight: bolder;
	color: #FFF;
	background-color: #000000;
	border-radius: 20px;
	padding: 5px;
	box-shadow: 0 0 8px #000;
	float: left;
}

.tooltip > span {
	width: 74%;
	height: 70%;
	box-shadow: 0 0 8px #000;
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	background-color: #FFFFFF;
	z-index: 1000;
	
	color: #000;
	overflow: auto;
	font-size: 0.8em;
	line-height: 23px;
	font-weight: lighter;
}
.tooltip p {
	line-height: 5px;
}


.tooltip > span:after {
  position: absolute;
  border-width: 15px;
  border-style: solid;
  border-color: transparent; 
}

.tooltip:hover > span {
  visibility: visible;
  opacity: 1;
  transition: all 0.1s;
}

.left > span {
  top: auto;
  left: auto;
}

.left > span:after {
  top: 70px;
  right: -30px;
  border-left-color:#fff;
}

.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.3;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;	
}



header {
	height: 100px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
  header h1 {
    font-size: 2rem;
    color: #ffffff; }
	
.menu-superior {
	line-height: 1.2;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0em;
	padding-top: 4px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
	width: auto;
	height: 95px;
	background-color: rgba(255,255,255,0.9);
	background-attachment: fixed;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.logo-cabecera {
	width: 50%;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding-left: 100px;
}
.menu-inicio {
	float: right;
	width: 200px;
	height: 90px;
	padding-top: 20px;
}
.menu-inicio ul {
	display: inline;
	padding-top: 10px;
}
.menu-inicio li {
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 4px;
}
.logos {
	background-color: #FFF;
	float: left;
	margin-top: 10px;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logos ul {
	margin: 0px;
	padding: 5px;
}
.logos li {
	margin: 0px;
	display: inline;
}



  @media only screen and (min-width: 768px) {
    header {
		background-image: url(../imagenes/fondo-repite.png);
	height: 95px;	
}
      header h1 {
        font-size: 2.6rem; } }
.secciones {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom:50px;
	background-color: #FFF;
}
.secciones h1 {
	font-size: 2.8em;
	font-weight: lighter;
	line-height: 60px;
	padding-left: 20px;
	color: #42AACD;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: url(../imagenes/fondo-titulo.png);
	background-repeat: no-repeat;
}

.sub-titulo {
	width: 100%;
}
.sub-titulo h2 {
	color: #000000;
	font-size: 1.8em;
	padding-left: 110px;
	font-weight: bolder;
	line-height: 45px;
	background-image: url(../imagenes/ico-titulos.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	text-shadow: 2px 2px 3px #ffffff;
}

.contenido-central2 {
	font-size: 1.4em;
	color: #000000;
	text-align: justify;
	height: auto;
	width: 90%;
	line-height: 32px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
	border-radius: 10px;
	font-weight: 900;
}
.contenido-central2 p {
	font-size: 0.8em;
	line-height: 35px;
}

.contenido-central2 a:link {
	color: #0089A5;
	font-size: 1em;
}
.contenido-central2 a:visited {
	color: #0089A5;
	font-size: 1em;
}
.contenido-central2 a:hover {
	color: #666666;
	font-size: 1em;
}
.contenido-central2 h4 {
	text-align: center;
	font-weight: bolder;
	font-size: 1.3em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.contenido-central {
	font-size: 1.6em;
	color: #000000;
	text-align: justify;
	height: auto;
	width: 80%;
	line-height: 38px;
	margin-right: auto;
	margin-left: auto;
}
.contenido-central li{
	text-align: justify;
	margin-left: auto;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contenido-central h2 {
	font-size: 2.3em;
	color: #000;
	text-shadow: 2px 2px 3px #ffffff;
	font-weight: bolder;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}


.contenido-central h3 {
	font-size: 1.9em;
	font-weight: lighter;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
	float: right;
	padding-top: 0px;
	margin: 0px;
	text-shadow: 2px 2px 3px #ffffff;
	line-height: 40px;
}
.contenido-central h4 {
	text-align: center;
	font-weight: bolder;
	font-size: 1.3em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.conten-poetas {
	width: 100%;
	height: auto;
	float: right;
}
.conten-poetas a:link {
	color: #0089A5;
	font-size: 0.8em;
}
.conten-poetas a:visited {
	color: #0089A5;
	font-size: 0.8em;
}
.conten-poetas a:hover {
	color: #666666;
	font-size: 0.8em;
}


.txt-poeta {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
	float: right;
	width: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.txt-poeta img {
	float: left;
	width: 200px;
	padding-right: 20px;
}

.txt-poeta p {
	padding-right: 10px;
}

 
.adorno {
	width: 100%;
	height: 55px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/ico-poema.png);
	background-repeat: no-repeat;
	float: right;
	background-position: center center;
	margin-bottom: 0px;
}
.contenedor-video {
	height: auto;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.cerrar {
	color: #FFF;
	font-size: 1em;
	height: 40px;
	width: 100%;
	border-radius: 50%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	font-weight: bolder;
	padding-top: 2px;
	display: inline-block;
}


.leer-mas {
	height: 100px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
#cat1 {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cat1 h2 {
	font-size: 1.3em;
	text-align: center;
	color: #000000;
	line-height: 30px;
	font-weight: bolder;
	padding: 0px;
}

#cat1 p {
	line-height: 25px;
	font-size: 1em;
	color: #000;
}

#cat1 li {
	line-height: 25px;
	font-size: 1.5em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#video-poema {
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;
	border-radius: 20px;
	box-shadow: 0 0 8px #000;
	margin-bottom: 10px;
	cursor: pointer;
}
#cat2 {
	width: 100%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cat2 h2 {
	font-size: 1.3em;
	text-align: center;
	color: #000000;
	line-height: 30px;
	font-weight: bolder;
	padding: 0px;
}

#cat2 p {
	line-height: 40px;
	font-size: 1em;
	color: #000000;
}

#cat2 li {
	line-height: 25px;
	font-size: 1em;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}


.txt-presentacion {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.txt-presentacion a:link {
	color: #0089A5;
	font-size: 0.8em;
}
.txt-presentacion a:visited {
	color: #0089A5;
	font-size: 0.8em;
}
.txt-presentacion a:hover {
	color: #666666;
	font-size: 0.8em;
}


.ver-video {
	width: 50px;
	padding: 0px;
	text-align: right;
	height: 50px;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ver-video2 {
	width: 50px;
	padding: 0px;
	text-align: right;
	height: 50px;
	float: right;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -50px;
}
.video-glosario {
	float: right;
	height: 189px;
	width: 244px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contenido-central3 {
	font-size: 1.3em;
	color: #000000;	
	width: 80%;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;	
	text-align: justify;
	margin-top: 20px;
}
.contenido-central3 a {

	color: #000000 !important;	

}

.contenido-central3 ol {
	padding-top: 5px;
	padding-bottom: 10px;
	
}
.contenido-central3 h1 {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	padding-bottom: 0px;
	font-size: 1.5em;
	line-height: 50px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.contenido-central3 h2 {
	background-image: url(../imagenes/ico-poema.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: -40px;
}

.contenido-central3 table p{
	width: 100%;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	line-height: 20px;
}


.contenido-central table {
	width: 95%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}
.contenido-central table p{
	width: 100%;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	line-height: 23px;
	font-size: 0.9em;
}
.contenido-central table ul {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding: 0px;
}
.contenido-central table li {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	line-height: 23px;
	font-size: 0.9em;
}

.contenido-central table ol {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	line-height: 23px;
	font-size: 0.9em;
}
.contenido-central tr {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contenido-central td {
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.destacar {
	font-size: 1.4em;
	font-weight: bolder;
	background-image: url(../imagenes/ico-poema.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: -40px;
	margin-left: 40px;
	text-decoration: underline;
}

.mapa {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mapa h4 {
	margin-top: 50px;
	margin-bottom: 0px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.mapa ul {
	padding: 0px;
	text-align: center;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.mapa li {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



.mapa  a:link{
	color: #3B3B3B;
}
.mapa  a:visited{
	color: #3B3B3B;
}
.mapa  a:hover{
	color: #42AACD;
}
.consulta {
	text-align: center;
}
.enviar {
	color: #FFF;
	font-size: 1em;
	background-color: #F30;
	height: 100px;
	width: 100px;
	border: 10px solid #FFF;
	border-radius: 50%;
	padding-top: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.color-titulo {
	background-color: #89B604;
}
.color-titulo2 {
background-color: #0094CA;
}
.color-titulo3 {
	background-color: #FFBE24;
}
.color-contenido {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
/*	background-color: #F0F0F0;*/
}
.color-contenido2 {
	/*background-color: #E0E0E0;*/
	background: rgba(139, 139, 139, 0.2);
	color: #333;
}
.aclaracion {
	font-size: 0.8em;
	text-align: justify;
	line-height: 25px;
}
.fondo-presentacion {
	background-repeat: no-repeat;
	background-position: right -80px;
	background-image: url(../imagenes/item-presentacion.png);
}
.fondo0 {
	background-repeat: no-repeat;
	background-position: right 0px;
	background-image: url(../imagenes/item-glosario.png);
}



.fondo1 {
	background-image: url(../imagenes/item01bis.png);
	background-repeat: no-repeat;
	background-position: right -80px;
}
.fondo2 {
	background-image: url(../imagenes/item02bis.png);
	background-repeat: no-repeat;
	background-position: right -50px;
}
.fondo3 {
	background-image: url(../imagenes/item03bis.png);
	background-repeat: no-repeat;
	background-position: right;
}
.fondo4 {
	background-image: url(../imagenes/item04bis.png);
	background-repeat: no-repeat;
	background-position: right;
}
.fondo5 {
	background-image: url(../imagenes/item05bis.png);
	background-repeat: no-repeat;
	background-position: right -100px;
}
.fondo6 {
	background-image: url(../imagenes/item06bis.png);
	background-repeat: no-repeat;
	background-position: right;
}
.fondo7 {
	background-image: url(../imagenes/item07bis.png);
	background-repeat: no-repeat;
	background-position: right;
}
.fondo8 {
	background-image: url(../imagenes/item08bis.png);
	background-repeat: no-repeat;
	background-position: right;
}


.color {
	color: #000000;
	font-size: 1.5em;
	font-weight: bolder;
}
.color-verde {
	color: #89B604;
	font-size: 1.5em;
	font-weight: bolder;
}
.color-azul {
	color: #0094CA;
	font-size: 1.5em;
	font-weight: bolder;
}
.color-naranja {
	color: #FFBE23;
	font-size: 1.5em;
	font-weight: bolder;
}
.color-gris {
	color: #9F9F9F;
	font-size: 1.5em;
	font-weight: bolder;
}



.video-txt {
	width: 100%;	
}
.video-centrado {
	text-align: center;
	width: 100%;
}
 
.video-centrado h2 {
	font-size: 2em;
	font-weight: bold;
	color: #FFBE23;
	line-height: 0px;
	text-align: left;
	padding-left: 150px;
}

.video-txt2 {
	width: 50%;
	background-color: #0F0;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.video-txt3 {
	width: 45%;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}
.sub-menu {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 50px;
	
}
.sub-menu ul {
	border-radius: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
}

.sub-menu li {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;	
	list-style-position: outside;
	text-align: left;
}
.sub-menu a {
	font-size: 1.5em;
	color: #000000;
	line-height: 30px;
	padding-right: 30px;
}
.sub-menu a:link {
	font-size: 1.5em;
	color: #000000;
	
}
.sub-menu a:hover {
	font-size: 1.5em;
	color: #666666;
}


.enlace-interes {
	width: 80%;
	color: #666666;
	/*	border-bottom-right-radius: 80px;*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
}
.enlace-interes a:link {
	color: #666;
	font-weight: bolder;
}
.enlace-interes a:visited {
	color: #666;
	font-weight: bolder;
}
.enlace-interes a:hover {
	color: #000000;
	font-weight: bolder;
}



.md-modal {
	position: fixed;
	top: 45%;
	left: 50%;
	width: 40%;
	max-width: 50%;
	min-width: 80%;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #FFFFFF;
	border: 10px solid #FFF;	
	background-repeat: no-repeat;
	border-radius:15px;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	position: relative;
	border-radius: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../imagenes/squareloading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#video-conten {
	width: 62%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;	
	cursor: pointer;
	
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 3em;
	font-weight: bolder;	
	/*border-radius: 3px 3px 0 0;*/
	/*background-color: rgba(0,148,202,0.9);*/
	color: #FFF;	
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}
.txt-contenido {
	float: left;
	height: auto;
	width: 50%;	
	background-color: #FFF;
	font-size: 1em;
	color: #666;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: lighter;
}
.video-contenido2 {
	width: 100%;
}



/*.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}*/
.otros-nombres {
	width: 50%;
	float: right;
	margin-top: 10px;
}
.otros-nombres img {
	float: left;
}
.otros-nombres p {
	background-color: #FFF;
	width: 250px;
	float: left;
	color: #999;
	padding: 5px;
	text-align: justify;
	font-size: 1.3em;
	margin-top: 43px;
	border-radius: 20px;
}
.cerrar-contenido {
	background-color: #000;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 2em;
	color: #FFF;
	position: absolute;
	top: 30px;
	font-weight: bolder;
	right: 0px;
}

.cerrar-contenido:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #35859f;
}
.mas {
	font-size: 0.8em;
	color: #FFF;
	background-color: #FF0000;
	position: absolute;
	z-index: 100;
	margin-top: -50px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 20px;
	font-weight: bolder;
	border: 5px solid #FFFFFF;
	margin-left: 10px;
}
.mas:hover{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #89B604;
}

button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}



.pie {
	background-color: rgba(0,0,0,0.9);
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	font-weight: normal;
	font-size: 1.2em;
}
.pie ul{
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.pie li{
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}
.pie a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

.pie a:hover,
.pie a:focus {
	outline: none;
	color: #999999 !important;
	font-size: 0.8em;
}

.pie h3 {
	margin: 0px;
}

.logos-pie {
	background-color: #FFF;
	height: auto;
	float: left;
	margin-top: 10px;
	border-radius: 20px;
	margin-right: 10px;
	width: 65%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}
.logos-pie ul {
	margin: 0px;
	padding: 0px;
}
.logos-pie li {
	margin: 0px;
	list-style-type: none;
	display: inline;
}
.redes {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.redes ul {
	display: inline;
	float: left;
	padding: 0px;
}
.redes li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.w3-row-padding:after{content:"";display:table;clear:both}
.w3-third{float:left;width:100%}
.w3-col.s12{width:99.99999% }

@media only screen and (min-width:601px){
.w3-col.m4,.w3-third{width:33.33333%}
}
#subir  {
	height: 75px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo-sube.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}
#subir ul  {
	padding: 0px;
	list-style-type: none;
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#subir li  {
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

  
@media screen and (max-width: 1000px) {
	.secciones h1 {
	font-size: 2em;
	font-weight: bolder;
	line-height: 50px;
	padding-left: 50px;
	color: #42AACD;
	text-shadow: 1px 1px 10px #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
	.logos {
	display: none;
}
.glosario {
		display: none;
}

.actividad {
	display: none;
}
#cat1 p {
	line-height: 27px;
	font-size: 1em;
	color: #000;
}
.cerrar {
	color: #FFF;
	font-size: 1em;
	height: 80px;
	width: 80px;	
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	font-weight: bolder;
	padding-top: 2px;
	display: inline-block;
}
.contenido-central img {
	width: 50%;
	height: 50%;
}
.contenedor-video {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#video-poema {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0 0 8px #000;
	margin-bottom: 10px;
}
.contenido-central {
	font-size: 1.5em;
	color: #666;
	text-align: justify;
	height: auto;
	width: 95%;
	line-height: 35px;
	margin-right: auto;
	margin-left: auto;
}
.contenido-central h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-shadow: 2px 2px 3px #ffffff;
	padding: 0px;
	line-height: 30px;
}
.tooltip {
	text-align: center;
	cursor: pointer;
	margin-top: 50;
	margin-bottom: 50;
	width: 100px;
	font-weight: bolder;
	color: #FFF;
	background-color: #000000;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 8px #000;
}
.tooltip > span {
	padding: 10px;
	width: 90%;
	height: 60%;
	box-shadow: 0 0 8px #000;
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	background-color: #FFFFFF;
	z-index: 1000;
	
	color: #000;
	overflow: auto;
	font-size: 0.8em;
	line-height: 23px;
	font-weight: lighter;
}
.sub-titulo h2 {
	color: #000000;
	font-size: 2.3em;
	padding-left: 2px;
	font-weight: bolder;
	line-height: 60px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-align: center;
}
.video-txt3 {
	display: none;
}
.sub-menu {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 100px 10px;
	height: auto;
}
.sub-menu a {
	font-size: 2em;
	color: #3B3B3B;
	line-height: 40px;
}
.sub-menu a:link {
	font-size: 2em;
	color: #3B3B3B;
	
}
.sub-menu a:hover {
	font-size: 2em;
	color: #FFBE23;
	
}


/*.ver-video {
	display: none;
}*/
#video-conten {
	width: 95%;
		
	
}
.ver-video {
	width: 40px;
	padding: 0px;
	text-align: right;
	height: 40px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ver-video img {
	width: 80px;
	padding: 0px;
	text-align: right;
	height: 40px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.video-contenido {
	display: none;
}


.sub-menu {
	width: 95%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 50px;
	
}
.sub-menu ul {	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.menu-superior {
	line-height: 1.2;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0em;
	padding-top: 4px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000;
	width: auto;
	height: 90px;
	background: rgba(255,255,255,0.6);
	float: right;
}
.logo-cabecera {
	width: 100%;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.menu-inicio {
	display: none;	
}
.cbp-hsinner {
	position: relative;
	z-index: 100;
	background-color: #0094CA;
	margin-top: -80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boton-enviar {
	color: #000000;
	background-color: #FFF;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.8em;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-radius: 10px;
	margin-left: 50px;
}
.video-glosario {
	float: none;
	height: 250px;
	width: 80%;
	background-color: #FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

}



@-webkit-keyframes 
    100% {margin-left: -1000px;} 
} 
@-moz-keyframes 
    100% {margin-left: -1000px;} 
} 
@-o-keyframes 
    100% {margin-left: -1000px;} 
}  
br {
	padding-top: 20px;
}
