﻿body {
    background-color: #0668C6;
    color: #171d2d;
    background-image: url('Imagenes/fondo.jpg'); 
    background-position: center top;
    background-repeat: no-repeat;    
    text-align:center;
    font:Tahoma;
    font-size:12;
    
}

:focus
{
    outline: none;
}



#divPrincipal  /*Div que Contiene a todos los demás*/
{	
    width: 800px;
    height:auto;   
    background-color:transparent;
    margin-left:auto; 
    margin-right:auto;
    /*margin-left:490px;    */
    /*margin-right:auto;    */
}

#divLogo
{
    width: 800px;
    height: 100px;  
    overflow:hidden; 
}

#divMenu
{
    width: 800px;
    margin: 8px 0px 8px 0px;
    overflow:hidden;
}

#divBandera
{
    width: 800px;
    height: 40px;
    margin: 4px 0px 10px 0px;
    overflow:hidden;
}

#divPie
{
    width: 800px;
    overflow:hidden;
     /*background-color:Black;*/
}

#divContenido01
{
    width: 800px;
    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;
}