
.alert2 {
    position: relative;
    margin:0 auto;
    width:55%;
    padding:20px;
    margin-top:20px;
    background-color: #ffffff;
    font-family:'Gotham-Book',Verdana, Geneva, sans-serif;
  }
.cookies_titulo{
    font-size:26px;
	font-weight:bold;
	color:#000000;
    padding-bottom:5px;
}
.cookies_descriptivo{
    border-bottom:2px solid #979797;
	border-top:2px solid #979797;
	font-size:14px;
	color:#000000;
	line-height: 1.5;
	font-weight:normal;
	padding-bottom:15px;
    padding-top:15px;
}

.boton{
    display:inline-block;
	background:#f5f5f5;
	border:1px solid #2e2e2e;
	padding:5px 20px;
    margin-top:5px;
    text-decoration: none;
    color:black;
}

.cookies_pie{
    text-align:right;
	padding-top:10px;
}
.cookies_pie a{
    display:inline-block;
	font-size:12px;
	text-decoration:underline;
	color:inherit;
    text-decoration:none;
}
  .fixed {
    position: fixed;
    right: 0;
    top:0;
    left: 0;
    z-index: 3;
  }  

.boton_cookie{
    font-size: 13px;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left:20px;
    padding-right:20px;
    font-weight: 500;
    font-family: 'medium';
    background-color: #ffda1a;
    margin-top: 20px;
    border:0; 
    cursor: pointer;
    margin-right:20px;
  }



.contenedor_cookies{
    display: flex;
    justify-content:center;
    max-width:940px;
    margin: 0 auto;
}

.texto_cookie{
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-family: 'book';
}
.contenedor_cookies_texto{
    max-width:780px;
}

.contenedor_cookies_boton{
    max-width:140px;
}
.capa{ 
    box-shadow: 0 0 0 100vh rgba(216, 216, 216, 0.78);
}
.fuente_color{
  color: #000000 !important;
}

.lacra_contenedor{
	background:rgba(255, 255, 255, 0.53);
}

.lacra{
	color:#000000;
	font-family:Arial,Verdana, Geneva, sans-serif;
	margin-top:58px;
	max-width:100%;
	margin:0 auto;
	padding:0px;
}
.lacra a{
	text-decoration:none;
	color:inherit;
}
.lacra .lacra1{
	font-size:11px;
	padding-bottom:5px;
}
.lacra .lacra2{
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
}
.lacra .tabla{
	font-size:11px;
	color:#000000;
}
.lacra .tabla td{
	padding:2px;
}
.lacra .tabla tr:nth-child(2n+1) {
	background:rgba(168, 168, 168, 0.16)

}
.lacra .tabla tr td:first-child {
	width:160px;
}