
a{text-decoration:none;}

img{border: 0px;}

body{
    font-family: serif;
    font-size: 1px;
    margin:0px;
    padding:0px;
}

#contenedorGeneral{
    position: absolute;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 15px;
    width: 920px;
}
    #logoCabecera{
        position: absolute;
        left:143px;
        top:25px;
    }
    #img1Cabecera{
        position: absolute;
        left:0px;
        top:35px;
    }
    #imgIdioma{
        position: relative;
        left: -30px;
        top: 50px;
    }
    #comingsoon{
        position: relative;
        right: 45px;
        top:50px;
        font-size: 14px;
        color:#330000;
    }

.negrita{
    font-weight:bold;
}

.fin{
    clear:both;
}

.naranja{
    color: #FF3300;
}

.blanco{
    color: white;
}
.marron{
    color: #330000;
}
.textoNormal{
    font-family: serif;
    font-size: 12px;
    color:white;
}

        .textoMarron A:link{
            text-decoration: underline;
            color: #330000;
        }



