﻿/* CSS para la animación y localización de los DIV de cookies */
 
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    display: block;
    
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    min-height: 62px;
    width: 100%;
    text-align:center;
    background-color: #eeeeee;
    opacity: 0.9;
    filter:  alpha(opacity=90);
}
#infobox3 p {
    /*line-height:62px;*/
    font-size:16px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
 
/* Fin del CSS para cookies */