*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: "Source Sans Pro", sans-serif;
	color: rgba(2, 23, 37, 0.7);
	background-color: white;
	background-image: url(../img/fondo-body.jpg);
	background-attachment: fixed;
}
body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}

/*html, body {
  height: 100%;
}*/
#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;
	text-decoration: none;
	}


#checkbox {
	height: 30px;
	width: 30px;
	font-size: 2em;
	color: #37A2AA;
	cursor:pointer;
}
section{
	padding: em;
	text-align: center;
	position: relative;
	height: calc(50% - 0px);
	overflow: hidden;
	height: 10%;
	z-index: 1;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #dfefc8;
    font-style: italic;
	font-size: 0.8em;
	
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfefc8;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfefc8;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #dfefc8;
    font-style: italic;
}

.cajetin {
	font-size: 1em;
	font-weight: bolder;
	color: #36A2AA;
	border: 2px solid #8AB456;
	margin-top: 5px;
	margin-bottom: 5px;
}


.container {
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container2 {
	height: 200px;
	width: 100%;
	padding: 50px;
}
.negrita {
	font-weight: bolder;
}
.color-tabla {
	background-color: #d4ecf1;
}

.migas {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-top: 50px;
	padding-bottom: 10px;
}
.migas h1 {
	color: #0EA7C2;
	margin: 0px;
	font-size: 4em;
	background-image: url(../img/adorno.png);
	background-repeat: no-repeat;
	background-position: center 150px;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0EA7C2;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.paso {
	font-size: 2.5em;
	color: #FFF;
	background-color: #FDB854;
	border-radius: 50%;
	padding-right: 13px;
	padding-left: 13px;
}
.txt_mini {
	font-size: 0.9em;
	line-height: 20px;
	width: 100%;
	margin-bottom: 50px;
}
.txt {
	font-size: 2em;
	color: #32A7B0;
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


.migas-pasos {
	width: 80%;
	border-radius:20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 150px;
	height: auto;
	
	margin-top: 5px;
	font-size: 2em;
	background-attachment: fixed;
	background-image: url(../img/fondo-titulos-desenfocado.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	background-color: #CCC;	
	box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}
.migas-pasos h1 {
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-shadow: 1px 2px 15px #ffffff;
	margin-top: 15px;
	font-weight: bolder;
}
.migas-pasos ul {
	margin: 0px;
	padding: 0px;
}
.migas-pasos li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
	font-size: 1em;
}
/* ==========================================================================
Swag
========================================================================== */
.swag {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(../img/fondo-titulos-desenfocado.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 120px;
}
.swag h1 span {
	display: block;
	font-size: 25px;
}
.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;
	border: 0px;
	text-decoration: none;
}
.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;
	font-size: 25px;
	line-height: 80px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #0EA7C2;
	background-image: url(../img/ico-bajar.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.down-arrow-btn:hover, .down-arrow-btn:focus {
	color: #fff;
	background-color: rgba(168,196,49,1);
}
.leer-mas {
	height: 100px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -90px;
	margin-bottom: 0px;
}

.leer-arrow-btn {
	width: 90px;
	height: 90px;
	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;
	font-size: 2em;
	line-height: 80px;
	text-align: center;
	margin-right: auto;		
	margin-left: auto;
	background-color: #0EA7C2;
	color: #FFF;
	text-decoration: none;
	margin-top: 3px;
}

.leer-arrow-btn:hover, .down-arrow-btn:focus {
	color: #fff;
	background-color: rgba(168,196,49,1);
}
.cerrar-arrow-btn {
	width: 50px;
	height: 50px;
	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;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	background-color: #EE5641;
	float: right;
	color: #FFF;
	text-decoration: none;
}
.cerrar-arrow-btn:hover, .down-arrow-btn:focus {
	color: #fff;
	background-color: rgba(14,167,194,1);
}
ul.social-buttons { list-style: none; margin: 0; padding: 0; }
ul.social-buttons li { display: inline-block; margin-right: 10px; }
ul.social-buttons li:last-child { margin-right: 0; }
.social-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	background-color: #EC3B22;
}
.social-btn:hover, .social-btn:focus {	
	background-color: rgba(168,196,49,1);
}
.social { margin-top: 25px }

.subir {
	text-align: center;
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
/* ==========================================================================
Contact
========================================================================== */
.up-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	display: block;
	font-size: 25px;
	line-height: 80px;
	text-align: center;
	top: -26px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	/*	background-color: rgba(253,184,84,0.9);*/
	margin-top: 0;
	margin-bottom: 0;
	background-color: #0EA7C2;
	background-image: url(../img/ico-subir.png);
	background-repeat: no-repeat;
	position: absolute;
}
.up-btn:hover, up-btn:focus {	
	background-color: rgba(168,196,49,1);
}

.adorno {
	height: 250px;
	width: 100%;
	background-image: url(../img/adorno-enlaces-interes.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.adorno h2 {
	font-size: 3.5em;
	font-weight: lighter;
	padding-top: 145px;
}


.cd-header {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(2, 23, 37, 0.95);
	height: 100px;
	width: 100%;
	z-index: 3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.cd-logo {
	display: block;
	position: absolute;
	top: 0px;	
	margin-left: 80px;
}
.cd-logo img {
	display: block;
	width: 250px;
	
}
.buscador {
	width: 320px;
	border-radius: 20px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 60px;
}

.cd-secondary-nav {
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30em;
	/* hidden on small devices */
	display: none;
}
.cd-secondary-nav li {
	display: inline-block;
	margin-left: 0.5em;
}
.cd-secondary-nav a {
	display: inline-block;
	color: #006e88;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.8em;
	text-shadow: 2px 2px 10px #fefefe;
	text-transform: uppercase;
}
.cd-secondary-nav a:hover {
	display: inline-block;
	color: #0EA7C2;
	text-shadow: 1px 2px 3px #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

.cd-primary-nav-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 80px;
	
}

.cd-primary-nav-trigger .cd-menu-text {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	/* hide the text on small devices */
	display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	left: 120%;
	top: 40%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 50px;
	height: 5px;
	background-color: white;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;  /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -10px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 10px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.vocabulario {
	position: absolute;
	top: 240px;
	z-index: 100;
	left: 0px;
}
.antes-empezar {
	position: absolute;
	top: 90px;
	z-index: 100;
	left: 0px;
}
.logos-cabecera {
	float: right;
	height: auto;
	width: 350px;
	margin-top: 20px;
}
.logos-cabecera li {
	display: inline;
}

.cd-primary-nav-trigger {
	position: absolute;
	right: 0;
	height: 100%;
	width: 50px;
	left: -14px;
	padding-right: 10px;
	padding-left: 10px;
}
.cd-primary-nav-trigger .cd-menu-text {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	/* hide the text on small devices */
	display: none;
}

.cd-primary-nav {
	/* by default it's hidden - on top of the viewport */
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(138, 212, 231, 0.96);
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	float: left;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.titulo {
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
.fondo-cabecera {
	text-align: center;
	height: 100px;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/cd-background-img.jpg);
	background-repeat: no-repeat;
	background-position: 0px -500px;
}


.menu-contenedor {
	width: 980px;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
}

.cerrar-menu {
	text-align: center;
	position: absolute;
	top: 0px;
	right: 300px;
}

.menu-contenedor h1 {
	font-size: 2.2em;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bolder;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.menu-multiplicar {
	width: 300px;
	float: left;
	height: 400px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	background-color: #5dc6d1;
	border-radius: 20px;
	background-image: url(../img/menu-superior-azul.png);
	background-repeat: no-repeat;
}
.menu-multiplicar a {
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	font-size: 0.7em;
	width: 100%;
	text-shadow: 1px 2px 15px #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: rgba(245,245,245,0.4) transparent;
}
.menu-division {
	width: 300px;
	float: left;
	height: 400px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	background-color: #91c33e;
	border-radius: 20px;
	background-image: url(../img/menu-superior-verde.png);
	background-repeat: no-repeat;
}
.menu-division a {
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	font-size: 0.7em;
	width: 100%;
	text-shadow: 1px 2px 15px #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: rgba(245,245,245,0.4) transparent;
}

.menu-fracciones {
	width: 300px;
	float: left;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	background-color: #ec3b22;
	border-radius: 20px;
	background-image: url(../img/menu-superior-rojo.png);
}
.menu-fracciones a {
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	font-size: 0.7em;
	width: 100%;
	text-shadow: 1px 2px 15px #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: rgba(245,245,245,0.4) transparent;
}


.cd-primary-nav a {
	display: inline-block;
	/*border-radius: 0.25em;*/
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}
.materias {
	text-align: center;
	height: 230px;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/fondo-titulos-desenfocado.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.materias h2 {
	font-size: 4em;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	text-shadow: 1px 2px 15px #ffffff;
	letter-spacing: -1px;	 
}
.materias h3 {
	font-size: 3em;
	color: #FFF;
	padding-bottom: 30px;
	font-weight: lighter;
}
.container h2 {
	font-size: 2em;
	text-align: center;
	font-weight: bolder;
}
.que-es {
	text-align: center;
	height: 600px;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/fondo-titulos-desenfocado.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 10px;
}
.que-es h2 {
	font-size: 4em;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	text-shadow: 1px 2px 15px #ffffff;
}
#mas-video {
	height: 138px;
	width: 185px;
	float: right;
	border: 5px solid #FFF;
	border-radius: 10px;
	margin: 15px;
}

#video-contenido {
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/pie-video.png);
	background-repeat: no-repeat;
	background-position: 10px 355px;
	text-align: center;
	background-color: #FFF;
}
#video-contenido2 {
	height: 400px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
	margin-bottom: 0px;
	/*	border-radius: 20px;*/
/*	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);*/
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/pie-video.png);
	background-repeat: no-repeat;
	background-position: 10px 355px;
	text-align: center;
	background-color: #FFF;
}

.video-imagen {
	height: 300px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imagen-texto {
	width: 50%;
	height: auto;
	text-align: justify;
	float: right;
}
.video-texto {
	float: left;
	height: 300px;
	width: 50%;
}



#video-contenido-txt {
	width: 95%;
	height: auto;
		border-radius: 20px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

#texto-central2 {
	width: 70%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
}
#texto-central2 h3 {
	font-size: 2em;
	color: #457749;
	background-repeat: no-repeat;
	font-weight: bolder;
	text-shadow: 2px 2px 10px #ffffff;
	background-position: center -15px;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 0px;
}
#texto-central2 p {
	line-height: 30px;
	font-size: 1.7em;
	color: #666;
	margin-top: 15px;
	font-weight: lighter;
}
#texto-central2 ul {
	text-align: justify;
}

#texto-central2 li {
	line-height: 25px;
	font-size: 1.5em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: lighter;
}
#texto-central2 ol {
	line-height: 25px;
	font-size: 1.5em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: lighter;
}

#texto-central2 a:link {
	color: #D64430;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	line-height: 60px;
}
#texto-central2 a:visited {
	color: #D64430;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	text-align: right;
}
#texto-central2 a:hover{
	color: #4BCED8;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	text-align: right;
}

#texto-central {
	width: 70%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
}



#texto-central h2 {
	color: #379EA6;
	margin-top: 25px;
	font-size: 2.5em;
	letter-spacing: 1px;
	text-shadow: 2px 2px 10px #ffffff;
	z-index: 1;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bolder;
}
#texto-central h3 {
	font-size: 2em;
	color: #457749;
	background-image: url(../img/adorno-dados2.png);
	background-repeat: no-repeat;
	font-weight: bolder;
	text-shadow: 2px 2px 10px #ffffff;
	background-position: center -15px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 0px;
}
#texto-central h4 {
	margin-top: 25px;
	font-size: 4em;
	letter-spacing: 1px;
	text-align:left;
	text-shadow: 2px 2px 10px #ffffff;
	z-index: 1;
	margin-top: 40px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(../img/adorno-dados.png);
	background-repeat: no-repeat;
	height: 80px;
	    background-position: 700px -10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#texto-central h5 {
	font-size: 3em;
	letter-spacing: 1px;
	text-shadow: 2px 2px 10px #ffffff;
	z-index: 1;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	height: 55px;
	color: #3C9F9A;
	text-align: center;
	margin-top: 15px;
}

#texto-central p {
	line-height: 30px;
	font-size: 1.7em;
	color: #666;
	margin-top: 15px;
	font-weight: lighter;
}
#texto-central ul {
	text-align: center;
}

#texto-central li {
	line-height: 25px;
	font-size: 1.5em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}

#texto-central a:link {
	color: #D64430;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	line-height: 60px;
}
#texto-central a:visited {
	color: #D64430;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	text-align: right;
}
#texto-central a:hover{
	color: #4BCED8;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	text-align: right;
}
.operaciones-tabla {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
	background-image: url(../img/fondo-tabla.png);
	background-repeat: no-repeat;
	background-position: -80px -20px;
	text-shadow: 2px 2px 5px #ffffff;
	margin-top: 20px;
	padding: 10px;
}

.operaciones-tabla table {
	width: 100%;
	font-size: 1.4em;
}
.operaciones-tabla td {
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}


.frases {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.9em;
	background-image: url(../img/comillas.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 90px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: lighter;
	background-color: #E9F4F5;
	border-radius: 20px;
}

.verde {
	color: #7AAB43;
	font-size: 1em;
	font-weight: bolder;
}
.rojo {
	color: #ED5641;
	font-size: 1em;
	font-weight: bolder;
}
.naranja {
	color: #E68500;
	font-size: 1em;
	font-weight: bolder;
}
.imagen-adorno {
	float: left;
	height: 190px;
	width: 200px;
	margin-right: 10px;
}
.imagen-adorno img {
	height: 190px;
	width: 200px;
}


.separador {
	height: 80px;
	width: 100%;
	background-image: url(../img/fondo-ayuda-enlaces-interes.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.separador2 {
	height: 80px;
	width: 100%;
	background-image: url(../img/fondo-ayuda-enlaces-interes.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}
.bto-vocabulario {
	height: auto;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#fondo_video2 {
	height: 120px;
	width: 230px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 60px;
	float: left;
	text-align: center;
	background-image: url(../img/fondo-vocabulario.png);
	background-repeat: no-repeat;
}
.bto-vocabulario ul {
	margin-bottom: 50px;
}
.bto-vocabulario li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../img/ico.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}

.bto-vocabulario  a:link {
	color: #D64430;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	line-height: 60px;
}
.bto-vocabulario  a:visited {
	color: #D64430;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	text-align: right;
}
.bto-vocabulario  a:hover{
	color: #4BCED8;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: lighter;
	text-align: right;
}



.bto-video {
	width: 100%;
	float: right;
}
.bto-video img {
	width: 60px;
}


.destacar-txt {
	color: #EE5641;
	font-weight: bolder;
	font-size: 1.2em;
}
.destacar-txt2 {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 1.8em;
	width: 450px;
	background-color: #EE5641;
	border-radius: 20px;
	background-image: url(../img/menu-superior-rojo.png);
	background-position: -10px;
	margin-left: auto;
	box-shadow: 2px 2px 10px #000000;
	padding: 10px;
	margin-bottom: 50px;
	margin-right: auto;
}
.destacar-txt3 {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 2.5em;
	background-color: #EE5641;
	border-radius: 20px;
	background-image: url(../img/menu-superior-rojo.png);
	background-position: -10px;
	box-shadow: 2px 2px 10px #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 30px;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.bto-envio {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 3em;
	width: 200px;
	background-color: #EE5641;
	border-radius: 20px;
	background-image: url(../img/menu-superior-rojo.png);
	background-position: -10px;
	box-shadow: 2px 2px 10px #000000;
	padding: 10px;
	margin-top: 10px;
	cursor:pointer;
}
#cat1 {
	width: 70%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	margin-top: 80px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: auto;
}



#cat1 h2 {
	color: #379EA6;
	margin-top: 25px;
	text-align: center;
	font-size: 2.8em;
	letter-spacing: 1px;
	text-shadow: 2px 2px 10px #ffffff;
	z-index: 1;
	margin-top: 30px;
	margin-bottom: 50px;
}
#cat1 h3 {
	font-size: 2.5em;
	color: #F4A30D;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#cat1 p {
	line-height: 30px;
	font-size: 1.5em;
	color: #666;
	margin-top: 15px;
	font-weight: lighter;
}
#cat1 li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../img/ico.jpg);
	font-size: 1.5em;
	line-height: 30px;
	font-weight: lighter;
	color: #666;
	margin-left: 30px;
}
.img-cap2 {
	padding: 0px;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.img-cap3 {
	padding: 0px;
	width: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
/* ==========================================================================
ampliar imagen
========================================================================== */
.recuerda {
	height: 80px;
	width: 100%;
	position: absolute;
	top: 350px;
	z-index: 1;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BADDE4;
	margin-top: 60px;
}
/* ==========================================================================
ampliar imagen
========================================================================== */
.recuerda2 {
	height: 80px;
	width: 100%;
	position: absolute;
	top: 350px;
	z-index: 1;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BADDE4;
	margin-top: -5px;
}

.imagenes-temario {
	height: auto;
	width: 45%;
	position: absolute;
	top: 870px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}

.md-modal {
	position: fixed;
	top: 35%;
	left: 50%;
	width: 50%;
	max-width: 1000px;
	min-width: 1024px;
	z-index: 20000;
	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%);
}
.md-close {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}


.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	-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-ayuda {
	color: #666;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 200px rgba(0,0,0,0.95);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	height: 520px;
	background-color: #FFFFFF;
	padding: 10px;
	background-image: url(../img/fondo-ayuda.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#video-ayuda {
	height: 250px;
	width: 450px;
	margin-left: 230px;
	background-color: #FFFFFF;
	margin-top: 30px;
		border-radius: 20px;
	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/pie-video.png);
	background-repeat: no-repeat;
	background-position: 10px 355px;
	margin-bottom: 0px;
	float: left;
}
.enlaces-ayuda {
	float: right;
	height: 220px;
	width: 400px;
	margin-top: 30px;
	margin-right: 30px;
	background-image: url(../img/fondo-ayuda-enlaces-interes.png);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
	display: none;
}
.enlaces-ayuda ul {
	margin-top: 80px;
	margin-left: 50px;
}
.enlaces-ayuda li {
	margin-top: 5px;
	list-style-type: none;
	list-style-image: url(../img/ico.png);
}
.enlaces-ayuda a {
	color: #0EA7C2;
	font-weight: lighter;
}

.texto-ayuda {
	float: left;
	height: 150px;
	width: 900px;
	margin-left: 20px;
	overflow: auto;
	text-align: justify;
	font-size: 1em;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,0.2);*/
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
	margin-top: 25px;
}
.texto-ayuda p {
	font-size: 1.3em;
	color: #666;
	line-height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: lighter;
}
.texto-ayuda a {
	font-size: 1em;
	color: #0EA7C2;
	padding-right: 10px;
	padding-left: 10px;
}

/* Content styles */
.md-content1 {
	color: #666;
	position: relative;
	border-radius: 10px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.9);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 650px;
	height: auto;
	padding: 20px;
	background-color: #FFF;
}
/* Content styles */
.md-content2 {
	color: #666;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 700px;
	height: auto;
	padding: 20px;
}
/* Content styles */
.md-content-actividad {
	color: #666;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 200px rgba(0,0,0,0.9);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	height: 400px;
	background-color: #FFF;
	padding: 10px;
	text-align: center;
}
/* Content styles */
.md-content3 {
	color: #666;
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 200px rgba(0,0,0,0.9);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 700px;
	background-image: url(../images/fondo_mitos.png);
	background-repeat: no-repeat;
	height: 400px;
	padding: 10px;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	color: #FFFFFF;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	border-radius: 3px 3px 0 0;
	background-color: rgba(25,138,236,0.9);
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(000,00,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
button {
	border: none;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: transparent;
	padding: 0em;
	margin: 0px;
	float: right;
}

button:hover {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.contenido-txt {
	height: auto;
	width: 100%;
	margin-top: 50px;
}
.contenido-txt a {
	font-size: 1em;
}

.contenido-txt h2 {
	text-align: center;
	padding: 0px;
	font-size: 2.4em;
}

.cerrar {
	height: 50px;
	width: 100%;
	
}


.centrar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.contenedor-ejemplo {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 305px;
}

.contenedor-ejemplo h2 {
	font-size: 2em;
	color: #379FA8;
	padding-top: 50px;
	padding-bottom: 20px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #379FA8;
	margin-bottom: 20px;
	text-align: center;
}

.combrobar-actividad {
	height: auto;
	width: 250px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.combrobar-actividad img {
	width: 170px;
}

#video-ejemplo {
	height: auto;
	width: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 20px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/pie-video.png);
	background-repeat: no-repeat;
	background-position: 10px 355px;
	text-align: center;
	background-color: #FFF;
	float: left;
}
.txt-ejemplo {
	width: 570px;
	height: auto;
	font-size: 1.8em;
	line-height: 35px;
	color: #8A8A8A;
	font-weight: lighter;
	text-align: justify;
	float: right;
}

.no-touch .cd-primary-nav a:hover {
background-color: #8ad4e75e;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-intro {
  position: relative;
  height: 80%;
  background: url("../img/cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.cd-main-content {
  position: relative;
  z-index: 1;
}
.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0;
}

/* ==========================================================================
Footer
========================================================================== */
footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}
.avisos li{
	margin-bottom: 5px;	
}
footer {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../img/fondo-titulos-desenfocado.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #09253B;
}
footer p { color: #fff; }
ul.legals  { list-style: none; color: #fff; line-height: 25px; }
ul.legals  li { display: inline-block; }
ul.legals  li::after { content: " |"; }
ul.legals  li:last-child::after { content: ""; }
.legals { text-align: left; }
.credit { text-align: right; }


@media only screen and (min-width: 1170px) {
   .cd-header {
	height: 80px;
	background: transparent;
	box-shadow: none;
  }
  
  .cd-logo {
	left: 2em;
  }

  .cd-intro h1 {
    font-size: 80px;
    font-size: 3rem;
  }
 
   .cd-primary-nav {
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
  } 
  
   .cd-secondary-nav {
    display: block;
  }
 
 
  .cd-primary-nav-trigger .cd-menu-icon {
display:none;	
}
  .cd-primary-nav-trigger {
	width: 240px;
	padding-left: -2px;
	height: 90px;
	line-height: 30px;
	right: 2.2em;
	top: 150px;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2.5em;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
	/*background-image: url(../img/INDICE.png);*/
	background-repeat: no-repeat;
		top: 170px;
  }
  
  
  
  .cd-primary-nav-trigger
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;

}

.cd-primary-nav-trigger:hover
{
	opacity: 0.7;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	border: 0px;
	text-decoration: none;
	
}
  .cd-primary-nav-trigger .cd-menu-text {
	display: inline-block;
  }
   .cd-main-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-intro {
    height: 700px;
  }
   .cd-primary-nav li {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 18px;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  } 
  
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;
    background-color: rgba(140, 213, 231, 0.92);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: rgba(140, 213, 231,  0.96);
  }

}
@media only screen and (max-width: 1000px) { 
 

 .logos-cabecera {
	display: none;
} 
.menu-superior {
	height: 150px;
	width: 100%;
	/*background-color: #0E3C60;*/
	padding-top: 5px;
	padding-bottom: 5px;	
	background-image: url(../img/keyboard-bg.jpg);
	background-position: -500px;
}

 .buscador {display:none;
	
}
.vocabulario {display:none;
	
}
.materias {
	display:none;
}
.imagenes-temario {display:none;
	
}
.cd-intro {
    position: relative;
    height: 30%;
    background: url(../img/cd-background-img.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-logo img {
  display: block;
  width: 0%;
  margin-right: auto;
  margin-left: auto;
}
 
.menu-contenedor {
	width: 100%;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.cerrar {
	float: right;
	height: 50px;
	width: 100px;
}

.menu-contenedor a {
	font-size: 1.5em;
}
.menu-contenedor h1 {
	font-size: 5em;

}

.menu-contenedor h2 {
	font-size: 2em;
	color: #FFF;
	background-color: #0EA7C2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.menu-multiplicar {
	width: 100%;
	float: right;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #5dc6d1;
	border-radius: none;
	margin-bottom: 0px;	
	background-image: none;
	background-repeat: no-repeat;
	
}

.menu-division {
	width: 100%;
	float: right;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #91c33e;
	border-radius: 0px;
	border-radius: none;
	background-image: none;
}

.menu-fracciones {
	width: 100%;
	float: right;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	background-color: #ec3b22;
	border-radius: 0px;
	border-radius: none;
	background-image: none;
}
.menu-multiplicar a {

	line-height: 40px;
	font-size: 3em!important;
	
}

.menu-division a {

	line-height: 40px;
	font-size: 3em!important;
	
}

.menu-fracciones a {

	line-height: 40px;
	font-size: 3em!important;
	
}
#cat1 {
	width: 100%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.7);
	border-radius: 0px;
	margin-top: 80px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: auto;
}
#cat1 p {
	line-height: 70px;
	font-size: 3em;	
}

#cat1 li {
	line-height: 70px;
	font-size: 3em;	
}

.materias {
	text-align: center;
	height: 400px;
	width: 100%;
	
	background-image: url(../img/fondo-titulos-desenfocado.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.container {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width:50%;
}
.container p {
	font-size:3em;
	padding-bottom:50px;
}
.container2 {
	height: 200px;
	width: 100%;
	padding: 50px;

}
.adorno h2 {
	font-size: 5em;
	font-weight: bolder;
	padding-top: 145px;
	text-shadow: black
}
.container h2 {	
	display:none;	
}

.que-es {
	text-align: center;
	height: auto;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/fondo-titulos-desenfocado.jpg);
background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 10px;
}

#texto-central {
	width: 100%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.7);
	border-radius: 0px;
	border-radius: none;
	margin-top: 20px;
	margin-bottom: 30px;
	height: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#texto-central p {
	line-height: 30px;
	font-size: 1.5em;
	color: #666;
	font-weight: lighter;
	margin-top: 15px;
	margin-bottom: 10px;
}

#video-contenido {
	height: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	margin-top: 50px;
	margin-bottom: 20px;
	border-radius: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.up-btn {
	display: none;
}
.recuerda {
	display: none;
}
.recuerda2 {
	display: none;
}

.imagenes-temario {
	height: auto;
	width: 100%;
	/*	box-shadow: 5px 10px 0px rgba(0,0,0,0.2);*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: absolute;
	top: 350px;
	margin-top: -5px;
	z-index: 1;
}
.contenedor-ejemplo {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;	
	text-align: center;
}

#video-ejemplo {
	width: 100%;
	height: auto;
	padding-right: 0;
	padding-left: 0;
	background-image: none;
	border-radius:0px;
}
.txt-ejemplo {
	width: 100%;
	height: auto;
	font-size: 1.8em;
	line-height: 35px;
	color: #8A8A8A;
	font-weight: lighter;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

.vocabulario {
	display: none;
}
 
.logos {display: none;
}
/*.animated.fadeInDown img {
	width: 300px;
}*/
.animated.fadeInDown img {
	width: 560px;
	padding-top: 5%;
}

.menu-superior ul {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 19px;
	margin-left: 0px;
}

.bto-sobre2 img {
	height: 15%;
	width: 15%;
		
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	
	
}

.md-content2 {
	color: #666;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 200px rgba(0,0,0,0.95);
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 80%;
	height: 400px;
	background-color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.md-content2 img {
	
	width: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.combrobar-actividad img {
	width: 300PX;
}

.subir {display: none;
}

}
