/* CSS para la animación y localización de los DIV de cookies */
@media (max-width: 767px){
	
	#infobox3 {
    	height: auto !important;
    	white-space: normal !important;
	}
	
	#infobox3 p{
	   	line-height: 1.3 !important; /* estaba: line-height: 0px y en moviles se solapaban las lineas */
	}
}
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 35px;
    line-height:1.3;
    text-align:center;
    background-color: #b0b0b0;
    white-space: pre-line;    
}
#infobox3 p {
    line-height: 1.3;
    font-size: 12px;
    text-align: center;
    color: #151212;
}
#infobox3 p a, #infobox3 p span {
    color: #0072bc;
    cursor: pointer;
}

@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}

#cookiesms1:target {
    display: none;
}

.cookiesms {
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    padding-left: 1%;
    padding-top: 0px;
    font-size: 1em;
    clear: both;
    font-weight: strong;
    color: #fff;
    bottom: 0px;
    position: fixed;
    left: 0px;
    background-color: #0086cb;
    opacity: 0.8;
    filter: alpha(opacity=70);
    transition: bottom 1s;
    -webkit-transition: bottom 1s;
    -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    z-index: 999999999;
}

.cookiesms a{
	color: #fff
}

.cookiesms:hover{
	bottom:0px;
}

.cookies2 {
    background-color: #0086cb;
    display: inline;
    opacity: 1;
    filter: alpha(opacity=95);
    position: absolute;
    left: 1%;
    top: -20px;
    font-size: 13px;
    height: 20px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
    line-height: 20px;
}
 
/* Fin del CSS para cookies */
