body 
{
    font-family:Arial;
    background-color:Black;
    color:White;
}

a
{
    color: #ff7f50;
    text-decoration: underline;
    font-family: Verdana;
}

a:hover
{
    color:Red;
    text-decoration:underline;
}

#Encabezado
{
    margin:0px auto;
    width: 820px;
    height: 190px;
    background-image: url('imagenes/FondoEnc.png');
    background-repeat: no-repeat;
    -moz-border-radius: 10px 10px 10px 10px;
    margin-bottom:0px;
}

#Menu
{
    margin:0px auto;
    color: White;
    font-size: x-small;
    background-color: Black;
    width: 820px;
    height: 25px;
    background-image: url('imagenes/FondoMenuTop2.png');
    background-repeat: no-repeat;
    -moz-border-radius: 8px 8px 8px 8px;
    margin-bottom:5px;
}

#Contenedor
{
    margin:0px auto;
    background-color:#800000;
    width:800px;
    height: 1800px;
    -moz-border-radius: 10px 10px 10px 10px;
    padding:10px 10px 10px 10px;
}

#SubContenedor
{
   width:100%;
   height:100%; 
}

#CuerpoMenu
{
    float:left;
    background-color:#610000;
    width:290px;
    -moz-border-radius: 8px 8px 8px 8px;
    padding:5px 5px 5px 5px;
}

#CuerpoContenido
{
    float:right;
    position:static;
    background-color:#800000;
    width: 480px;
    height:100%;
    -moz-border-radius: 8px 8px 8px 8px;
    padding:5px 5px 5px 5px;
    
}



#Pie
{
    color: White;
    font-size: x-small;
    background-color: Red;
    width: 100%;
    height: 25px;
    background-image: url('fondoPie.png');
    background-repeat: repeat;
    -moz-border-radius: 8px 8px 8px 8px;
    margin-top:5px;

}

.Item
{
    display:table;
    width:480px;
    margin-top:10px;
    
}

.TituloItem
{
   width:480px; 
   margin-bottom:5px;
}


.ClaseContIzq
{
    float:left;
    width:200px;
}

.ClaseContDer
{
    float:right;
    width:275px;
}