/* CSS Document
----------------------------------------------- */

.capa_cookies { width:100%; position:relative; background-color:#e7e7e7; display: none;}

.capa_cookies_abajo { width:100%; background-color:#e7e7e7;
 position: fixed;
 bottom: 0px;
 margin-right: auto;
 margin-left: auto;
 z-index: 200; display: none;}
 
.content_texto_cookies { margin:auto; color: #333333; text-align:justify;padding:10px 10% 10px 10%;}

.titulo_cookies {font-size:20px;font-weight:600;border-bottom:solid 1px #999999;padding: 0 0 3px 0;}

/*.boton_cookies {text-align: center; float: right; padding: 7px; marging: 5px; border: 1px solid #999999; */
.boton_cookies {
    float: right;
    background-color: #ffffff;
    border: solid 1px #999999;
    box-sizing: border-box;
    padding: 7px 10px;
    color: #2C3E50;
    border-radius: 3px;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    align-items: flex-start;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.boton_cookies:hover {
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24);
	color: #000000;
}
	
.boton_cookies1 {
    float: right;
    background-color: #ffffff;
    border: solid 1px #999999;
    box-sizing: border-box;
    padding: 7px 10px;
    color: #2C3E50;
    border-radius: 3px;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    align-items: flex-start;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.boton_cookies1:hover {
	background-color: #555555;
	border: solid 1px #555555;
  	color: #ffffff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24);
}

.boton_cookies2 {
    float: right;
    background-color: #ffffff;
    border: solid 1px #999999;
    box-sizing: border-box;
    padding: 7px 10px;
    color: #2C3E50;
    border-radius: 3px;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    align-items: flex-start;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.boton_cookies2:hover {
	background-color: #008ACF;
	border: solid 1px #008ACF;
  	color: #ffffff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24);
}
.ul_cookies {list-style-type: square; margin: 15px 0 15px 0; text-align: justify;}
.valign_bottom_cookies {vertical-align: bottom !important;}
.margin_right_cookies {margin-right: 20px;}
.justify_cookies  {text-align: justify !important;}