﻿.Contenedor
{
    display:block;
    width:836px;
    border:solid 0px gray;
    background-image:url(../../../imgs/comunes/PixelTransparente.png);    
    padding:10px;
    top:50px;
    left:50px;        
    font-family:Arial;
    font-size:14px;    
    color:#6E6E6E;
    float:left;
}

#Parte1,
#TituloHDTV
{
    display:block;
    float:left;
    width:100%;
    border:solid 0px red;   
    margin-bottom:15px;
}

#Parte1 DIV
{
    display:block;
    color:#FF0000;
    font-weight:bold;
    width:250px;
    border:solid 0px green;
    margin-bottom:5px;
}

#Parte1 IMG
{
    float:right;
    margin-bottom:15px;
    margin-left:20px;
}

#imagenesReyes,
#LinksInferiores
{
    display:block;
    float:right;    
    width:100%;
    border:solid 0px green;    
}

#imagenesReyes
{    
    width:595px;
    margin-bottom:20px;
    margin-right:115px;    
}

#imagenesReyes a,
#imagenesReyes span
{
    display:inline-block;
    width:189px;
    line-height:127px;
    text-decoration:none;    
    /*background-image:Url(../imgs/BotonRojo.png);  */
    color:#FFFFFF;
    font-weight:bold;
    /*margin-left:5px;*/
    margin-right:5px;
    text-align:center;
}

#imagenesReyes a:hover
{
    color:#FFE78C;
}

#LinksInferiores
{        
    display:block;
    width:150px;
    float:left;
}

#LinksInferiores a
{        
    float:left;
    color:#ff0000;        
    text-decoration:none;        
    margin-bottom:7px;
}

#LinksInferiores a:hover
{    
    color:#9A9899;
}
.contenedorEntero
{
    width:100%;
}

.descargarMusica
{
    display:inline-block;
    width:460px;
    float:left;
    margin-left:200px;    
}

.descargarMusica a
{
    display:inline-block;
    margin-top:7px;
}

.descargarMusica .MusicaInstrumental
{
    margin-left:7px;
}