
/**
* MENSAJE PARA ACEPTACIÓN DE COOKIES
**/
.msgcookie { display:block; position:fixed; bottom:0; height:50px; width:100%; background:rgba(0,0,0,0.8); color:#fff; font-size:11px; z-index:999; }
.msgcookie p { width:960px; margin:0 auto; background:url(imagenes/cookie.png) 0 0 no-repeat; padding:10px 0 0 30px }
.msgcookie p a:link, .msgcookie p a:active, .msgcookie p a:visited, .msgcookie p a:hover { color:#fff }
.msgcookie a.close { float:right; display:block; width:16px; height:50px; background:url(imagenes/cookie.png) 0 -45px no-repeat; overflow:hidden; text-indent:-8000px; opacity:0.5; margin:0 0 0 40px }
a.close:hover { opacity:1 }