﻿HTML, BODY
{
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    font-size:0.9em;
    color:#666666;
    background:#262626 url(Images/fondogeneral.jpg) repeat-y center top;
    margin:0;
    padding:0;
    scrollbar-arrow-color: #8C8C8C; 
    scrollbar-base-color: #171717; 
    scrollbar-dark-shadow-color: #171717; 
    scrollbar-track-color: #303030; 
    scrollbar-face-color: #1E1E1E; 
    scrollbar-shadow-color: #171717; 
    scrollbar-highlight-color: #171717; 
    height:95%;
    text-align:center;
    }
    
#distance 
{
width:1px;
background-color:#fc6;
float:left;
}    

H1 
{
   display: none; 
}
A
{
    text-decoration:none;
    }
    
A:hover
{
    color:#BBB;
    }

P
{
    margin:0 0 10px 0;
    padding:0;
    }
    
#contenedorPrincipal
{
    margin:0 auto;
    position:relative; /* coloca el contenedor delante del div distance*/
    text-align:left;
    clear:left;
    width: 932px;
    padding:0;
    background-color:#FFF;
    _overflow:hidden;
    }

#desarrollo
{
    position:relative;
    background: #000000 url(Images/fondodesarrollo.jpg) no-repeat left top;
    width:934px;
    height:501px;
    overflow:auto;
    }


IMG
{
    border-style:none;
    margin:0;
    padding:0;
    }
    
#Pie
{
    text-align:right;
    position:relative;
    bottom:0;
    left:0;
    clear:both;
    height:16px;
    background: url(Images/fondopie.jpg) repeat-y center top;
}

#Pie .enlace
{
    position:absolute;
    right:0px;
    top:0px;
}

#Pie .flashpie
{
    position:absolute;
    left:0px;
    top:0px;
}