
/* Drbike Hoja de estilos */

/* Version 2.0.0 */

/* Granada 29/10/2008 por José Antonio González Mérida */

/* Informe de revisiones: */

/*---------------------------------------------------------------------------------------*/


/* Definiciones generales*/


/* Añado estas lineas para inicializar parametros en los navegadores y partir de la misma situación. Esto permite compatibilidad CSS Fuente:*/





* {
    margin:0;
    padding:0;
  }


html {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    /* overflow:hidden;
    Quitara las barras de desplazamiento*/;
  }


body {
    background-color : #000000;
    background-image : url('../images/Fondos/fondo-index-1-2-1034x1329.gif');
    background-repeat : no-repeat;
    font-family : verdainnerHeightna, arial, sans-serif;
    font-size : 76%;
    height : 1329px;
    width : 1034px;
  }

/* Definiciones de DIV*/





#background {
    background-repeat : no-repeat;
    left : 0px;
    position : absolute;
    top : 0px;
    z-index : 1;
  }


.scroller_bk {
    height : 157px;
    left : 0;
    position : absolute;
    top : 230px;
    width : 1034px;
    z-index : 2;
  }


.scroller_logo {
    height : 119px;
    left : 0;
    position : absolute;
    top : 0;
    width : 800px;
    z-index : 3;
  }


#content {
    position : absolute;
    padding-bottom: 105px;
    top : 157px;
    left : 149px;
    width : 700px;
    z-index:3;
  }


#content1 {
    position : absolute;
    top : 657px;
    left : 449px;
    width : 377px;
    z-index : 3;
  }


#content2 {
    font-style : italic;
    color: #FFFFFF;
    height : 150px;
    left : 35px;
    position : absolute;
    top : 430px;
    width : 900px;
    z-index : 3;
  }


#content3 {
    left : 20px;
    position : absolute;
    top : 657px;
    width : 377px;
    z-index : 3;
  }


#content4 {
    left : 449px;
    position : absolute;
    top : 657px;
    width : 377px;
    z-index : 3;
  }


#BotonFOX {
    left : 0px;
    position : absolute;
    top : 0px;
    width : 377px;
    z-index : 2;
  }


#BotonHeaderDrBike {
    left : 378px;
    position : absolute;
    top : 0px;
    width : 657px;
    z-index : 2;
  }

/*Area del usuario registrado*/
#register {
	position : absolute;
	top : 138px;
	left : 0px;
	width : 250px;
	height :90px;
 z-index : 3;
}

/* Area de publicidad inicio */
#publi {
	position : absolute;
	top : 138px;
	left : 0px;
	width : 1033px;
	height :90px;
 z-index : 2;
}

.footer_chk {
    position : absolute;
    top : 1289px;
    left : 0px;
    width : 100px;
    z-index : 3;
  }


.footer_logo {
    left : 100px;
    position : absolute;
    top : 1289px;
    width : 136px;
    z-index : 3;
  }


.footer_c {
    left : 300px;
    position : absolute;
    top : 1289px;
    width : 798px;
    z-index : 3;
  }


.vertical_patrocinadores {
    height : 100%;
    left : 0px;
    position : absolute;
    top : 157px;
    width : 149px;
    z-index : 1;
  }

/* Definicion de clases para el menu horizontal según scourdesign */

#elmenu {
    background-color : #FF0101;
    left : 0px;
    position : absolute;
    top : 100px;
    width : 100%;
    z-index : 3;
  }


#elmenu a {
    display:block;
    float:left;
  }


#elmenu span {
    display:block;
    float:left;
    background:#FF0101 top right no-repeat;
    padding-right:19px;
    cursor:pointer;
    padding-top:6px;
  }


#elmenu a:link, #elmenu a:visited {
    padding-left:19px;
    line-height:30px;
    border-bottom:2px solid #FF0101;
    background: #FF0101 0px 0px no-repeat;
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
  }


#elmenu a:hover {
    background:#FF0101 0px 0px no-repeat;
    border-bottom:2px solid #FF0101;
    margin-top:6px;
    line-height:24px;
  }


.seleccionado {
    background:#FF0101 0px 0px no-repeat !Important;
    border-bottom:2px solid #FF0101 !Important;
    margin-top:0px !Important;
    line-height:30px !Important;
    color:#000000 !Important;
  }




/* Definiciones de textos */
.h1_contenido {
    color : #FFFFFF;
    font-family : Arial;
    font-size : 14px;
    line-height : 25px;
    text-align : justify;
  }


.h5-estilo-clasico {
    color : #FFFFFF;
    font-family : Arial;
    font-size : 12px;
    line-height : 20px;
    text-align : justify;
  }


.h5-estilo-clasico-2 {
    color : #FF0101;
    font-family : Arial;
    font-size : 18px;
    line-height : 20px;
    text-align : right;
  }

#h5-footer {
    color : #FFFFFF;
    font-family : Arial;
    font-size : 10px;
    line-height : 15px;
    text-align : left;
  }

#h5-footer a {
 color : #FFFFFF;
 font-style : italic;
}

#h5-footer a:link{
 color : #FFFFFF;
 font-style : italic;

}


