
body {
	
	background: #29325f;
	/* 
background: #1e5799; 
background: -moz-linear-gradient(top,  #1e5799 0%, #bc2384 30%, #f9f32f 80%, #7db9e8 100%); 
background: -webkit-linear-gradient(top,  #1e5799 0%,#bc2384 30%,#f9f32f 80%,#7db9e8 100%); 
background: linear-gradient(to bottom,  #1e5799 0%,#bc2384 30%,#f9f32f 80%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); 
*/
	color: #FFF; 
	font-family: 'Roboto Condensed', sans-serif; 
	margin: 0;
	padding:0;
	}

h1, h2, h3 {font-weight: bold; padding: 0px;}
h1 {font-size: 30px; text-transform: uppercase; color: #333;}
h2 {font-size: 20px; text-transform: none; color: #FFF;}
h3 {font-size: 16px; text-transform: uppercase;}

a {color: #EEE; text-decoration: none;}
p {font-size: 12px; padding: 10px; background: none;}

img {max-width:100%;}

.pullleft {float: left;}
.pullright {float: right;}

.linea_separacion {border-top: 1px solid #FFFFFF; margin: 10px auto 20px;}

#menu {
	position:fixed; 
	padding: 7px; 
	left: 0px; 
	top: 0px; 
	z-index: 350; 
	width:100%; 
	text-align:center; 
	background: rgba(188,35,132,.7);
	display: none;
	}

#menu.visible {display: block;}
#menu li a:hover{text-decoration: underline;}	
ul {list-style:none; padding: 0; margin: 0;}	
li {font-size: 16px; padding: 5px; display: inline-block;}

.contenido {width: 80%; margin-left: 10%;}

.boton_wrapp {width: 60px; margin: 30px auto 0;}
.dos_wrapp {width:140px; margin: 0 auto; height: 120px;}

.nav_circ {
	border-radius: 50%; 
	border: 1px solid #FFF;
	width: 60px; 
	height: 60px; 
	background: url(images/arrowcircledown.png); 
	background-position: center; 
	background-size: 100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;	
}

.nav_circ:hover {
	background: rgba(188,35,132,.75) url(images/arrowcircledown.png); 
	background-position: center; 
	background-size: 120%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

._altop .nav_circ {
	background: url(images/arrowcircleup.png); 
	background-position: center; 
	background-size: 100%;
}

._altop .nav_circ:hover {
	background: rgba(188,35,132,.75) url(images/arrowcircleup.png); 
	background-position: center; 
	background-size: 120%;
}

.seleccion_edicion {
	width: 250px;
	font-family: 'Roboto Condensed', sans-serif; 
	text-align: center;
	margin: 30px auto;
	background: transparent;
	border: none;
	font-size: 1.1em;
	color: #ffffff;
	display: block;
	border-bottom: 1px #ffffff solid;
	padding: 5px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.seleccion_edicion:focus {
	outline: none;
}

.seleccion_edicion option {font-family: 'Roboto Condensed', sans-serif; }

#menu .seleccion_edicion {
	width: auto;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	font-size: 16px;
	padding: 5px;
	color: #EEE;
}

#menu .seleccion_edicion option {color: #333;}

#ver h5 {font-size: 1.2em;}


/*-- Secciones --*/


section {
	min-height:100vh;
	min-width: 100%;
	padding: 60px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,bc2384+28,f9f32f+65,6595bc+100 */
	background: #1e5799; /* Old browsers */
/*
background: -moz-linear-gradient(top,  #1e5799 0%, #bc2384 28%, #f9f32f 65%, #6595bc 100%);
background: -webkit-linear-gradient(top,  #1e5799 0%,#bc2384 28%,#f9f32f 65%,#6595bc 100%); 
background: linear-gradient(to bottom,  #1e5799 0%,#bc2384 28%,#f9f32f 65%,#6595bc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#6595bc',GradientType=0 );
*/

	}
	

#inicio {
	background: #000; 
	background: none; 
	background-size: cover; 
	padding-top: 5%;
	border-top: #bc2384 solid 5px;
	}

#inicio .contenido {text-align: center; z-index: 2;}

#tituloweb {
	font-family: 'Roboto Condensed', sans-serif; 
	padding: 6% 0 0 0; 
	font-size: 5em; 
	font-weight: bold; 
	color: #FFF; 
	letter-spacing:-4px;
	margin: 0; 
	text-align: center; 
}

#inicio h2 {font-size: 24px;}
#inicio h2.slogan {font-size: 45px; margin: 0 auto 0;}
#inicio #ver h2 {margin-bottom: 10px;}

#ver li {
	font-size: 24px; 
	font-weight: bold; 
	padding: 5px 10px; 
	margin: 10px 5px; 
	border: 1px solid #EEE;

	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;	
	}

#ver li:hover {
	background: rgba(255,255,255,.75);	
	border: 1px solid #FFF;	
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}	

#ver li:hover a {color: #FFF;}		

#ver li:hover:nth-child(2) {background: rgba(188,35,132,.55);}
#ver li:hover:nth-child(3) {background: rgba(249,243,47,.55);}
#ver li:hover:nth-child(4) {background: rgba(125,185,232,.55);}
#ver li:hover:nth-child(6) {background: rgba(188,35,132,.55);}

.anio_fondo {
	position: absolute; 
	z-index: 1; 
	padding: 15px; 
	min-height: 50vh;
	font-size: 24px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#113656+0,000000+100&1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(17,54,86,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(17,54,86,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(17,54,86,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113656', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	} 

h2.anio {
	padding: 20px 0 0; 
	font-size: 36px; 
	width: 100%; 
	text-align: center; 
	font-weight: normal;
	text-shadow: none;
	}

.data_corto {margin: 20px auto;}
.data_corto h3,
.data_corto h4 {padding: 0; line-height: 1em; margin:0; font-size: 20px;}
.data_corto h4.espaciado {padding: 0px 0 10px; }
.data_corto h5 {padding: 2px 0; line-height: 1em; margin:0; font-size: 16px; font-weight: normal;}

p.mas_cortos {margin: 0; padding: 0; font-size:17px; text-align: center;}

iframe.videos_yt {width: 100%; height: 520; background: #222;}


#pie{
	padding: 120px 0; 
	text-align: center; 
	background: #EEE; 
	border-top: #bc2384 solid 5px;

	}
	
.link-ec img {max-height: 180px;}
.copyright {padding: 5px 0 0 15px; margin:20px auto; font-size: 16px; color: #444;}

/*-- Footer --*/

#footer {
	background-color: #000; 
	position:fixed; 
	width:100%; 
	padding: 5px 0px; 
	left:0px; 
	bottom: 0px; 
	z-index: 350; 
	font-size: 12px; 
	color: #FFF; 
	text-align:center; 
	font-weight:bold;
}

#footer.azul_pie {background-color: #06F;}


@media only screen and (max-device-width: 768px) {
section {min-height:30vh;}
#inicio {padding-top: 5vh;}
h2.anio, #menu, #menu.visible {display: none;}
.anio_fondo {min-height: 20vh;}
	
}

@media only screen and (max-device-width: 520px){

section {min-height:70vh;clear: both;}
#inicio {padding-top: 15vh; min-height:100vh;}
h2.anio {display: block;}
.anio_fondo {display: none;}

#tituloweb {font-size: 15em; line-height: .8em;}
#inicio h2.slogan {font-size: 60px; margin-top: 30px;}
#inicio #ver h2 {font-size:45px; margin: 60px auto 40px;}
#ver li {font-size: 60px;}

#ver .seleccion_edicion, #ver h2 {display: none;}
#ver h5 {font-size: 60px;}

.nav_circ, .nav_circ:hover {width: 200px; height:200px;}
.boton_wrapp {width: 200px; margin-top: 190px;}
.dos_wrapp {width:400px;height: 280px;}

#footer {display: none;}
	
}


/* ------------------------------- */
/* ------------------------------- */
/* Pie / Compartir Redes Secciones */
/* ------------------------------- */
/* ------------------------------- */

.redes_pie_seccion {margin: 0 20px; text-align: right;}
.redes_pie_seccion a {
	width: 25px; 
	height: 25px;
	border-radius: 0;
	display: inline-block;

	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;	
	}

.redes_pie_seccion a.fbook {background: url(../images/fb_w.png) no-repeat center; background-size: 40%;}
.redes_pie_seccion a.fbook:hover {
	background: /*--*/ #0067A2 url(../images/fb_w.png) no-repeat center; 
	background-size: 30%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;}
	
.redes_pie_seccion a.ytube {background: url(../images/tube.png) no-repeat center; background-size: 100%;}
.redes_pie_seccion a.ytube:hover {
	background: /*--*/ #0067A2 url(../images/tube.png) no-repeat center; 
	background-size: 85%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;}

.redes_pie_seccion a.twitt {background: url(../images/tw_w.png) no-repeat center; background-size: 80%;}
.redes_pie_seccion a.twitt:hover {
	background: /*--*/ #0067A2 url(../images/tw_w.png) no-repeat center; 
	background-size: 60%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;}

.redes_compar {text-align:center; margin: 0 0 0 15px; float: left; max-width: 50%;}
.redes-fb {display: inline-block; width: auto;}
.redes-tw {display: inline-block; padding-top: 1.6px; margin-left:0px; width: auto;}


/* ------------------------------- */
/* ------------------------------- */


* { box-sizing: border-box; }

.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  overflow: hidden;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
