@charset "utf-8";
/* CSS Document */
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: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'MEgalopolisExtraRegular';
    src: url('megalopolisextra-webfont.eot');
    src: url('megalopolisextra-webfont.eot?#iefix') format('embedded-opentype'),
         url('megalopolisextra-webfont.woff') format('woff'),
         url('megalopolisextra-webfont.ttf') format('truetype'),
         url('megalopolisextra-webfont.svg#MEgalopolisExtraRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a{
	text-decoration:none;
	outline:none;
}
body{
	background:#010101;
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper-cabeza{
	background:#828180;
	height:571px;
}
.contenido-cabeza{
	background-image:url(../images/fondo_cabecera.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:571px;
	margin:auto;
}
.cabeza{
	width:940px;
	height:571px;
	margin:auto;
}
.logo{
	width:134px;
	margin:20px 0 0 4px;
	float:left;
}
.titulo{
	width:225px;
	margin:20px 0 0 64px;
	float:left;
	font-family: 'MEgalopolisExtraRegular';
	font-size:26px;
	border-bottom:#000 solid 1px;
}
.titulo2{
	width:225px;
	margin:20px 0 0 0;
	float:left;
	font-family: 'MEgalopolisExtraRegular';
	font-size:26px;
	border-bottom:#000 solid 1px;
}
.titulo span{
	color:#3b3a3b;
}
.titulo2 span{
	color:#3b3a3b;
}
.logo-olimpiadas{
	width:82px;
	float:left;
	margin: 0 9px;
}
.comparte{
	width:105px;
	float:left;
	margin: 20px 0 0 75px;
}
.podium{
	width:367px;
	height:480px;
	background: url(../images/podium1.png) no-repeat;
	margin:0 0 0 4px;
	float:left;
}
.podium2{
	width:367px;
	height:480px;
	background: url(../images/podium2.png) no-repeat;
	margin:0 0 0 14px;
	float:left;
}
.podium_contenido{
	width:367px;
	height:480px;
	background: url(../images/podium1.png) no-repeat;
	margin:auto;
}
.clear{
	clear:both;
}
.oro{
	width:88px;
	height:94px;
	background:url(../images/marco_oro.jpg);
	margin:23px 0 0 25px;
	float:left;
}
.nombre_oro{
	background-color:#c5c5c5;
	width:113px;
	min-height:18px;
	border:#c08b3d solid 1px;
	float:left;
	margin:170px 0 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.plata{
	width:88px;
	height:94px;
	background:url(../images/marco_plata.jpg);
	float:left;
	margin:105px 0 0 25px;
}
.nombre_plata{
	background-color:#c5c5c5;
	width:113px;
	min-height:18px;
	border:#999999 solid 1px;
	float:left;
	margin:179px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.bronce{
	width:88px;
	height:94px;
	background:url(../images/marco_bronce.jpg);
	margin:144px 0 0 4px;
	float:left;
}
.nombre_bronce{
	background-color:#c5c5c5;
	width:113px;
	min-height:18px;
	border:#b74c18 solid 1px;
	float:left;
	margin:198px 0 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.plata p{
	padding:3px 3px;
	width:82px;
	height:88px;
}
.oro p{
	padding:3px 3px;
	width:82px;
	height:88px;
}
.bronce p{
	padding:3px 3px;
	width:82px;
	height:88px;
}
.top{
	background:url(../images/fondo_titu_podium.png) no-repeat;
	width:184px;
	height:21px;
	overflow:hidden;
	float:left;
	margin:450px 0 0 0;
	text-align:center;
	padding:9px 0 0 0;
}
.top p{
	font-family: 'MEgalopolisExtraRegular';
	font-size:23px;
	color:#830142;
}
.top p span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#d10068;
}
/*empieza menu*/
.fondo_menu{
	background:#d10068;
	width:100%;
	height:53px;
}

.menu{
	width:801px;
	margin:0 auto;
}

.menu p a, .menu p {
	font-family: 'MEgalopolisExtraRegular';
	float:left;
	font-size:37px;
	color:#830142;
	line-height:53px;
	text-decoration:none;
}


.menu p a:hover{
	color:#ffeb00;
}


.menu .medio p{
	font-size:24px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 125px 0 135px;
	
}
.medio a{
	font-size:16px;
	color:#830142;
	font-family: 'MEgalopolisExtraRegular';
	padding:0 125px 0 125px;
	float:left;
	line-height:50px;
	font-weight:bold;
}
.medio a span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.medio a:hover{
	color:#ffeb00;
}


.flecha{
	width:37px;
	height:53px;
	background:url(../images/flecha_menu.jpg) no-repeat;
	overflow:hidden;
	float:left;
	padding-right:32px;
}
/*termina menu*/
/*comienza contenido*/
.contenido{
	background:url(../images/fondo_contenido.jpg);
	width:940px;
	height:305px;
	margin: 0 auto;
}
.contenido p{
	font-family: 'MEgalopolisExtraRegular';
	color:#ffeb00;
	font-size:29px;
	padding:123px 0 0 336px;
}
.contenido p span{
	color:#b2b2b2;
	font-size:44px;
}
.contenido .londres{
	font-family: 'MEgalopolisExtraRegular';
	color:#b2b2b2;
	font-size:25px;
	padding:5px 0 0 395px;
}
/*cierra contenido*/
/*empieza pie*/

.fondo_pie{
	background:#828180;
	width:100%;
	height:143px;
	
}
.pie{
	width:940px;
	margin:0 auto;
	padding:0 65px;
}

.pie p{
	background: url("../images/fondo_pie.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding: 85px 0 0;
    width: 499px;
}

.btn-gua{
	background:url(../images/sprite_guapos.jpg) no-repeat;
	height:126px;
	width:99px;
	display:block;
	margin:10px 60px;
	float:left;
	
}
.guapos:hover{
	background-position: 0 -128px;
}

.guapas{
	background-position:-99px 0;
}

.guapas:hover{
	background-position:-99px -128px;
}

/*ESTILOS PROPIOS DE PANTALLA GUAPOS*/
.contenido2{
	width:940px;
	height:500px;
	margin: 0 auto;
	
}
.indicador{
	height:40px;
	margin:0 0 20px 0;
}
.indicador p{
	margin: 0 0 0 170px;
}
.indicador2{
	height:40px;
	margin:0 0 20px 0;
}
.indicador2 p{
	margin: 0 0 0 730px;
}
.flecha1{
	width:37px;
	height:53px;
	overflow:hidden;
	float:left;
	padding-right:32px;
}

.menu .yellow{
	color:#FF0;
}
.deportistas{
	width:192px;
	height:90px;
	padding:26px 20px;
	float:left;
	border-bottom:#999 dotted 1px;
	border-right:#999 dotted 1px;
}
.deportistas p{
	padding:0 3px;
	color:#FFF;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	width:100px;
}
.deportistas img{
	float:left;
}
.vote{
	background:url(../images/sprite_vote.png);
	width:60px;
	height:16px;
	float:left;
	margin:6px 4px;
	display:block;
	color:#F5EB00;
	font-size:3px;
}
.vote:hover{
	background-position:0 -17px;
	color:#D10068;
}

.no-border-right{
	border-right:none !important;
}

.no-border-bottom{
	border-bottom:none !important;
}
.contenedor-ads{
            width:960px;
            margin:0 auto;
            
}

.ads{
            float:left;
            width:468px;
            height:60px;
            margin:20px 0 20px 0;
}

.uno{
            margin-right:20px;
}
.centrado{
	display:block;
	text-align:center;
}

