/* ELEMENTOS GENERALES  */



.visor{display:none;position:absolute;width:100%;z-index: 99999;font-size: 14px;position: fixed;margin: 0 auto;padding: 25px 0;text-align: center;min-height: 80px;}



.botonCookie, .btnCookieAceptar{border-radius: 6px;cursor: pointer;display: inline-block;font-size: 13px;font-weight: bold;margin: 15px 10px;padding: 6px 10px;position: relative;text-align: center;text-decoration: none !important;height:100%;}



.botonCookie:hover,.btnCookieAceptar:hover {	transition:ease-in 0.5s;}



.enlaceCookies {	text-decoration:none;	font-weight:bold; }



.enlace:hover {	transition:ease-in 0.5s;}



#politica_cookies h3 {	font-size: 20px;	font-style: italic;}



#politica_cookies a:hover {	font-weight: 700;}







/* POSICIÓN */



.arribacookies .visor{top: 0px;}



.abajocookies .visor{bottom: 0px;}







/* SKINS */







.botonCookie{box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 3px 0px;text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 1px;}



.btnCookieAceptar{box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 3px 0px;text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 1px;}



#politica_cookies a {color: #91741b;}










@media only screen and (max-width:641px) {
.visor {
    font-size: 10px;
    text-align: center;
    padding: 10px;
}
}






