	.popin-wrapper {
	position: fixed;
	/*display: none;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
}
	
	.popin-background {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.75);
	}

	.popin {
		position: absolute;
		width: 900px;
		height: 700px;
		margin: -350px 0 0 -450px;
		max-height: 600px;
		top: 50%;
		left: 50%;
		background-color: white;
	}
	.popin-cookies {
		position: absolute;
		width: 800px;
		height: 600px;
		margin: -300px 0 0 -400px;
		top: 50%;
		left: 50%;
		background-color: white;
	}

		.popin-close {
			position: absolute;
			font-size: 30px;
			top: 5px;
			right: 5px;
			border: none;
			background-color: #FFF;
			cursor: pointer;
			z-index: 750;
		}

		.popin-content {
			position: relative;
			display: block;
			float: left;
			height: 600px;
			min-width: 600px;
			min-height: 100px;
			overflow-y: scroll;
			padding: 20px;
		}
		
		
		.popin-titulo{
	          position: absolute;
			  float: left;
			  width: 100%;
			  top: 10px;
			  left: 0px;
			  font-family: 'Celia Garcia', 'Raleway', sans-serif;
			  font-size: 30px;
			  text-align: center;
			  color: #FFF;
			  line-height:0px;
			  font-weight:bold;
		}
