
body {
	color: #444; 
	font-family: 'Boogaloo', cursive;
	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: #cb2c30; font-family: 'Bangers', cursive;}
h3 {font-size: 16px; text-transform: uppercase;}

a {color: #EEE; text-decoration: none;}
p {font-size: 24px; padding: 10px; background: none; }

img {max-width:100%;}

.pullleft {float: left;}
.pullright {float: right;}

.clearfix {clear: both;}

.onecol {width: 100%; float: left;}
.doscol {width: 50%; float: left;}

.texto_centrado {text-align: center;}

#menu {
	position:fixed; 
	padding: 7px; 
	left: 0px; 
	top: 0px; 
	z-index: 350; 
	width:100%; 
	text-align:center; 
	background: rgba(209,34,34,1);
	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_cotenedor {width: 100%; height:110px;text-align: center;}
.boton_wrapp {width: 80px; margin: 30px auto 0; display: inline-block;}
.boton_wrapp._altop {transform: rotateX(-180deg);}
.dos_wrapp {width:170px; margin: 0 auto; height: 120px;}

.nav_circ {
	border-radius: 50%; 
	width: 60px; 
	height: 60px; 
	background: #111111 url(images/arrowcircledown.png); 
	background-position: center; 
	background-size: 100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;	
	}

.fondo_blanco .nav_circ {
	background: url(images/arrowcircledown_rojo.png); 
	background-position: center; 
	background-size: 100%;	
	}	

.nav_circ:hover {
	background: #00375C url(images/arrowcircledown.png); 
	background-position: center; 
	background-size: 120%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	}	


/*-- Secciones --*/


section:before {display: none; background: url(images/arrowcircledown.png);}

section {
	min-height:100vh;
	min-width: 100%;
	padding: 0px 0 60px;
	background: #FFF;
	}

section.fondo_dib {
	border-bottom: 1px solid #CCC; 
	min-height:0;
	background: url(images/back_blanco.jpg) center no-repeat; 
	background-size: cover; 	
	background-attachment: fixed;
	}	

section.fondo_dib_neg {
	border-bottom: 1px solid #CCC; 
	min-height:0;
	background: url(images/back_gris_oscuro.jpg) center no-repeat; 
	background-size: cover; 	
	background-attachment: fixed;
	}		

section.fondo_dib_neg h2 {color: #FFF;}

.titulos_contenidos {padding-top: 40px;}	

#inicio {
	background: #000; 
	background: url(images/back_negro.jpg) center no-repeat; 
	background-size: cover; 
	padding-top: 5%;
	border-top: #cb2c30 solid 5px;
	}

#inicio .contenido {text-align: center;}

#tituloweb {
	padding: 50px 0; 
	margin: 0; 
	text-align: center; 
	width: 75%;
}

#ver {margin: 20px auto; }

#inicio #ver h2 {
	margin-bottom: 10px; 
	color: #FFFFFF;
	background: #111111;
	width: auto;
	display: inline;
	padding: 5px 20px;
	font-size: 24px;
	border-radius: 10px;

	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;	
}

#inicio #ver h2:hover {
	background: #D12222;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.logo_ent {height: 250px; width: auto; margin: 80px auto 40px;}

a.bases {font-size: 25px; color: #000; margin-top:40px; background: #FFF;}

.ganadores_look {
    display: block;
    margin-bottom: 20px;
}

h2.anio {
	padding: 20px 0 0; 
	font-size: 36px; 
	width: 100%; 
	text-align: center; 
	font-weight: normal;
	text-shadow: none;
}

.data_pm {text-align: center;}

.data_pm h3,
.data_pm h4 {
	padding: 0; 
	line-height: 1em; 
	margin:0; 
	font-size: 20px; 
	font-family: 'Boogaloo', cursive;
	color: #FFF;
}

.thumb_wrapp {
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	border: 5px #777 solid;
	border-radius: 20px;
	width: 60%;
    padding-bottom: 35%;
	}

img.thumb_gallery {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;		
}	
	
.thumb_wrapp:hover {
	border: 5px #cb2c30 solid;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;		
}

.thumb_wrapp:hover img.thumb_gallery {
    -ms-transform: scale(1.5, 1.5); /* IE 9 */
    -webkit-transform: scale(1.5, 1.5); /* Safari */
    transform: scale(1.5, 1.5);
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;		
}

#pie{
	padding: 120px 0; 
	text-align: center; 
	border-top: #cb2c30 solid 5px;

background: rgba(203,44,49,1);
background: -moz-linear-gradient(top, rgba(203,44,49,1) 0%, rgba(0,55,92,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,44,49,1)), color-stop(100%, rgba(0,55,92,1)));
background: -webkit-linear-gradient(top, rgba(203,44,49,1) 0%, rgba(0,55,92,1) 100%);
background: -o-linear-gradient(top, rgba(203,44,49,1) 0%, rgba(0,55,92,1) 100%);
background: -ms-linear-gradient(top, rgba(203,44,49,1) 0%, rgba(0,55,92,1) 100%);
background: linear-gradient(to bottom, rgba(203,44,49,1) 0%, rgba(0,55,92,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb2c31', endColorstr='#00375c', GradientType=0 );
}
	
.link-ec img {max-height: 180px;}
.copyright {padding: 5px 0 0 15px; margin:20px auto; font-size: 20px; color: #FFF;}



/*-- Footer --*/

#footer {
	background-color: #cb2c30; 
	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: #00375c;}


@media only screen and (max-device-width: 768px) {
section {min-height:30vh;}
#inicio {padding-top: 5vh;}
#menu, #menu.visible {display: none;}
.logo_ent {height: auto; width: 60%;}
	
}

@media only screen and (max-device-width: 520px){
	
section {min-height:70vh;}
#inicio {padding-top: 15vh; min-height:100vh;}
#inicio .contenido {width: 100%; margin: 0;}

#tituloweb {width: 95%;}
#inicio #ver h2 {font-size:25px; margin: 20px auto;}
#ver li {font-size: 60px;}

.nav_circ, .nav_circ:hover {width: 100px; height:100px;}
.doscol {width:100%;}

.logo_ent {margin-top: 0;}

#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.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;}


/* ------------------------------- */
/* ------------------------------- */