
/* Drbike Hoja de estilos */

/* Version 1.0.0 */

/* Granada 7/11/2008 por José Antonio González Mérida */

/* Informe de revisiones: */

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

	1.0.0  Fondo negro menus horizontales
*/


/* Definiciones generales*/

/* Estilos generales para las areas de trabajo del sitio web
*/ 

/* 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-repeat : no-repeat;
    border-left-color : #c14d0b;
    border-left-style : solid;
    border-left-width : 2px;
    font-family : verdainnerHeightna, arial, sans-serif;
    font-size : 76%;
    height : 600px;
    width : 800px;
  }

/* Definiciones de DIV*/





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


#tl1 {
    height : 400px;
    left : 525px;
    position : absolute;
    top : 200px;
    width : 300px;
    z-index : 2;
  }


#tl2 {
    height : 296px;
    left : 575px;
    position : absolute;
    top : 0px;
    width : 518px;
    z-index : 2;
  }


#tr {
    height : 296px;
    left : 100px;
    position : absolute;
    text-align : justify;
    top : 20px;
    width : 250px;
    z-index : 2;
  }


#bl {
    height : 408px;
    left : 0px;
    position : absolute;
    top : 400px;
    width : 571px;
    z-index : 2;
  }


#h3_text {
    color : #FF6229;
    font-family : Arial;
    font-size : 18px;
    font-weight : normal;
    line-height : 16px;
    text-align : justify;
    text-decoration : none;
  }

