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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
    background-color:#000;
}

.lang {
	font-variant:small-caps;
}

.h1 {
	font-size:24px;
	font-weight:bold;
}

.h2 {
	font-size:18px;
	font-weight:bold;
}

.leaderboard {
	width:970px;
	max-height:100px;
	margin:auto;
	background:url(../images/0top2.jpg);
	margin-top:50px;
}
.portada {
	position: relative;
	width: 100%;
	min-width: 970px;
	height: 460px;
	margin: auto;
	display: table;
	background: url(../images/2015cover2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1400px;
}

.wrapper {
	/*width:970px;*/
	width:90%;
	min-width:970px;
	max-width: 1200px;
	background:#FFF;
	margin:auto;
	position:relative;
}

.titulo {
	height: 100px;
    width: 660px;
	color:#FFF;
	font-size:32px;
	font-weight:bold;
	position:absolute;
	top:-100px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.titulo span {
	position:absolute;
	bottom:15px;
}

.sidebar {
	width: 270px;
	padding-top: 160px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	float: left;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
}

.div-cartel {
	width:270px;
	position:absolute;
	top:-210px;
}

.cartel {
	/*border:1px solid rgba(255, 255, 255, .5);*/
	box-shadow: 0px 0px 35px 15px black;
	width:220px;
	height:340px;
}

.h1-sidebar {
	color:#FFF;
	font-weight:bold;
}

.main {
	/*width:660px;*/
	width:calc(100% - 290px);
	min-width:660px;
	float:right;
}

.submenu {
	background:#DDD;
	font-size:14px;
	font-weight:lighter;
	height:50px;
	margin-top:0px;
	margin-left:0px;
	width:100%;
}

.submenu ul {
    list-style-type: none;
    margin:0;
	padding-left:20px;
}

.submenu li {
    display: inline;
	float: left;
	padding-right:15px;
	color:#0F0;
	line-height: 50px;
	height:;
}

.submenu a, .submenu a:link, .submenu a:visited {
	font-weight:bold;
	color:#777;
	text-decoration:none;
}

.submenu a:hover, .submenu a:active {
	color:#222;
	color:
}

.submenu-iconos {
	float:right;
}

.main-contenido {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #FFF;
	font-size: 14px;
}

.main-contenido a {
	text-decoration: none;
	color: #000080;
	}
	
.main-contenido a:hover {
	text-decoration: underline;
	}

.listado td {
    vertical-align: top;
	font-size: 14px;
}

.listado th, .listado td {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 10px;
}

.listado tr:hover {
	background-color: #f5f5f5
}

.main-contenido iframe {
	margin:auto;
}

.footer {
	height: 300px;
	clear:;
	float:;
	width: 100%;
	min-width: 970px;
	margin: 0 auto;
	display: table;
	color: #FFF;
	font-size: 12px;
}

.footer td {
    vertical-align: top;
	font-size: 12px;
}

.footer a {
	text-decoration: underline;
	color: inherit;
}
