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

*	{
	margin: 0;
	padding: 0;
	}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

img {
	/*width: 100%;
	height: 100%;*/
	}

/* Header */

.header {
	width: 100%;
	height: 178px;
	background: black url(../img/bkg-header.gif) no-repeat;
	background-size: cover;
}

.header-cont {
	width: 955px;
	height: 105px;
	margin: 0 auto;
	padding-top: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
}

.logo {
	width: 130px;
	height: 105px;
	float: left;
	background: white;
}
.logo img {
	width: 100%;
	height: 100%;
}

.header-cont h1 {
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 57px 0 0 20px;
}

/* Header - Redes Sociales */

.header-cont .redes {
	position: absolute;
	bottom: 0;
	right: 0;
}

.redes li {
	display: inline-block;
}

.redes li a {
	width: 21px;
	height: 21px;
	background: url(../img/redes.jpg) no-repeat;
	display: block;
	transition: ease 0.25s;
	-webkit-transition: ease 0.25s;
}

.redes li a.gplus {
	background-position: 0 0;
}
.redes li a.face {
	background-position: 0 -21px;
}
.redes li a.twitter {
	background-position: 0 -42px;
}

.redes li a.gplus:hover {
	background-position: -21px 0;
}
.redes li a.face:hover {
	background-position: -21px -21px;
}
.redes li a.twitter:hover {
	background-position: -21px -42px;
}

/* Contenedor */

.contenedor {
	width: 955px;
	display: table;
	margin: 0 auto 20px;
	overflow: hidden;
}

/* Módulos */

.modulo-menu {
	border-bottom: #f5f5f5 solid 10px;
	/*margin: 0px 0 15px;*/
	padding: 15px 0;
	position: relative;
	transition: ease 0.25s;
	-webkit-transition: ease 0.25s;
	-webkit-animation-name: menu;
    animation-name: menu;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	z-index: 9;
	background: white;
}

@keyframes menu {
    100% { top: 0px; }
0%, 50% { top: -1000px }
}

@-webkit-keyframes menu {
    100% { top: 0px; }
0%, 50% { top: -1000px }
}


.out-txt { 
	overflow: hidden; 
	position: relative;
	background: white;
	z-index: 2;
	-webkit-animation-name: txt;
    animation-name: txt;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
	min-height: 300px;
}

@keyframes txt {
    100% { top: 0px; }
0%, 50% { top: -1000px }
}

@-webkit-keyframes txt {
    100% { top: 0px; }
0%, 50% { top: -1000px }
}

.modulo-txt {
	border-bottom: black solid 5px;
	/*margin: 0 0 15px;*/
	padding: 15px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.7;
	display: table;
		overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.modulo-txt2 {
	border-bottom: black solid 5px;
	/*margin: 15px 0;*/
	padding: 15px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.7;
	display: table;
	background: white;
	
	margin: -500% 0 0;
	position: absolute;
	z-index: 2;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#regla.modulo-txt2, #equipo.modulo-txt2, #contacto.modulo-txt2 {
	margin: -500% 0 0;
}

.modulo-sponsors {
	/*background: url(../img/bg-lineas.jpg) no-repeat;
	background-size: cover;*/
	width: 100%;
	padding: 20px 0px;
	display: table;
	position: relative;
	background: white;
	z-index: 1;
	overflow: hidden;
	border-bottom: 2px solid #f1f1f1;
	-webkit-animation-name: footer;
    animation-name: footer;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
}

.modulo-footer {
	width: 100%;
	padding: 20px 0px;
	display: table;
	position: relative;
	background: white;
	z-index: 1;
	overflow: hidden;
	-webkit-animation-name: footer;
    animation-name: footer;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
}

@keyframes footer {
    100% { top: 0px; }
0%, 50% { top: -1000px }
}

@-webkit-keyframes footer {
    100% { top: 0px; }
0%, 50% { top: -1000px }
}

/* Menú */

.menu {
	width: 150px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	position: relative;
}

.menu li ul {
position: absolute;
min-width:140px;
top: 0;
z-index: 100;
}
.menu li.premio ul, .menu li.respo ul {
	top: auto;
	margin-top: -27px
}
.menu li > ul {
left: 0px;
opacity: 0;
display: none;
height: 0;
transition: ease 0.25s;
}
.menu li:hover > ul {
left: 150px;
opacity: 1;
margin-left: 10px;
height: auto;
display: block;
}
.menu li.premio ul li {
position:relative;
}
.menu li ul li ul {
right:-140px;
top:0px;
}

.menu li a, .btn-enviar {
	color: #ccc;
	background: black;
	padding: 5px 10px;
	display: block;
	margin-bottom: 1px;
	width: 130px;
	transition: ease 0.25s;
	position: relative;
	z-index: 9;
}
.menu li a:hover, .btn-enviar:hover {
	background: #ccc;
	color: black;
	width: 140px;
	padding: 5px 15px;
}

.menu .submenu li a {
	color: black;
	background: #ccc;
	padding: 5px 10px;
	display: block;
	margin-bottom: 1px;
	width: 130px;
	transition: ease 0.25s;
}
.menu .submenu li a:hover {
	background: black;
	color: #ccc;
	width: 130px;
	padding: 5px 15px;
}

/* Menú Fijo */
#menu-contenedor {
    height: 100px;
	z-index: 9999;
	width: 100%;
	position: fixed;
	background: white;
	border-bottom: #f5f5f5 solid 10px;
	margin-top: -100px;
}

.out-menu-fijo {
	width: 955px;
	height: 100px;
	margin: 0px auto;
}
.out-menu-fijo .logo {
    width: 86px;
    height: auto;
    margin: 15px 40px 15px 25px;
}

.out-menu-fijo .logo_muntref {
    margin: 5px -11px 0px 0px;
}

.menu-fijo {
    margin: 56px auto 0px;
    width: auto;
    float: left;
}

#menu-contenedor ul.menu-fijo li {
	display: inline-block;
	position: relative;
}

.menu-fijo li.premio ul, .menu-fijo li.respo ul {
    margin-top: 0px;
}

.menu-fijo li:hover > ul {
    opacity: 1;
    margin-left: 0px;
    height: auto;
    display: block;
    top: auto;
	left: 0px;
}

.menu-fijo li:hover > ul ul {
	left: 150px;
	margin-left: 10px;
	top: 0;
}

.menu-fijo ul.submenu li {
	display: block;
}

.oculto2 { opacity: 0; transition: all 0.25s; -webkit-transition: all 0.25s;  }
.oculto2 .menu { display: none; } 
.visible { opacity: 1; transition: all 0.25s; -webkit-transition: all 0.25s; margin-top: 0px !important; }

.oculto { display: none; }

.btn { 
	background: #f5f5f5;
	font-family: 'PT Sans Narrow', sans-serif;	
	width: 100%;
	height: 10px;
	margin-bottom: 15px;
	cursor: pointer;
	line-height: 0.6;
	color: black;
	font-weight: bold;
	transition: ease 0.25s;
	-webkit-transition: ease 0.25s;
}
.btn:hover {
	background: black;
	color: white;
	height: 15px;
}
#btn2.btn {
	background: black;
	color: white;
}
#btn2.btn:hover {
	background: #f5f5f5;
	height: 15px;
	color: black;
}

.btn span {
	float: left;
	font-size: 12px;
	padding: 2px 4px;
}
#btn2.btn:hover span {
	padding: 4px 4px;
}

.btn .flecha {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	height: 10px;
	width: 10px;
	margin: 0 auto;
	position: relative;
	top: 1px;
}

.btn:hover .flecha {
	top: 0;
}

#btn2.btn:hover .flecha {
	top: 5px;
}

/* fin Menú */

.datos {
	position: absolute;
	right: 0;
	top: 15px;
	text-align: right;
	color: #333;
	border-top: solid 10px;
	padding-top: 10px;
}

.fecha { font-family: Georgia, serif;}

.fecha h2 {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

.fecha p {
	font-size: 20px;
	font-style: italic;
}

.año {
	font-family: 'Roboto Condensed', sans-serif;
	color: #E6E6E6;
	font-size: 45px;
	font-weight: bold;
	position: absolute;
	bottom: 11px;
	right: 0;
}
.año span {
	color: #B3B3B3;
}

/* Texto */

.col-der {
	width: 805px;
	float: left;
}

strong { font-weight: bold; }
.modulo-txt br, .modulo-txt2 br {
	display: block;
	margin: 5px 0;
}

.col-izq {
	width: 150px;
	height: 280px;
	float: left;
}

.col-izq img {
	width: auto;
	height: auto;
}

.icono {
	background: #F5F5F5;
	padding: 10px; 
	margin-right: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.icono img {
	display: block;
	margin: 0 auto 5px;
}

/* Sponsors */

#slideshow {
width: 100%;
/*height: 150px;*/
}
.caroufredsel_wrapper {
	/*width: 955px !important;*/
}
.list_carousel ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.list_carousel li {
/*font-size: 40px;
color: #999;*/
text-align: center;
width: 200px;
height: 50px;
/*padding: 0;*/
margin: 0 0 0 10px;
/*display: block;
float: left;*/
}

.logo-untref { float: left; }
.logo_muntref {
    margin: -5px -11px 0 0;
}
.foot-der, .logo_muntref { float: right; }

.modulo-sponsors h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.modulo-sponsors h3 span {
	width: 21px;
	height: 1px;
	background: black;
	float: left;
	margin: 4px 15px 0 0;
}

.modulo-sponsors img {
	width: auto;
	height: auto;
}

.modulo-sponsors ul, .modulo-footer ul {
	float: left;
}

.modulo-footer .foot-der ul {
	float: left;
	margin: -3px 20px 0px 0px;
}

.modulo-sponsors li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}

.modulo-sponsors li.cabildo { width: 47px; }
.modulo-sponsors li.cceba, .modulo-sponsors li.arcoiris { width: 65px; }
.modulo-sponsors li.meze { width: 74px; }
.modulo-sponsors li.embajada, .modulo-sponsors li.cfmdc { width: 95px; }
.modulo-sponsors li.continente { width: 110px; }
.modulo-sponsors li.telefonica, .modulo-sponsors li.espacio, .modulo-sponsors li.iic, .modulo-sponsors li.gohete, .modulo-sponsors li.af { width: 47px; }
.modulo-sponsors li.acuntref, .modulo-sponsors li.acuntref img {
	width: 120px;
}
.modulo-sponsors li.iiac { width: 200px; }

/*.modulo-sponsors li.continente {
    margin-top: -1px;
    float: left;
}
*/
.modulo-sponsors li.espacio {
    top: 8px;
}
.modulo-sponsors li.telefonica {
    top: 14px;
}
.modulo-sponsors li.cfmdc {
    top: 14px;
}
.modulo-sponsors li.arcoiris {
    top: 8px;
	/*margin-right: 10px;*/
}
.modulo-sponsors li.cabildo img {
    height: 47px;
}
/*.modulo-sponsors li.embajada {
    margin: 0 10px 0 0;
}*/
.modulo-sponsors li.cceba, .modulo-sponsors li.acuntref, .modulo-sponsors li.continente, .modulo-sponsors li.iiac {
    top: 14px;
}
.modulo-sponsors li.embajada {
    top: 10px;
}
.modulo-sponsors li.gohete, .modulo-sponsors li.af {
    top: 0px;
}
/*.modulo-sponsors li.iic {
    margin-right: 10px;
}

.spon-izq {
	width: 407px;
	height: 198px;
	background: white;
	float: left;
	margin-right: 20px;
	padding: 20px;
}

.spon-der {
	width: 407px;
	height: 198px;
	background: white;
	float: left;
	padding: 20px;
}*/

.modulo-txt2:target, #regla.modulo-txt2:target, #equipo.modulo-txt2:target, #contacto.modulo-txt2:target, #e2012-premio.modulo-txt2:target {
	margin: 0% 0 0px;
	position: relative;
}

.modulo-txt:target{
	display: none;
		margin: -150% 0 0px;
		position: absolute;
}

.pdf { margin-right: 10px; }
.pdf img {
	width: 15px;
	height: auto;
	margin-right: 5px;
}

.col-der h3 { line-height: 1.2; }
.col-der hgroup { margin: 20px 0 5px 0; }
.col-der a:hover {
	text-decoration: underline;
}

#equipo strong, #equipo em, #autMUNTREF strong, #autMUNTREF em {
	display: block;
	line-height: 1.4;
}

#equipo p, #autMUNTREF p {
	margin-bottom: 15px;
}

.ebim {
	/*border-bottom: thin solid black;
	padding-bottom: 10px;
	margin-bottom: 10px;*/
}

input, textarea {
	border: none;
	background: #f5f5f5;
	padding: 5px;
	width: 300px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	transition: ease 0.25s;
	-webkit-transition: ease 0.25s;
}

input[value], textarea[value] { font-family: 'Roboto', sans-serif; }

input:hover, textarea:hover {
	padding-right: 50px;
}

.btn-enviar {
	cursor: pointer;
	width: auto;
	margin-top: 10px;
}
.btn-enviar:hover {
	width: auto;
}