*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}


/* ------permiso para las putas cookies----- */
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    height: 70px;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}
/* ----------fin del puto permiso ----*/

footer{
	font-size:small;
	margin:7em 0 0 0;
	padding:.5em;
	height: 5em;
}

@media screen and (max-width:910px){

#barraaceptacion {
    height: 85px;
}	
}

@media screen and (max-width:845px){

#barraaceptacion {
    height: 90px;
}
}

@media screen and (max-width: 600px){


#barraaceptacion {
    height: 100px;
}
}

@media screen and (max-width: 500px){
#barraaceptacion{
	height: 130px;
}
}
@media screen and (max-width: 400px){

#barraaceptacion {
    height: 160px;
}
}

@media screen and (max-width:350px){

#barraaceptacion {
    height: 210px;
}
}
@media screen and (max-width: 320px){
#barraaceptacion {
    height: 230px;
}


}