/*305-68,75=236,35 */
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;
}

html, button, input, select, textarea { border:none/*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: no-repeat;
	background-attachment: fixed;
	font-weight: lighter;
}
::-webkit-scrollbar {
  width: 20px;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.negrita {
	font-size: 0.4em;
	font-weight: bolder;
	background-color: #F00;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 20px;
}

/* 
enlaces
 */
/* __________ Buttons __________ */
.btn{
	border-radius: 20px;
	background-color: #294953;
	font-size: 1em;
	text-transform: none;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	padding: 10px;
	width: 50%;
	}
.btn:hover {
	background-color: #FFDD02;
	color: #FFF;
}
	
.btn-active {
	margin-top: 5px;
	border-radius: 20px;
	background-color: #FFDD02;
	font-size: 1em;
	text-transform: none;
	margin-bottom: 5px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bolder;
	margin:0 7px 10px 0;
	filter:none !important;}
	
.btn-active:hover {color:#fff;}
.construcción {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;	
	}
	
.construcción h1 {
	font-size: 3em;
	font-weight: 800;	
	}
	
.construcción  h2{
	font-size: 3em;
	font-weight: 800;	
	}
a:focus {
	outline: none;
	text-decoration: none;
}


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

}
.descarga-actividades {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
	margin-bottom: 10px;
}

.proximamente {
	font-size: 0.6em;
	font-weight: 800;
	color: #FFF;
	background-color: #FF3333;
	border-radius: 10px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.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: 55% auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 330px;
}
.profesiones {
	background-image: url(../img/profesionales-ambito-educativo.png);
	}

.bto-descarga {
	height: 90px;
	width: 100%;
	text-align: center;
	background-color: #005A9C;
	float: right;
	padding-top: 10px;
}

.bto-descarga:hover
{
	cursor: pointer;
	text-decoration: none;
	background-color: #00487D;
}
.ico-derecha {
	width: 100%;
	height: 80px;
	text-align: right;

}
.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;
}


/* __________ recursos __________ */
.numero {
	font-size: 3em;
	text-align: center;
	color: #FFF;
	background-color: #FFAC00;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}
.espacio {
    height: 30px;
    width: 100%;
}
.adorno-puntos {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 30px;
	background-image: url(../imagenes/h1-bg.png);
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
}
.linea {
	background-color: #ec0202;
	height: 5px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.linea2 {
	background-color: #ec0202;
	height: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.purpose_block {
	background-color: rgba(255,255,255,0.9);
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.purpose_block h2 {
	font-family: 'Fredoka One', cursive;
	font-size: 2.7em;
	font-weight: lighter;
	letter-spacing: -0.04em;
	line-height: 40px !important;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.purpose_block h3 {
	font-family: 'Fredoka One', cursive;
	font-size: 2.1em;
	font-weight: lighter;
	letter-spacing: -0.04em;
	padding: 0px;
	line-height: 40px !important;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.purpose_block h4 {
	font-family: 'Fredoka One', cursive;
	font-size: 4.5em;
	font-weight: lighter;
	letter-spacing: -0.04em;
	line-height: 40px !important;
	text-align: center;
	background-image: url(../img/separa.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-position: center 70px;
	margin: 0px;
}
.purpose_block p {
	margin-bottom: 28px;
	font-size: 1.4em;
	text-align: justify;
	font-weight: 500;
	line-height: 26px;
	color: #333;
}

.purpose_block li {
	line-height: 28px;
	font-size: 1.4em;
	text-align: justify;
	font-weight: 300;
	list-style-type: none;
	padding-bottom: 30px;
	background-image: url(../img/ico.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	background-position: 50px 5px;
}

.purpose_block ol {
	line-height: 28px;
	font-size: 1.4em;
	text-align: justify;
	font-weight: 300;
	list-style-type: none;
	padding-bottom: 30px;
	background-image: url(../img/ico.jpg);
	background-repeat: no-repeat;
	padding-left: 130px;
	background-position: 100px 5px;
}


/*TABLAS*/
.color1{
	background-color: rgba(220,225,227,0.3);
	}
	
.tablas {
	background-color: rgba(255,255,255,0.9);
	padding-top: 50px;
	padding-right: 10;
	padding-bottom: 30;
	padding-left: 10;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tablas h2 {
	font-family: 'Fredoka One', cursive;
	font-size: 3em;
	font-weight: lighter;
	letter-spacing: -0.04em;
	line-height: 55px !important;
	text-align: center;
	/*background-image: url(../img/separa.png);
	background-repeat: no-repeat;*/
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-position: center 130px;
	margin: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}
.tablas b {
	font-size: 0.9em;
	letter-spacing: -0.01em;
	line-height: 0px !important;
	text-align: center;
	background-repeat: no-repeat;
	color: #ffc100;
	font-weight: 300;
	padding-top: 100px;
}.tablas h3 {
	font-family: 'Fredoka One', cursive;
	font-size: 1.7em;
	font-weight: lighter;
	letter-spacing: -0.04em;
	padding: 0px;
	line-height: 25px !important;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 70px;
}

.tablas p {
	font-size: 1.5em;
	text-align: center;
	font-weight: 500;
	line-height: 26px;
	color: #333;
}

.tablas li {
	line-height: 24px;
	font-size: 1.2em;
	font-weight: 500;
	list-style-type: none;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 20px 5px;
	padding-right: 5px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding-top: 13px;
}

.tablas ol {
	line-height: 28px;
	font-size: 1.4em;
	text-align: justify;
	font-weight: 300;
	list-style-type: none;
	padding-bottom: 30px;
	background-image: url(../img/ico.jpg);
	background-repeat: no-repeat;
	padding-left: 130px;
	background-position: 100px 5px;
}


/*FIN TABLAS*/



/*TABLAS*/
.color2{
	background-color: #32551e;	/*background-color: rgba(50,85,30,0.9);*/
	
	}
.tablas2 {
	background-color: rgba(255,255,255,0.9);
	padding-top: 50px;
	padding-right: 10;
	padding-bottom: 30;
	padding-left: 10;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.tablas2 b {
	font-size: 1.1em;
	letter-spacing: -0.01em;
	line-height: 0px !important;
	text-align: center;
	background-repeat: no-repeat;
	color: #ffc100;
	font-weight: 300;
	padding-top: 100px;
}
.tablas2 h2 {
	font-family: 'Fredoka One', cursive;
	font-size: 4em;
	font-weight: lighter;
	letter-spacing: -0.04em;
	line-height: 70px !important;
	text-align: center;
	/*background-image: url(../img/separa.png);
	background-repeat: no-repeat;*/
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-position: center 130px;
	margin: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}
.tablas2 h3 {
	font-family: 'Fredoka One', cursive;
	font-size: 1.5em;
	font-weight: lighter;
	letter-spacing: -0.04em;
	padding: 0px;
	line-height: 25px !important;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.tablas2 h4 {
	font-family: 'Fredoka One', cursive;
	font-size: 3em;
	font-weight: lighter;
	letter-spacing: -0.04em;
	line-height: 40px !important;
	text-align: center;
	color: #fff;
	
	padding-bottom: 38px;
	padding-top: 20px;
	margin: 0px;
}

.tablas2 h5 {
	font-family: 'Fredoka One', cursive;
	font-size: 1.5em!important;
	font-weight: 200!important;
	line-height: 25px !important;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.tablas2 p {
	font-size: 1.8em;
	text-align: center;
	font-weight: 800;
	line-height: 26px;
	color: #333;
	
}
/*table td{
	
	padding: 5px !important;
	border: 5px solid #FFF !important;
}*/

table td{
	border: 8px solid #FFF;
}
.tablas2 li {
	line-height: 25px;
	font-size: 1.3em;
	font-weight: 500;
	list-style-type: none;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 20px 5px;
	padding-right: 5px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding-top: 13px;
}

.tablas2 ol {
	line-height: 28px;
	font-size: 1.4em;
	text-align: justify;
	font-weight: 300;
	list-style-type: none;
	padding-bottom: 30px;
	background-image: url(../img/ico.jpg);
	background-repeat: no-repeat;
	padding-left: 130px;
	background-position: 100px 5px;
}


/*FIN TABLAS2*/
.vi-contenido {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;
	margin-top: 130px;
}



.bto-centrar {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}




.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;
}

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

.contenido-txt {
	width: 100%;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.contenido-txt a {
	font-size: 1.5em;
	font-weight: lighter;
}

.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;
}
.centrar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.verde1 {
	background-color: #32551e;
	width: 100%;
	background-image: url(../img/profesiones-ico.png);
	background-repeat: no-repeat;
	background-position: 2px;
}

.swag {
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.swag h1 {
	font-family: 'Fredoka One', cursive;
	color: #fff;
	font-size: 4.3em;
	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;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	line-height: 65px;
}
.swag b {
	font-size: 0.5em;
	font-weight: lighter;
}

.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: 1024px) {

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

.logo-web img {
	float: center;
	height: auto;
	width: 90%;
}

.swag h1 {

	font-size: 2.5em;
	
}
.menu-superior {
	height: 200px;
	width: 100%;
	background-color: #0063AC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bto-sobre2 img {
	height: 15%;
	width: 15%;
		
}

.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;
}
.tablas2 {
	display: none;	
}
.tablas h3 {
	
	line-height: 30px !important;
	height: 80px;
	padding-top: 20px;
	
}
.tablas h2 {
	font-size: 2.5em;
	line-height: 50px !important;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

.titulo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../img/profesionales-ambito-educativo.png);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	margin-top: 120px;
}
.verde1 {
	background-color: #32551e;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 2px;
}

.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;
}



.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: 360px) {

.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: 90%;
}


.logo-web img {
	float: center;
	height: auto;
	width: 90%;
}

.swag h1 {

	font-size: 2.5em;
	
}
.menu-superior {
	height: 200px;
	width: 100%;
	background-color: #0063AC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bto-sobre2 img {
	height: 15%;
	width: 15%;
		
}

.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 {
	height: 50px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
    margin-top: 30px;
}
.menu2 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu2 li {
	display: inline;
	margin: 0px;
}
.verde1 {
	background-color: #32551e;
	width: 100%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 2px;
}

.titulo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(../img/profesionales-ambito-educativo.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	margin-top: 100px;
}
.contenido-txt {
	padding: 0px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.vi-contenido {

	margin-top: 10px;
}
}


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

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

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


}


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


}
