@charset "utf-8";
/* Autor: Hostal Cornella */

/* CSS para cookies */
 
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:10px;
    width:auto;
    text-align:center;
    min-height:35px;
    background-color:#006;
	opacity: 0.8;
    color:#FF3;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:10%;
}
 
.inner a.ok {
    padding:4px;
    color:#FFF;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#FFF;
}
 
/******************************************/
/***       Resolucion pantalla 750      ***/
/******************************************/
@media only screen and (max-width:750px){
	
	#barraaceptacion {
    min-height:65px;
}

/******************************************/
/***       Resolucion pantalla 550      ***/
/******************************************/
@media only screen and (max-width:550px){
	
	#barraaceptacion {
    min-height:70px;
}
}

/* Fin del CSS para cookies */