@charset "UTF-8";
/* CSS Document */

/* Webfont: FrutigerLTStd-BoldItalic */@font-face {
    font-family: 'FrutigerLTStd-BoldItalic';
    src: url('FrutigerLTStd-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('FrutigerLTStd-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FrutigerLTStd-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('FrutigerLTStd-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FrutigerLTStd-BoldItalic.svg#FrutigerLTStd-BoldItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
/* Webfont: FrutigerLTStd-LightItalic */@font-face {
    font-family: 'FrutigerLTStd-LightItalic';
    src: url('FrutigerLTStd-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('FrutigerLTStd-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FrutigerLTStd-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('FrutigerLTStd-LightItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FrutigerLTStd-LightItalic.svg#FrutigerLTStd-LightItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: FrutigerLTStd-Roman */@font-face {
    font-family: 'FrutigerLTStd-Roman';
    src: url('FrutigerLTStd-Roman.eot'); /* IE9 Compat Modes */
    src: url('FrutigerLTStd-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FrutigerLTStd-Roman.woff') format('woff'), /* Modern Browsers */
         url('FrutigerLTStd-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FrutigerLTStd-Roman.svg#FrutigerLTStd-Roman') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: FrutigerLTStd-Black */@font-face {
    font-family: 'FrutigerLTStd-Black';
    src: url('FrutigerLTStd-Black.eot'); /* IE9 Compat Modes */
    src: url('FrutigerLTStd-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('FrutigerLTStd-Black.woff') format('woff'), /* Modern Browsers */
         url('FrutigerLTStd-Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('FrutigerLTStd-Black.svg#FrutigerLTStd-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: BurbankBigWide-Black */@font-face {
    font-family: 'BurbankBigWide-Black';
    src: url('BurbankBigWide-Black.eot'); /* IE9 Compat Modes */
    src: url('BurbankBigWide-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('BurbankBigWide-Black.woff') format('woff'), /* Modern Browsers */
         url('BurbankBigWide-Black.ttf') format('truetype'), /* Safari, Android, iOS */
         url('BurbankBigWide-Black.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: BurbankBigWide-Medium */@font-face {
    font-family: 'BurbankBigWide-Medium';
    src: url('BurbankBigWide-Medium.eot'); /* IE9 Compat Modes */
    src: url('BurbankBigWide-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('BurbankBigWide-Medium.woff') format('woff'), /* Modern Browsers */
         url('BurbankBigWide-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('BurbankBigWide-Medium.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Ubuntu-Medium */@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('Ubuntu-Medium.eot'); /* IE9 Compat Modes */
    src: url('Ubuntu-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Ubuntu-Medium.woff') format('woff'), /* Modern Browsers */
         url('Ubuntu-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Ubuntu-Medium.svg') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* font-family: 'Ubuntu Condensed', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');

html {
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
}
body { 
	margin-top:110px;
	background: url("../images/fondo_espacio.png") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*{
	margin:0;
	padding:0;
	border:0;
	}
a{
	text-decoration:none;
	color:#000;
	}
a:hover{
	opacity:0.5;
	}
img{border:0;}
.cb{clear:both;}
.negrita{font-weight:bold;}
.txt-destacado{
	font-size:130%;
	color:#60c6f2;
	font-weight: bold;
	margin-top:40px;
	/*color:#0078be;
	text-align:left;
	font-weight: bold;*/
}
.planetas-responsive{display:none;}
.oculto{display:none;}
.subrayar{text-decoration: underline;}

label.error{
	color:red;
	font-size:11px;
	float: none;
}

#cuerpo-constr{
	width:100%;
	height:100%;
	min-height:800px;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("../images/fondo_construccion.png") !important;
	margin:0 !important;
	padding:0 !important;
	position:relative;
	overflow:hidden;
	background-size:contain;
}


.tooltip > .tooltip-inner {
  font-family: 'Ubuntu Condensed', sans-serif;
  background-color: #0078BE; 
  color: #FFFFFF; 
  border: 1px solid #0078BE; 
  padding: 3px;
  font-size: 15px;
  font-weight: bold;
  opacity: 1 !important;
}
.nav-pills>li>a:hover{
  opacity: 1 !important;
}

#log{
	position:fixed;
	top:0;
	left:0;
	width:80px;
	height:30px;
	font-size:10px;
	background-color:#EEE;
	border:1px solid #AAA;
	padding:3px;
	z-index:1001;
	display:none;
}	

/*comun*/
#texto-central{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding:80px 0 30px 0;
    box-sizing:border-box;
    font-family:'FrutigerLTStd-Roman',Arial;
    font-size:15px;
    color:#fff;
    text-align:center;
    margin-bottom:80px;
}
.fondo-blanco{
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width:100%;
	padding: 50px 50px;
}
.modal-title{font-family: 'FrutigerLTStd-Black',Arial;
	color:#0078be;
	font-size:25px;
	font-weight: bold;
}
.modal-body{
	font-family: 'FrutigerLTStd-Roman',Arial;
	color:#000;
	font-size:13px;
}
.modal-destacado{
	font-size:130%;
	color:#0078be;
	font-weight: bold;
}

/*home*/
#home-tierra{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding:30px;
    box-sizing:border-box;
}
#home-tierra img{
    width: 100%;
}
#home-planeta{
    position:absolute;
    bottom:0;
    left:0;
    max-width: 80px;
    width: 10%;
    z-index: 1;
}
#home-planeta img{
    width: 100%;
}
.supra-home-icono{
	position: relative;
    width:150px;
}
#home-twitter, #home-video, #home-cohete, #home-buzon{
	position: relative;
    width:150px;
    overflow: hidden;
    cursor: pointer;
}
.bocadillo{
	width:130px;
	position:absolute;
	bottom:0;
	right: 0;
	margin-bottom: -70px;
	margin-right: -30px;
	z-index: 100;
	display: none;
}
.bocadillo img{
	width: 100%;
}
.bocadillo p{
	color:#FFF;
	position:absolute;
	top:0;
	left: 0;
	z-index: 101;
	padding:26px 10px 0 10px;
	text-align: center;

}

/*cabecera*/
.header{
	width: 100%;
	background-color:#fff;
	box-sizing: border-box;
	height: 90px;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-size:15px;
	color:#000;
}
.header a{
	color:#000;
}
.logo-concurso{
	position:absolute;
	top:-20px;
	left:100px;
	z-index:100;
	max-width:400px;
}
#logo{
	width:100%;
	max-width: 130px;
	margin-top:10px;
}
.menu-on a{
	font-weight: bold;
	color:#fff;
	background-color: #0078be;
}
#slogan{
	padding-top:10px;
	z-index:101;
}
#slogan p{
	color:#fff;
	font-family:'FrutigerLTStd-BoldItalic',Arial;
	font-size:18px;
	text-align:right;
}
#menu-ico {
	box-sizing:content-box;
	width:36px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:40px;
	right:10px;
}
#menu-ico img{width:100%;}
.salir{
	position:absolute;
	top:0;
	right:0px;
	z-index:900;
}
.salir a:hover{
	opacity:1 !important;
}

/*   Menu mobile   */
#menu-mobile{
	display:none;
	position:absolute;
	top:92px;
	right:2px;
	z-index: 300;
	width: 250px;
}

/*despega*/
#despega-planeta{
    position:absolute;
    bottom:-170px;
    left:130px;
    max-width: 80px;
    z-index: 1;
}
#despega-planeta img{
    width: 100%;
}
#soy-peque{
	width:250px;
	float:left;
	padding-top:30px;
}
#soy-profe{
	width:250px;
	float:right;
}
#despega-tit{
	max-width: 400px;
}
.despega-destacado{
	text-decoration:underline;
	font-size:140%;
}

/*video*/
#video-tit{
	max-width: 420px;
	margin-bottom:50px;
	margin-top:40px;
}

/*aprende*/
#aprende-tit{
	max-width: 390px;
	margin-bottom:30px;
	margin-top:30px;
	margin-left: 40px;
	width:100%;
}
.aprende-hidrokid img{
	max-width:400px;
	margin:0 auto 40px auto;
	width:100%;
}
.aprende-fondo{
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	width:100%;
	padding: 60px 60px;
}
.aprende-recurso{
	float:left;
	width:185px;
	margin:10px 10px;
}
.aprende-img{
	margin:0;
	float:left;
	border:1px solid #0078BF;
}
.aprende-img img{
	width:100%;
}
.aprende-pdf{
	margin:0;
}
.aprende-pdf img{
	float:right;
	margin-bottom:10px;
}
.aprende-nombre{
	clear:both;
	/*float:left;*/
	color:#0078be;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-weight: bold;
	font-size: 11px;
	text-align:left;}
.aprende-contenido{
	float:left;
	color:#000;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-size: 11px;
	text-align:left;
}
.aprende-destacado{
	font-size:120%;
	margin-top:40px;
	color:#0078be;
	text-align:left;
	font-weight: normal;
}

/*premios*/
.premios-lista{
    margin-top:40px;
}
.premios-lista ul{
	font-family:'FrutigerLTStd-Roman';
    color:#fff;
    text-align:center;
}
.premios-lista li{
	width:30%;
    font-size:10px;
}
#premios-tit{
	max-width: 460px;
	margin-bottom:30px;
	margin-top:30px;
	width: 100%;
}
.premios-txt{
	padding:0 60px;
}

/*galeria*/
#galeria-tit{
	max-width: 440px;
	margin-bottom:30px;
	margin-top:30px;
	width: 100%;
}
.galeria-txt{
	padding:0 15px;
	margin-bottom:50px;
}
.galeria-participante{
	float:left;
	width:185px;
	margin:10px 15px;
	height: 200px;
	overflow:hidden;
}
.galeria-dibujo{
	margin:0;
	float:left;
}
.galeria-img img{
	width:100%;
}
.galeria-nombre{
	float:left;
	text-align:left;
	margin-top:10px;
	line-height: 13px;
}
.galeria-nombre a{
	color:#000;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-weight: bold;
	font-size: 11px;
}
.galeria-contenido{
	color:#000;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-size: 11px;
	text-align:left;
	float:left;
}

/*ganadores*/
#ganadores-tit{
	max-width: 440px;
	margin-bottom:30px;
	margin-top:30px;
	width: 100%;
}
.ganadores-txt{
	padding:0 20%;
	margin-bottom:40px;
}

/*faqs*/
.faqs-pregunta{
	color:#0078be;
	font-weight: bold;
	font-size: 13px;
}

/*bienvenido*/
#bienvenido-tit{
	max-width: 400px;
	width:100%;
}

/*landing page*/
#landing-tit{
	max-width:450px;
	margin-bottom:20px;
	margin-top:30px;
}

/*pie*/
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 48px;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 6px;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-size:12px;
	color:#0078be;
	z-index: 1000;
	}
.pie-pq{
	text-align: center;
	list-style-type: none;
	padding-top:10px;
}
.pie-pq ul{
	list-style-type: none;
}
.pie-pq li{
	display:inline;
	padding-right: 10px;
}
.pie-pq li:last-child{
	padding-right:0;
}
.texto-pie{
	color:#000 !important;
	font-family: 'FrutigerLTStd-Roman',Arial;
	font-size:12px;
	text-align: justify;
}
.texto-pie ul{
	margin-left: 40px;
}
#pie-tit{
	max-width: 460px;
	margin-bottom:20px;
	margin-top:60px;
	width:100%;
}
#faqs-tit{
	max-width: 300px;
	margin-bottom:20px;
	margin-top:60px;
}
.pie-autorizacion{
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}

/* ----------------------------- 1205px ----------------------------- */
@media screen and (max-width: 1205px) {
	#menu{font-size:80%;}
	#menu li{margin-right:-10px;}
	.logo-concurso{width:300px;left:130px;}
	#logo{max-width: 100px;margin-top:20px;}
	#slogan p{font-size:80%;}
	#soy-peque, #soy-profe{width:200px;}
	#despega-tit{max-width: 300px;}
}


/* ----------------------------- 1030px ----------------------------- */
@media screen and (max-width: 1030px) {
	.menu-on a{background-color:transparent;color:#0078be;}
}

/* ----------------------------- 1005px ----------------------------- */
@media screen and (max-width: 1005px) {
	.logo-concurso{width:250px;left:100px;top:-10px;}
	#menu li{margin-right:-25px;}
	#soy-peque, #soy-profe{width:150px;margin:0;}
	#despega-planeta{left:100px;width: 70px;}
	#despega-txt{font-size:90%;}
}

/* ----------------------------- 780px menú móvil----------------------------- */
@media screen and (max-width: 780px) {
	#home-twitter, #home-buzon, #despega-planeta, #home-cohete, #home-video{display:none;}
	#soy-peque, #soy-profe{width:300px;margin:0;}
	#despega-planeta{left:100px;width: 70px;}
	#despega-txt{font-size:90%;}
	.separa{display:none;}
	.planetas-responsive{display:block;margin-bottom:50px;}
	.planetas-responsive img{width:150px;}
	#menu-ico {display:block;}
	#menu{display:none;}
	#slogan{padding-top:30px;}
}

@media screen and (max-width: 780px) {
	#slogan{
		display:none;
	}
	.logo-concurso{width:150px;left:120px;top:40px;}
}

/* ----------------------------- 650px ----------------------------- */
@media screen and (max-width: 650px) {
	#soy-peque, #soy-profe{width:200px;margin:0;}
	.premios-txt{padding:0;}
}
@media screen and (max-width: 320px) {
	.logo-concurso{display:none;}
}
