
body  {
    margin: 0px;
    padding: 0px; 
    font-family: arial;  
    position: relative;
}
body * {
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box;/*PARA EVITAR PROBLEMAS CON PADDING*/
}
.contenedor{ 
    
    display: table;
    width:95%;
    margin-left: auto;
    margin-right: auto;
}
    .wat_fijo{
        position: fixed;
        bottom: 10px;
        width: 60px;
        z-index: 10000;
    }
    .wat_fijo img{
        width: 100%;
        right: 0px;
        bottom: 0px; 
    }
    .titulares{
        width: 100%;
        text-align: center;
        font-size: 32px;
        padding: 16px;
        padding-top: 32px;
        font-weight: bold;
        color: #0075C5; 
    }
   
@media (min-width: 1024px) { 


    .detalle_entrevista{
        
    }
    .wat_fijo{
        position: fixed;
        right: 10px;
        bottom: 50px;
        width: 80px;
        z-index: 10000;
    }
    .wat_fijo img{
        width: 100%;
        right: 0px;
        bottom: 0px; 
    }
    .titulares{
        width: 100%;
        text-align: center;
        font-size: 52px;
        padding: 16px;
        padding-top: 32px;
        font-weight: bold;
        color: #0075C5;
    }
}