.ventana{
	width: 100%;
	height:100%;
	color: #FFFFFF;
	position: fixed;
	background-color: rgba(4,13,18,0.90);
	top: 0;
	left: 0;
	display: none;
}


.contenedor-venta{
	width: 50%;
	background-color: rgba(255,255,255,1.00);
	color: rgba(51,51,51,1.00);
	position: absolute;
	top:10%;
	left: 25%;
	box-sizing: border-box;
	padding: 20px;
}




.btn-cerrar a:link{
	color:#B8B8B8;
	text-decoration: none;
	display: block;
	width: 90px;
	float: right;
	height: 34px;
	margin-top: -10px;
	border: 2px solid #B8B8B8;
	-webkit-border-radius: 50px 5px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	background-image:url(imagenes/btn-cerrar1.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 5px 5px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 5px;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 1em;


}

.btn-cerrar a:visited{
	color: rgba(255,255,255,0.50);
}

.btn-cerrar a:hover{
	color: rgba(89,1,33,0.50);
	border: 2px solid rgba(89,1,33,0.50);
	background-image:url(imagenes/btn-cerrar2.png);

}


.texto-legal{
	color: #696969;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	text-align: justify;
}
