html, body{
	height: 100%;
	width: 100%;
	font-family: 'Geo';
	
	/*
	background: url(../banner/banner_fondo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	*/
	
	background: rgba(44, 44, 44, 1); /* gris de fondo */
		
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
/* pagina - contenido */
#pagina{
	position: relative;
	margin:0 auto;
	height: 100%;
	width: 100%;
}
	
#contenido_politica_cookies{
	float: left;
	margin:0 auto;
	height: 100%;
	width: 100%;
}
	#col_central{
		float:left;
		width:90%;
		margin-left:5%;
		margin-top: 80px;
		margin-bottom: 80px;
		clear: both;
	}
		.navegacion{
			float: left;
			width:100%;
			color: rgba(186, 186, 186, 1);
			font-size: 1.1em;
		}
		.navegacion a:hover{
			color: white;
		}
		#col_politica_cookies{
			float: left;
			width: 100%;
			color: white;
		}
			#titulo_politica_cookies{
				float: left;
				width: 100%;
				border-top: 1px solid white;
        		border-bottom: 1px solid white;
        		padding: 10px 0;
        		margin-top: 20px;
        		font-size: 1.4em;
			}
			.texto_responsable{
				float: left;
				width: 90%;
				margin-left: 10%;
			}
			#texto_politica_cookies{
				float: left;
				width: 90%;
				margin-left: 10%;
				padding: 10px 0;
				margin-top: 10px;
				font-size: 1.4em;
			}
			#col_registro_1{
				float: left;
				width: 96%;
				padding: 0 2%;
				margin-bottom: 30px;
			}
			.info_registro{
				float: left;
				width: 100%;
			}
			
			.titulo_registro_2{
				width: 50%;
				float: right;
				font-size:1.2em;
				text-align: right;
				color: white;
			}
				
				.titulo_registro_2:hover{
					color: rgba(199,29,57, 1); /* burdeos claro */
				}
					
/* MEDIA QUERIES */			
@media screen and (max-width: 1150px) {
	#col_central{ width:96%; margin-left:2%;}
}
@media screen and (max-width: 1000px) {
	#col_registro_1{width: 98%;	padding: 6px 1%;}
}


@media screen and (max-width: 600px) {
	#col_central{ margin-top: 20px;}
	#col_registro_1{ width: 98%;}
	.navegacion{ display: none;}
}
@media screen and (max-width: 450px) {
	html, body{
		background: black;
	}
	#titulo_politica_cookies{
		font-size: 1.2em;
	}
	#texto_politica_cookies{
		font-size: 1em;
	}
}