* {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration:none;
    font-family: Arial,Helvetica,sans;
}

body {
    background: url(../imgPublic/fondo.gif) left 270px no-repeat;
}

#logotipo{
    position: absolute;
    left: 20px;
    top: 20px;
}

#objeto {
    position: absolute;
    width: 110px;
    height: 475px;
    padding: 10px;
    margin: 0 auto;
    top: 90px;
    left: 290px;
}
    #objeto .ampliar {
        position: absolute;
        width: 46px;
        height: 46px;
    }
    .ampliarMensaje {
        position: absolute;        
        height: 35px;
        padding: 7px;
    }
        .tipo1 {        
            background: url(../imgPublic/tipo1.gif) 0 0 no-repeat;
            top: 130px;
            left: 180px;
            width: 110px;
        }
        .tipo2 {
            background: url(../imgPublic/tipo2.gif) 0 0 no-repeat;
            top: 230px;
            left: 400px;
            width: 130px;
            padding: 7px 7px 7px 17px;
        }
        .tipo3 {
            background: url(../imgPublic/tipo3.gif) 0 0 no-repeat;
            top: 340px;
            left: 385px;
            width: 120px;
            padding: 7px 7px 7px 17px;
        }
    

#menu {
    position: absolute;
    width: 200px;
    margin: 0 auto;
    top: 245px;
    left: 70px;
    text-align: right;
}

#reproductor{
    width: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#portada {
    position: absolute;
    width: 500px;
    margin: 0 auto;
    top: 150px;
    left: 350px;
    padding: 0 0 0 100px;
    background: url(../imgPublic/fondo_titulo.gif) left top no-repeat;
}

#contenido {
    position: absolute;
    width: 500px;
    margin: 0 auto;
    top: 110px;
    left: 350px;
    padding: 0 0 20px 100px;
    background: url(../imgPublic/fondo_titulo.gif) left top no-repeat;
}
    #contenido .columna_1 {
        width: 220px;
        float: left;
        margin: 0 30px 0 0;
    }
    #contenido .columna_2 {
        width: 220px;
        float: left;
        margin: 0 0 0 0;
    }
    #contenido .fotoDer {
        float: right;
        margin: 0 0 0 20px;
    }
    #contenido .fotoIzq {
        float: left;
        margin: 0 10px 0 0;
    }
    
#mensaje {
    position: absolute;
    width: 200px;
    left: 70px;
    top: 140px;
}

#mensajeDes {
    position: absolute;
    width: 235px;
    left: 35px;
    top: 100px;
}


#footer {
    position: absolute;
    width: 480px;
    margin: 0 auto;
    top: 540px;
    left: 450px;
}