*{
	margin: 0px;
	padding: 0px;
}

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

body{
	background-color: #fff;
	background-image: url('../images/fondo2.jpg');
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#agrupar {
	width: 1024px;
	text-align: center;
	margin: 0 auto;		
	background-color: rgba(0,0,0,0);
	position: relative;
}

#fondoCabecera{
	width: 1024px;
	height: 100px;
	background-color: #000;
	position: relative;
	margin: auto;
	z-index: 2;
}

#cabecera {
	width: 1024px;
	height: 100px;
	float: left;
	display: block;
	position: relative;
	margin-top: 20px;
	background-color: rgba(0,0,0,1);
	z-index: 1000;
}


#logo{
	float: left;
	height: 71px;
	width: 175px;
	background-image: url('../images/logorpm.png');
	position: relative;
}

#menu{
	display: block;
	float: left;
	line-height: 75px;
	margin-left: 10px;
	text-decoration: none;

}


#menu li{
	display: inline-block;
	list-style: none;
	padding: 15px 5px;
	vertical-align: bottom;
	-moz-transition: -moz-transform 0.05s ease-in-out 0.05s;
	-webkit-transition: -webkit-transform 0.05s ease-in-out 0.05s;
}

#menu li:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

#menu a:hover{
	color: #2edcd6;
}

#menu a{
	font: 22px MiNuevaFuente, verdana sans-serif;
	color: #ffffff;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}
a:visited{
	color: #ffffff;
}


#social{
	display: block;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	padding: 5px;
	text-align: center;
}

#social a{
	margin: 0 8px;
}

#login{
	display: block;
	float: right;
	width: 320px;
	font: 15px MiNuevaFuente, verdana sans-serif;
	margin-top: 0px;
	margin-left: 10px;
}

#loginForm{
	width: 220px; 
	height: 75px;
}

.usr td input{
	width: 120px; 
	height: 15px; 
	margin-left: -2px; 
	padding: 0px;
}

.usr .enviar input{
	width: 75px; 
	height: 20px; 
	margin-left: 0px;
}

.links a{
	color: #000;
	margin-right: 20px;
}

.links a:hover{
	color: #ee0f56;
}

#contenedor{
	float: left;
	width: 100%;
	max-width: 1024px;
	/*border-top: 2px solid #8a9597;*/
	margin: 0px 0px 30px 0px;
	padding: 10px 0px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	top: 0px;
}

#galeria {
	float: left;
	width: 690px;
	height: 350px;
	margin: 10px 0 20px 0;
	-webkit-box-shadow: 0px 10px 15px #000000;
	box-shadow: 0px 10px 15px #000000;
}

.pics{
	clear: both;
	margin: 10px 0 0 0;
	text-align: center;
}

.img1,.img2,.img3{
	width: 315px;
	line-height: 177px;
	display: inline-block;
	margin: auto;
	color: #ffffff;
	text-align: center;
}

.img1,.img2{
	border-right: 1px solid #e73202;
}

.view {
    width: 310px;
    height: 177px;
    margin: 5px 10px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 10px 15px #000000;
	box-shadow: 0px 10px 15px #000000;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
    width: 310px;
    height: 177px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
	font: 20px MiNuevaFuente, verdana sans-serif;
}

.view p{
	font: 15px MiNuevaFuente, verdana sans-serif;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.view a.info {
	font: 18px MiNuevaFuente, verdana sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 5px 14px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000;
}

.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(46,220,214, 0.6); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}

.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}

#campeonatos,#videos,#notas,#news{
	float: left;
	width: 1024px;
	height: auto;
	margin-top: 20px;
	color: #000;
	border-top: 2px solid #000;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font: 20px MiNuevaFuente, verdana sans-serif;
}

#news h2{
	text-align: left;
	border-bottom: 1px solid #000;
}

#notas{
	border-top: 0;
}

#contenedor1{
	float: left;
	width: 1024px;
	height: auto;
	margin-top: -60px;
	color: #000000;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font: 20px MiNuevaFuente, verdana sans-serif;
}

#contenedoremergente{
	float: left;
	width: 1000px;
	height: 700;
	background-color: white;
	margin-top: 20px;
	color: #000000;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font: 20px MiNuevaFuente, verdana sans-serif;
}

h1{
	padding: 10px;
}

#pie{
	clear: both;
	text-align: center;
	color: #000000;
	padding: 20px;
	margin-top: 20px;
	border-top: 2px solid #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font: 20px MiNuevaFuente, verdana sans-serif;
}

.firmapie{
	margin-top: 20px;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.7;
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;
    text-indent:-9999px;
	font: 20px MiNuevaFuente, verdana; sans-serif;
    background: url('../images/icon_top.png') no-repeat;
}



.champ1 a,.champ2 a,.champ3 a,.champ4 a,.champ5 a,.champ6 a,.champ7 a,.champ8 a{
	font: 20px MiNuevaFuente, verdana sans-serif;
	color: #000000;
}

.champ1,.champ2,.champ3,.champ4,.champ5,.champ6,.champ7,.champ8{
	float: left;
	width: 1000px;
	height: auto;
	color: black;
	padding: 5px;
	background-color: rgba(255,255,255,1.0);
	box-shadow: 0 0 20px #000000;
	margin: 10px;
}

#champmenu{
	height: 150px;
}

.champtexto{
	margin: 15px 10px;
	width: 98%;
	text-align: justify;
	display: block;
	float: left;
	font: 13px fuenteParrafos, verdana sans-serif;
}

.descripcion{
	text-align: left;
	float: left;
	font: 13px fuenteParrafos, verdana sans-serif;
	margin: 15px 20px;
	line-height: 25px;
}

.descripcion ul li{
	margin-left: 10px;
	list-style-type: square;
}

#torneoUno img,#torneoDos img,#torneoTres img,#torneoCuatro img,#torneoCinco img,#torneoSeis img,#torneoSiete img,#torneoOcho img{
	margin-top: 35px;
	margin-right: 5px;
}

#torneoUno,#torneoDos,#torneoTres,#torneoCuatro,#torneoCinco,#torneoSeis,#torneoSiete,#torneoOcho{
	width: 990px;
	display:none;
}

/*#champmenu li:hover{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}*/

#champmenu a:hover{
	text-decoration: underline;
}

#champmenu li a{
	color: #000000;
}

.champUno{
	float: left;
	width: 1000px;
	background-repeat:no-repeat;
	box-shadow: 0 0 20px #000000;
	border-radius: 0 10px 0 0;
	margin: 90px 0 25px 0;
}

.champDos{
	float: left;
	width: 1000px;
	background-repeat:no-repeat;
	box-shadow: 0 0 20px #000000;
	border-radius: 0 10px 0 0;
	margin: 90px 0 25px 0;
}

.champTres{
	float: left;
	width: 1000px;
	background-repeat:no-repeat;
	box-shadow: 0 0 20px #000000;
	border-radius: 0 10px 0 0;
	margin: 90px 0 25px 0;
}

.champCuatro{
	float: left;
	width: 1000px;
	background-repeat:no-repeat;
	box-shadow: 0 0 20px #000000;
	border-radius: 0 10px 0 0;
	margin: 90px 0 25px 0;
}

.champCinco{
	float: left;
	width: 1000px;
	background-repeat:no-repeat;
	box-shadow: 0 0 20px #000000;
	border-radius: 0 10px 0 0;
	margin: 90px 0 25px 0;
}

.champSeis{
	float: left;
	width: 1000px;
	background-repeat:no-repeat;
	box-shadow: 0 0 20px #000000;
	border-radius: 0 10px 0 0;
	margin: 90px 0 25px 0;
}

.champSiete{
	float: left;
	width: 1000px;
	background-repeat:no-repeat;
	box-shadow: 0 0 20px #000000;
	border-radius: 0 10px 0 0;
	margin: 90px 0 25px 0;
}

.champOcho{
	float: left;
	width: 1000px;
	background-repeat:no-repeat;
	box-shadow: 0 0 20px #000000;
	border-radius: 0 10px 0 0;
	margin: 90px 0 25px 0;
}

.champUno li,.champDos li,.champTres li,.champCuatro li,.champCinco li,.champSeis li,.champSiete li,.champOcho li{
	display: inline-block;
	list-style: none;
	padding: 5px 2px;
	margin: 0 15px;
}

#resultados,#posiciones,#calendario,#reglamento,#descargas{
	width: 1000px;
	height:auto;
	display:block;
	background-color: white;
}

.simus img{
	margin: 10px 10px;
	padding: 0 5px;
}

#videosweb{
	width: 1000px;
	height: auto;
	margin-left: 20px;
}

#calendario a{
	color: #000;
	padding-top: 5px;
}

#videosweb li,#calendario li{
	width: 220px;
	height: 127px;
	float: left;
	margin: 20px 10px;
	list-style: none;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 15px #000000;
	border: solid 2px #ffffff;
}

#videosweb li:hover{
	transform: scale(1.05,1.05);
}

.imgout{
	position: fixed;
	top: 120px;
	right: 10px;
}

.imgout2{
	position: fixed;
	top: 380px;
	right: 10px;
}


.ts{
	width: 250px;
	background-color: #000; 
	float: left;
	position: fixed;
	top: 20px;
	left: 10px;
}

@font-face{ 
	font-family: 'MiNuevaFuente';
	src: url('BebasNeue Bold.ttf');
}

@font-face{ 
	font-family: 'fuenteParrafos';
	src: url('Vera.ttf');
}

#denuncias{
	background-image: url(../images/denuncias.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

form{
	width: 400px;
	text-align: center;
}

form input{
	width: 300px;
	height: 25px;
	margin: 0px 15px;
}

form button{
	display: block;
	text-align: center;
	margin-left: 165px;
	margin-bottom: 15px;
	font-family: 'MiNuevaFuente';
	font-size: 18px;
	width: 80px;
	height: 30px;
}

form textarea{
	clear: both;
	width: 300px;
	background-color: #d3d3d3;
}

table {
    border-collapse: collapse;
}

th,td{
	padding: 7px;
}

th {
    background-color: #2edcd6;
    color: #fff;
	margin-top: 5px;
}

tr:nth-child(even) {background-color: #f2f2f2}

.descripcion li:nth-child(odd) {background-color: #f2f2f2}

.titulos{
	font-family: 'MiNuevaFuente';
}

.contenido{
	font-family: 'fuenteParrafos';
	font-size: 13px;
}

.colpos,.colnum,.colvue,.colpun,.colpit{
	width: 10%;
}

.colpun,.tablapun{
	font-weight: bold;
}

.colpil,.colnic,.colequ{
	width: 20%;
}

.colgap,.colrec{
	width: 10%;
}

.colsan{
	width: 50%;
	text-align: justify;
	font-family: 'fuenteParrafos';
	font-size: 13px;
}

.tablaSanciones{
	margin-top: 10px;
	margin-bottom: 20px;
}

.afiche{
	width: 65%;
	height: 110px;
}

.tipoCarrera{
	width: 15%;
}

.fechadia{
	width: 12%;
}

.fecha{
	width: 5%;
}

#imagenPosiciones{
	width: 900px;
}

#calendario,#posiciones{
	display: none;
}

#resultados,#posiciones,#calendario{
	width: 100%;
}

.tablapos,.tablanum,.tablapun,.tablaveh{
	width: 20%;
}

#imagenPosiciones .tablapos{
	width: 10%;
}

.tablapil{
	width: 35%;
}

#posiciones .tablapos,.tablacar,.tablapol,.tablawin{
	width: 12%;
}

#posiciones .tablapil,.tablanic{
	width: 23%;
}

#posiciones .tablapun{
	width: 20%;
}

#popup1,#popup2,#popup3,#popup4,#popup5,#popup6,#popup7,#popup8,#popup-pagos{
    left: 0;
    position: absolute;
	top: 100px;
    width: 100%;
    z-index: 1001;
}

#popup-pagos{
	font-family: 'MiNuevaFuente';
	font-size: 18px;
}

.content-popup1,.content-popup2,.content-popup3,.content-popup4,.content-popup5,.content-popup6,.content-popup7,.content-popup8,.content-popup-pagos{
    margin:0px auto;
    margin-top:920px;
    position:relative;
    padding:10px;
    width:700px;
	height: 350px;
    min-height:250px;
    border-radius:10px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popup1{
	margin-top: 1050px;
}

.content-popup2{
	margin-top: 1050px;
}

.content-popup3{
	margin-top: 1300px;
}

.content-popup4{
	margin-top: 1500px;
}

.content-popup5{
	margin-top: 1550px;
}

.content-popup6{
	margin-top: 1800px;
}

.content-popup7{
	margin-top: 2300px;
}

.content-popup8{
	margin-top: 2450px;
}

.content-popup-pagos{
	margin-top: 30px;
	height: 650px;
	text-align: center;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}

#inscripciones{
	width: 75%;
	margin-left: 90px;
	margin-top: 20px;
}

.columnaTexto{
	text-align: center;
	margin-right: 20px;
	width: 40%
}

.columnaCompletada{
	margin-left: 30px;
	width: 60%;
}

.fb-login-button{
	width: 75px;
	height: 25px;
	text-align: center;
	display: block;
	margin-left: 39px;
	margin-bottom: 5px;
}

.fecha a:hover{
	text-decoration: underline;
}

#imagenDescargas{
	width: 800px;
	margin: 0 auto;
}

#imagenDescargas tr{
	width: 1000px;
	background-color: white;
}

#imagenDescargas td{
	width: 1000px;
}

#progreso{
	font: 17px MiNuevaFuente, verdana sans-serif; 
	color: white;
	position: absolute;
	top: 10px;
	left: 40px;
}

#bannersCentro{
	width: 100%;
	height: 270px;
	margin-top: 600px;
}

blockquote{
	font-family: 14px 'fuenteParrafos', verdana sans-serif;

}

#perfilPiloto, #historialPiloto, #ultimasCarrerasPiloto, #rankingRPM{
	width: 800px;
	margin: 10px auto;
}

#perfilPiloto th, #historialPiloto th, #ultimasCarrerasPiloto th, #rankingRPM th{
	font-family: 'MiNuevaFuente';
	font-size: 26px;
}

#perfilPiloto td b, #historialPiloto td b{
	font-family: 'MiNuevaFuente';
	font-size: 19px;
	text-align: right;
	width: 50%;
}

#perfilPiloto td, #historialPiloto td{
	font-family: 'fuenteParrafos';
	font-size: 14px;
	width: 50%;
}

#perfilPiloto{
	margin-top: 120px;
}

#perfilPiloto tr:nth-child(odd){
	background-color: #f2f2f2;
}

#historialPiloto tr:nth-child(odd){
	background-color: #f2f2f2;
}

#ultimasCarrerasPiloto tr:nth-child(odd){
	background-color: #f2f2f2;
}

#rankingRPM tr:nth-child(odd){
	background-color: #f2f2f2;
}

#perfilPiloto tr, #historialPiloto tr, #ultimasCarrerasPiloto tr, #rankingRPM tr{
	background-color: white;
}

#ultimasCarrerasPiloto td, #rankingRPM td{
	font-family: 'fuenteParrafos';
	font-size: 15px;
}

#frase p em{
	display: block;
	margin: auto;
	text-align: center;
	font-family: 'fuenteParrafos';
	font-size: 14px;
	color: #000;
}

#proxfecha{
	float: left;
	width: 230px; 
	color: #fff; 
	margin-top: 15px; 
	margin-left: 90px;
	font-family: 'MiNuevaFuente';
	font-size: 20px;
}

#containerContador{
	width: 1000px; 
	background-color: #000; 
	height: 115px; 
	float: left; 
	margin: 10px;
	-webkit-box-shadow: 0px 10px 12px #000;
	box-shadow: 0px 10px 12px #000;
}

#imgCircuito{
	float: left; 
	margin-top: 5px;
}

#mensaje a{color: red;}

#mensaje{
	color: #000;
	width: 1000px;
	height:auto;
	display:block;
	background-color: white;
	margin-top: 100px;
	margin-bottom: 25px;
}

#mensaje2 a{color: red;}

#mensaje2{
	color: #000;
	width: 100%;
	height:auto;
	display:block;
	background-color: white;
	margin-top: 100px;
	margin-bottom: 25px;
	text-align: left;
}

#aniversario{
	position: absolute; 
	top: -10px; 
	right: -115px; 
	z-index: 9998;
}

#nota3 img{
	display: block;
	margin: 10px auto;
}

.alinLeft{
	text-align: left;
	 margin-left: 60px;
}

.soporte{
	background-color: white;
	height: auto;
	width: 97%;
	font-family: 'fuenteParrafos';
	font-size: 13px;
	padding: 10px;
}
