/**********************************************/
/*Hoja de estilos avisos con diseño responsive*/
/**********************************************/

/*mycookiemodal es la capa principal*/
.mycookiemodal {
    /*margin-top: 20px;*/
    margin-left: 17%;    
    /*padding: 10px;*/
    /*bottom: 0 !important;*/
    margin-top: 10%; 
    top: 0 !important;
    /*left: 0%;*/
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 5;
    border-radius: 5px;
    border: 1px solid #337AB7;    
    position: fixed;
    width: 66%; 
    height: auto;
    z-index:10;
}


/*mycookiebotton es el botón de cierre del aviso */
.mycookiebotton{
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  border-radius: 25px;
  text-shadow: 1px 3px 1px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  position:absolute;
  left:70%;
  top:80%;
  background: #3498db !important;
  padding: 5px 20px 5px 20px;
  text-decoration: none;    
  /*z-index:11;*/
}



.mycookiebotton{
  left:10%!important;
}



.tituloAvisos{
    /*padding: 10px;*/
    padding-left: 10px;
    padding-top: 2px;
    width: 100%;
    float: left;
    background-color: #838383;
}

.contenidoAvisos{
    padding: 10px;
    width: 100%;
    float: left;
    background-color: #FFFFFF;
}

.bloqueAviso{
  /*width: 10101010101010101010at: left;*/
  width: 100%;
  float: left;
}

.numeroAviso{
  margin-top: 5px;
  float: left;
  width: 2%;
  background-color: #F0AD4E;
  /*838383*/
  color: #FFFFFF;
  text-align: center;
}

.textoAviso{
  margin-top: 5px;
  margin-left: 1%;
  float: left;
  width: 90%;
  background-color: #FFFFFF;
  color: #000000;
  text-align: justify;
}

.descargaAviso{
  margin-top: 5px;
  float: left;
  width: 5%;
  background-color: #FFFFFF;
  color: #000000;
}

.separador{
  float: left;
  margin-top: 5px;
  width: 10%;
  background-color: #FFFFFF;
}


.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

.pieAvisos{
  width: 100%;
  float: left;
  bottom: 0;
  background-color: #838383;
  text-align: right;
  bottom: 0 !important;
  /*position: absolute;*/
  padding-right: 10px;
}    

.pieIzquierda{
  width: 50%;
  float: left;
  text-align: left;
  color: black !important;
  padding-left: 10px;
} 

.pieDerecha{
  width: 50%;
  float: left;
  text-align: right;
  color: black !important;
  padding-right: : 10px;
} 

.enlace{
  /*text-decoration:none;*/
  cursor: pointer;  
}





@media screen and (max-width: 480px){
.mycookiemodal {
    margin-left: 5%;
    margin-top: 10%;
    top: 0 !important;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 5;
    border-radius: 5px;
    border: 1px solid #337AB7;
    /* position: fixed; */
    width: 90%;
    height: auto;
    z-index: 9999;
}

.numeroAviso{
  margin-top: 5px;
  float: left;
  width: 5%;
  background-color: #F0AD4E;
  color: #FFFFFF;
  text-align: center;
}

}

@media screen and (max-width: 2080px){ 
.mycookiebotton{
    left: 75%!important;
}
}


@media screen and (max-width: 780px){ 
.mycookiebotton{
    left: 60%!important;
}
}

