/*Estilo applicado a la barra de politica de cookies*/

#cookiesbox {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infocookies {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center; 
}
#infocookies p {
    line-height:58px;  
}

/*Estilo para la barra informativa*/
#box-log {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#info-log {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center; 
    background: #ff7f00;;
    color: white;
}
#info-log p {
    line-height:58px;  
}

 
 