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_devoluciones{
    float: left;
	margin:0 auto;
	height: 100%;
	width: 100%;
	color: #eee;
	
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
	#col_central{
		float:left;
		margin:0 auto;
		width:86%;
		max-width: 1400px;
		margin-left:7%;
		margin-top: 100px;
		margin-bottom: 100px;
	}
		
	#col_devolucion{
    	float: left;
    	width: 100%;
    }
    	#titulo_devolucion{
    		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_devolucion{
    		float: left;
    		width: 90%;
    		margin-left: 10%;
    		padding: 10px 0;
    		margin-top: 10px;
    		font-size: 1.2em;
    	}
					
/* MEDIA QUERIES */
@media screen and (min-width: 1600px) {
	#col_central{ width: 60%; margin-left: 20%; min-height: 1000px;}
}

@media screen and (max-width: 1000px) {
	#col_registro_1{width: 98%;	padding: 6px 1%;}
}

@media screen and (max-width: 600px) {
	#col_central{ margin-top: 50px;}
	#col_registro_1{ width: 98%;}
}
@media screen and (max-width: 450px) {
	#titulo_devoluciones{
		font-size: 1.2em;
	}
	#texto_devoluciones{
		font-size: 1em;
	}
}