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

html{
    height: 100%;
    overflow: auto;
}

body {
    background: #000000 url(../imgPublic/fondo.jpg) repeat;
    color: #ffffff;
    height: 100%;
    overflow: auto;
}

.clr {
    clear: both;
}
#columnaIzq {
    width: 450px;
    height: 100%;    
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    float: left;
}
    .fondo_bio {
        background: url(../imgPublic/fondo_izq.jpg) no-repeat;
    }
    .fondo_casa {
        background: url(../imgPublic/fondo_izq_casa.jpg) no-repeat;
    }
    .fondo_rojo {
        background: url(../imgPublic/fondo_izq_rojo.jpg) no-repeat;
    }
    .fondo_verde {
        background: url(../imgPublic/fondo_izq_verde.jpg) no-repeat;
    }
    #logotipo {
        width: 340px;
        height: 160px;
        margin: 70px 0 0 50px;
    }
    #menu {
        width: 200px;
        margin: 40px 0 0 80px;
    }
    #contacto{
        width: 200px;
        height: 15px;
        margin: 40px 0 0 80px;        
    }
    #logotipoGov{
        width: 200px;
        height: 40px;
        padding: 7px;
        margin: 25px 0 0 80px;
        background: #000000;        
    }

#columnaDer {
    width: 500px;
    margin: 0 0 0 475px;    
    z-index: 20;
}
    #encabezado {
        width: 190px;
        height: 55px;
        padding: 75px 0 70px 150px;
    }
    .jornadaHorario{
        float: left;
        width: 100px;        
    }
    .jornadaTexto{
        float: left;    
        width: 400px;
        margin: 0 0 20px 0;
    }
    .portadaColumna {
        float: left;
        width: 220px;
        margin-right: 25px;
    }

#footer {
    width: 500px;
    height: 170px;
    margin: 70px 0 0 475px;
    z-index: 30;
}
    #logosFooter {
        padding: 10px;
        background: #ffffff;
        margin: 0 0 20px 0;
    }
