.boton_accept_cookies {
	background-color: #00c83c;
    border-radius: 25px;
    border: none;
    color: #fff;
    cursor: pointer;  	
    padding: 1px 5px;
    position: relative;
    left: 20px;
	font-size: 10px
}

.link_politica_cookies {
	border: none; 
	color: #00c83c; 
	text-decoration: underline; 
	background: none;
}

@media only screen and (min-width : 901px) {
  .div-cookies_desk {
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      padding: 7px;
      text-align: left;
      z-index: 10000;
      background-color: #fafafa;
      color: #878787;
      font-family: 'Montserrat-regular';
      font-style: italic;
      font-size: small;
  }

  
}

/* pantalla es menor a 900px  (tablets y teléfonos inteligentes)*/
@media only screen and (max-width : 900px) {
  .div-cookies_movil {
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      padding: 7px;
      text-align: center;
      z-index: 10000;
      background-color: #fafafa;
      color: #878787;
      font-family: 'Montserrat-regular';
      font-style: italic;
      font-size: small;
  }
}