/*menu superior*/

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
	font-size: 100%;
	font-family: "Source Sans Pro", sans-serif;
	color: rgba(2, 23, 37, 0.7);
	background-color: #FFF;
	background-image: url(../img/fondo-repite.jpg);
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
}
body.overflow-hidden { 
  overflow: hidden;
}

#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;
	}
	

a {
/*  color: white;*/
  text-decoration: none;
}
.aprende {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	margin-top: -40px;
}
iframe {

}

.destacar {
	font-size: 2em;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	border-radius: 20px;
	padding-left: 15px;
	letter-spacing: 0.2em;
}
.destacar2 {
	font-size: 1em;
	font-weight: lighter;
	background-color: #FF451F;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin: 20px;
	border-radius:20px;
}
.otros-nombres {
	float: right;
	height: auto;
	width: 400px;
	margin: 20px;
	background-color: #00B3CA;
	border-radius: 20px;
	border: 10px solid #FFF;
	color: #FFF;
	padding: 10px;
	background-image: url(../img/blogue-1.png);
	background-repeat: no-repeat;
	font-weight: bolder;
}
.otros-nombres2 {
	float: left;
	height: auto;
	width: 400px;
	margin: 20px;
	background-color: #C3DB20;
	border-radius: 20px;
	border: 10px solid #FFF;
	color: #FFF;
	padding: 10px;
	background-image: url(../img/blogue-1.png);
	background-repeat: no-repeat;
	font-weight: bolder;
}


.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); 
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.7;
	filter: alpha(opacity=40); 
	cursor: pointer;
	border: 0px;
	text-decoration: none;}
	
.cd-container {
	width: 90%;
	max-width: 768px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

.cd-header {
	position: absolute;
	top: 0;
	background: rgba(2, 23, 37, 0.95);
	width: 100%;
	z-index: 3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cd-logo {
	display: block;
	position: absolute;
	top: 30%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 291px;
	height: 35px;
}
.cd-prueba {
	display: block;
	position: absolute;
	top: 500%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 300px;
	height: 300px;
	z-index: 10000;
	visibility: visible;
	right: 0px;
}
.cd-logo img {
  display: block;
}

.cd-secondary-nav{
	display: none;
	
}
.cd-secondary-nav {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/*background-color: rgba(81,99,103,0.7);*/
	border-radius: 15px;
	/*box-shadow: 1px 10px 10px rgba(0,0,0,0.2);*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
	padding: 5px;
	width: 45%;
	text-align: center;
}
.cd-secondary-nav li {
	display: inline;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
	

}
.cd-secondary-nav a {
	display: inline-block;
	color: #719B95;
	font-weight: lighter;
	text-transform: uppercase;
}

.cd-primary-nav-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
}
.cd-primary-nav-trigger .cd-menu-text {
	color: white;
	font-weight: 700;
	display: none;
	text-transform: uppercase;
}
.cd-primary-nav-trigger .cd-menu-icon {
		display: inline-block;
	position: absolute;
	left: 10%;
	top: 20%;
	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;
	margin-top: 20px;
}
.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);
}


.cd-primary-nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(4, 120, 135, 0.96);
	z-index: 2;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	-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;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.cd-primary-nav li {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;	
	list-style-type: none;	
}
.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: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}
.menu1 {
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: 400px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.menu1 h2 {
	color: #FFF;
	margin-top: 20px;
	font-size: 1em;
}
.menu1 h1 {
	color: #FFF;
	margin-top: 20px;
	font-size: 2.5em;
}
.menu1 a:link {
	color: #FFF;
	font-size: 0.6em;
	line-height: 20px;
	font-weight: 600;
	
}

.menu1 a:visited {
	color: #FFF;
}


.menu1 a:hover {
	color: #FFF;	
	background-color: #FF4000;
	padding:4px;
}

.menu2 {
	display: inline-block;
	vertical-align: top;
	height: 230px;
	width: 70%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
.centrar-recursos {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.centrar-recursos img {
	width: 70%;
}

.centrar-recursos2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 300px;
}

.boton-destacado {
	border-radius: 20px;
	display: inline-block;
}
.boton-destacado a:link {
	font-size: 1.8em;
	color: #FFF;
	border-radius: 20px;
	border: 5px solid #FFF;
	font-weight: bolder;
	width: 200px;
	line-height: 25px;
	float: right;
	display: block;
	margin: 20px;
	height: 180px;
	padding-top: 60px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #003567;
	background-image: url(../img/fondo-recursos-bto.png);
	background-repeat: no-repeat;
	background-position: center;
}
.boton-destacado a:visited{
	font-size: 1.8em;
	color: #FFF;
	border-radius: 20px;
	border: 5px solid #FFF;
	font-weight: bolder;
	width: 200px;
	line-height: 25px;
	float: right;
	display: block;
	margin: 20px;
	height: 180px;
	padding-top: 60px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #003567;
}
.boton-destacado a:hover {
	font-size: 1.8em;
	color: #FFF;
	background-color: #FF3A24;
	border: 5px solid #FFF;
	font-weight: bolder;
	width: 200px;
	line-height: 25px;
	float: right;
	display: block;
	margin: 20px;
	height: 180px;
	padding-top: 60px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/*.no-touch .cd-primary-nav a:hover {
  background-color: #e36767;
}*/
.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0; 
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}
.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: 200px;
	background-image: url(../img/fondo-cabecera.png);
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A0CFD3;
}
.cd-intro h1 {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  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%);
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
.conten-txt2 table {
	width: 95%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.color-celda2 {
	background-color: #8FB800;
	color: #FFF;
	background-image: url(../img/fondo-recursos.png);
	background-repeat: no-repeat;
	font-weight: bolder;
	font-size: 1.1em;
	background-position: -20px 90px;
}
.color-celda1 {
	background-color: #00B3CA;
	color: #FFF;
	background-image: url(../img/fondo-recursos.png);
	background-repeat: no-repeat;
	font-weight: bolder;
	font-size: 1.1em;
	background-position: -20px 90px;
}

.conten-txt2 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;
}
.conten-txt2 table ul {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding: 0px;
}
.conten-txt2 table li {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	line-height: 23px;
	font-size: 0.9em;
}

.conten-txt2 tr {
	vertical-align: top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.conten-txt2 td {
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.conten-txt2 {
width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	color: #333;
	text-align: justify;
	color: #000000;
	background-color: rgba(255,255,255,0.5);
	/*margin-bottom: 10pxtext-decoration: none;
	text-shadow: 1px 1px 5px #ffffff;
	;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
	border-radius: 15px;*/
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 50px;
}

.conten-txt2 h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	color: #003567;
}

.conten-txt2 li {
	margin-right: 30px;
	margin-left: 100px;
	list-style-type: none;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../img/ico.png);
}
.conten-txt2 a:link {
	color: #333333;
	font-weight: normal;
}
.conten-txt2 a:visited {
	color: #00354F;
}
.conten-txt2 a:hover{
	color: #CCCCCC;
}
.mapa {
	list-style-type: circle;
}
.sub-menu-contenido {
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	height: auto;
	width: 80%;
	text-align: center;
	margin-bottom: 100px;
}
.boton1 {
	overflow: hidden;
	width: 100%;
	list-style: none;
	text-align: center;
}
.color1 {
	background-color: #53b2c8;
}
.color2 {
	background-color: #9bb702;
}
.color3 {
	background-color: #FF3A24;
}
.color4 {
	background-color: #003567;
}

/* Common style */
.boton1 figure {
position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 280px;
	height: 250px;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,0.8);*/
	margin: 0.7em;
	background-image: url(../img/blogue-1.png);
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.boton1 figure figcaption {
	padding: 0.1em;
	color: #fff;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.boton1 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
	margin-top: 5px;
	border-radius: 20px;
	float: right;
	height: 120px;
	width: 120px;
	border: 5px solid #193865;
}
.boton1 figure figcaption::before,
.boton1 figure figcaption::after {
	pointer-events: none;
}
.boton1 figure figcaption,
.boton1 figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.boton1 figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	opacity: 0;
	
}
.boton1 figure h2 {
	font-weight: bolder;
	/*	background-color: #000;*/
	text-align: center;
	font-size: 2em;
	line-height: 30px;
	color: #FFF;
}
.boton1 figure h2 span {
	font-weight: 100;
}
.boton1 figure h2,
.boton1 figure p {
	margin: 0;
	background-color: #193865;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.boton1 figure p {
	letter-spacing: 1px;
	font-size: 1em;
	text-align: center;
	color: #FFF;
}
figure.effect-lily img {
	/*width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);*/
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 95%;
	text-align: left;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	background-color: transparent;
}

figure.effect-lily p {
	color: #FFF;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	display: none;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

.mini {
	font-size: 0.5em;
}




.conten-txt {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	color: #333;
	text-align: justify;
	color: #000;
	/*margin-bottom: 10pxtext-decoration: none;
	text-shadow: 1px 1px 5px #ffffff;
	background-color: rgba(255,255,255,0.2);
	box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
	border-radius: 15px;*/	
	font-size: 1.5em;
	font-weight: lighter;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
}

.conten-txt a:link {
	color: #333333;
	font-weight: normal;
}
.conten-txt a:visited {
	color: #00354F;
}
.conten-txt a:hover{
	color: #666666;
}

.conten-txt h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C2D3E2;
	padding-bottom: 10px;
}

.conten-txt li {
	margin-right: 15px;
	margin-left: 80px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../img/ico.png);
}


.cbp-mc-form:after {
	clear: both;
}

.cbp-mc-column {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/contacto.png);
	background-repeat: no-repeat;
	width: 65%;
	background-position: right top;
	margin-bottom: 10px;
}

.cbp-mc-form label {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	color: #37889D;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-weight: bolder;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 1.2em;
	color: #3688B2;
	display: block;
	width: 100%;
	background: transparent;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 3px solid #003c5a;
	background-color: #FFFFFF;
	color: #799C00;
}

.cbp-mc-form textarea {
	min-height: 200px;
	
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #B6BE8B;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #afdae0;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #afdae0;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #afdae0;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}


.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}
.container-txt .cbp-mc-form .cbp-mc-column h3 {
	float: right;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #055A7F;
	padding: 5px;
}
.container-txt .cbp-mc-form .cbp-mc-column #checkbox {
	height: 30px;
	width: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

.cbp-mc-form input.cbp-mc-submit {
	border: 5px solid #FFF;
	color: #fff;
	width: 100px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	border-radius: 50%;
	background-color: #FF451F;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	height: 100px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background-color: #055880;
	text-align: center;
}
.autorizacion {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.autorizacion h3 {
	text-align: center;
}
.check {
	height: 25px;
	width: 25px;
}
.legal {
	font-size: 0.7em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	line-height: 20px;
}
.video-contenido {
	width: 70%;
	height: auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.abrir {
	background-color: #E23E09;
	border-radius: 50%;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.abrir:hover, abrir:focus {	
	background-color: rgba(168,196,49,1);
}
.cerrar2 {
	height: 50px;
	width: 50px;
	background-color: #E23E09;
	border-radius: 50%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
}
.cerrar2:hover, cerrar2:focus {	
	background-color: rgba(168,196,49,1);
}

#cat1 {
	width: 100%;
	line-height: 35px;
	background-color: rgba(255,255,255,0.7);
	padding-right: 30px;
	padding-left: 30px;
	
	
}
#cat1 img {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.cerrar {
	text-align: center;
	background-color: #FF451F;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	border: 5px solid #FFF;
	
}
.cerrar a:link {
	color: #FFF;
	font-size: 1.3em;
	font-weight: bolder;
}
.cerrar:hover, cerrar:focus {	
	background-color: rgba(168,196,49,1);
}
.leer-mas {
	height: 100px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF451F;
	border-radius: 50%;
	padding-left: 20px;
	padding-top: 22px;
	margin-top: 10px;
	border: 5px solid #FFF;
}
.leer-mas a:link {
	color: #FFF;
	font-size: 1.3em;
	font-weight: bolder;
	
}
.leer-mas:hover, leer-mas:focus {	
	background-color: rgba(168,196,49,1);
}
.boton-actividad {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


.subir {
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 1;
	margin-right: 0px;
	margin-top: -30px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.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;
	margin-right: 0px;
	/*	background-color: rgba(253,184,84,0.9);*/
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FF9500;
	background-image: url(../img/ico-subir.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 0px;
	right: 5px;
}
.up-btn:hover, up-btn:focus {	
	background-color: rgba(168,196,49,1);
}
.licencia {
	width: 90%;
	font-size: 1em;
	color: #333;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.licencia a{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	color: #003C59;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.pie {
	width: 100%;
	height: 250px;
	color: #FFF;
	background-color: #0089AE;
	background-image: url(../img/pie.png);
}
.mapa-web {
	height: auto;
	width: 200px;
	float: left;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url(../img/ico-mapaweb.png);
	background-repeat: no-repeat;
	background-position: 80px -5px;
}
.mapa-web ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: auto;
}

.mapa-web li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.enlaces_interes {
	height: auto;
	width: 400px;
	float: left;
	font-size: 13px;
	margin-left: 10px;
	padding: 10px;
}
.enlaces_interes p {
	padding-left: 15px;
}

.pie a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.3em;
}
.pie a:visited {

	text-decoration: none;
	color: #FFFFFF;
	
}
.pie a:hover {
	text-decoration: none;
	color: #FF9500;
	
}
.pie h4 {
	font-size: 20px;
	font-weight: lighter;
	width: auto;
	letter-spacing: -1px;
	height: 15px;
}

/*contenido*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.container {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.og-grid h2 {
	color: #013C5A;
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #013C5A;
	padding-right: 5px;
	padding-left: 5px;
}


.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.og-grid {
	list-style: none;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.og-grid img {
	float: left;
}
.tamano1 {
	width: 200px;

}
.tamano2 {

}

.linea {
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #9BCEFD;
}

.og-grid li {
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin-top: 20px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	border-radius: 20px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.2);
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 30px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.og-grid li > a,
.og-grid li > a img {		
	display: block;
	position: relative;	
}
.titulo {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.3);
	margin: 0px;
}
.imagen img {
	height: 270px;
	width: 270px;
	position: absolute;
	top: 220px;
	border: 20px solid #055880;
	border-radius: 50%;
	left: 30px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.5);
}
.titulo1 h1 {
	font-size: 2em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #53b2c8;
	text-align: center;
	letter-spacing: 1px;
	height: 100px;
	padding-top: 10px;
	background-image: url(../img/blogue-1.png);
	background-repeat: no-repeat;
}
.titulo2 h1 {
	font-size: 2em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #9bb702;
	text-align: center;
	letter-spacing: 1px;
	height: 100px;
	padding-top: 10px;
	background-image: url(../img/blogue-1.png);
	background-repeat: no-repeat;
}
.titulo3 h1 {
	font-size: 2em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FF3A24;
	text-align: center;
	letter-spacing: 1px;
	height: 100px;
	padding-top: 10px;
	background-image: url(../img/blogue-1.png);
	background-repeat: no-repeat;
}
.titulo4 h1 {
	font-size: 2em;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #003567;
	text-align: center;
	letter-spacing: 1px;
	height: 100px;
	padding-top: 10px;
	background-image: url(../img/fondo-recursos.png);
	background-repeat: no-repeat;
}
.titulo h2 {
	font-size: 2em;
	color: #FFFFFF;
	background-color: #FF451F;
	margin: 0px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.sub-menu {
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
}

.sub-menu a:link {
	color: #013C5A;
	font-weight: bolder;
	font-size: 1.5em;
}
.sub-menu a:visited {
	color: #013C5A;
	font-weight: bolder;
	font-size: 1.5em;	
}
.sub-menu a:hover {
	color: #FF451F;
	font-weight: bolder;
	font-size: 1.5em;
}


.sub-menu ul {
	margin-right: auto;
	width: 78%;
	margin-left: auto;
}
.sub-menu li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 35px;
}

@media only screen and (min-width: 768px) {
 
 .cd-header {
	height: 160px;
	background: transparent;
	box-shadow: none;
  }

 .cd-logo {
	left: 1em;
  }
 
  .cd-intro h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  
   .cd-secondary-nav {
	display: block;
	
  }
  .cd-primary-nav {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
  }
  
  .cd-primary-nav-trigger {
	/*width: 100px;*/
	padding-left: 1em;
/*	background-color: #F00;*/
	height: 110px;
	line-height: 40px;
	right: 3em;
	top: 60%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.8em;
	margin-top: 10px;
	margin-right: 50px;
	
  }
  .cd-primary-nav-trigger .cd-menu-text {
	
	background-color: rgba(255,58,36,0.98);
	border-radius: 20px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	border: 5px solid #FFF;
	margin-top: 30px;
	background-image: url(../img/abrir.png);
	background-repeat: no-repeat;
	background-position: 70px 60px;
  }
  .cd-menu-text:hover, cd-menu-text:focus {	
	background-color: rgba(143,184,0,1);
}


  .cd-primary-nav-trigger .cd-menu-icon {
	left: auto;
	right: 1em;
	-webkit-transform: translateX(0) translateY(-50%);
	-moz-transform: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
	
  } 
  
}

@media only screen and (min-width: 1170px) {
  
 
  .cd-intro {
	height: 150px;
  }

.cd-main-content {
  position: relative;
  z-index: 1;
}
.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0;
}

  .cd-main-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-primary-nav li {
	font-size: 30px;
	font-size: 1.875rem;
	list-style-type: none;
	
  }
  .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; 
    -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 {
	position: fixed;
	top: -120px;
	background-color: rgba(0, 60, 90, 0.96);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	
  }
  .cd-header.is-visible {
    -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 { 
    background-color: rgba(2, 23, 37, 0.96);
  }

}

@media screen and (max-width: 56em) {
	.aprende {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	margin-top: -40px;
	display: none;
}
.cd-primary-nav li {
	font-size: 30px;

}
.cd-primary-nav-trigger .cd-menu-icon {
	
	margin-top: 40px;
}
.cd-intro {
	/*position: relative;*/
	height: 100px;
	
}

.titulo1 h1 {
	font-size: 1.3em;
	
}
.titulo2 h1 {
	font-size: 1.3em;
	
}
.titulo3 h1 {
	font-size: 1.3em;

}
.titulo4 h1 {
	font-size: 1.3em;

}
.titulo h2 {
	font-size: 1.3em;

}
  .imagen img {
	height: 270px;
	width: 270px;
	position: absolute;
	top: 220px;
	border: 20px solid #055880;
	border-radius: 50%;
	left: 30px;
	box-shadow: 1px 10px 10px rgba(0,0,0,0.5);
	display: none;
}


.mapa-web {
	height: auto;
	width: 200px;
	float: left;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 20px;
	background-image: url(../img/ico-mapaweb.png);
	background-repeat: no-repeat;
	background-position: 80px -5px;
	display: none;
}

#cat1 {
	font-size: 0.8em;
	line-height: 25px;
}
.subir {
	text-align: center;
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	margin-bottom: 10px;
	display: none;
}
.cd-logo img {
	display: block;
	height: 100px;
	padding-top:20px;
	
}
.cbp-mc-column {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/contacto.png);
	background-repeat: no-repeat;
	width: 100%;
	background-position: right top;
	margin-bottom: 10px;
}
.video-contenido {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border-radius: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.conten-txt {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    color: #333;
    text-align: justify;
    color: #000;
    font-size: 1.5em;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}
	}
