﻿body {
    background-color: #FB4F3C;
    color: #171d2d;
    background-image: url('Imagenes/pista.jpg'), url('Imagenes/pista2.jpg'); 
    background-position: center top, center bottom;
    background-repeat: no-repeat, repeat-y;    
    text-align:center;
    font:Tahoma;
    font-size:12;
    
}

:focus
{
    outline: none;
}

#divPrincipal  /*Div que Contiene a todos los demás*/
{	
    width: 980px;
    height:auto;   
    background-color:transparent;
    margin-left:auto; 
    margin-right:auto;
    /*margin-left:490px;    */
    /*margin-right:auto;    */
}

#divLogo
{
    width: 970px;
    height: 200px;  
    overflow:hidden; 
    
}

#divMenu
{
    width: 970px;
    margin: 4px 0px 4px 0px;
    overflow:hidden;
}

#divBandera
{
    width: 970px;
    height: 40px;
    margin: 4px 0px 10px 0px;
    overflow:hidden;
}

#divPie
{
    width: 970px;
    overflow:hidden;
     /*background-color:Black;*/
}

#divContenido01
{
    width: 970px;
    height:auto;
    overflow:hidden;
    
    /*background-color: #FF0000;*/
}

#divContenido01 #divContenido01Col1
{
    /*background-color:Orange;*/
    width:260px;
    height: auto;
    float:left; 
    /*padding-right:10px;*/
    overflow:hidden;
}

#divContenido01 #divContenido01Col2
{
    /*background-color:Green;*/
    width:695px;
    height: auto;
    float:right;
    padding-left:15px;
    overflow:hidden;
}

.styleSombra
{   
    text-shadow: 0.1em 0.1em 0.05em #333;
    text-shadow: 0.1em 0.1em 0.2em #999;
}

.styleSombraBlanca
{   
    text-shadow: 0.1em 0.1em 0.05em #333;
    text-shadow: 0.1em 0.1em 0.2em White;
}