@charset "UTF-8";
/* CSS Document */



body {
	border:0;
	margin:0;
	padding:0;
	font-family: 'Quicksand', sans-serif;
	}
	
	
banner {
	background: url(../images/fondos/cabecera-privacidad.jpg) no-repeat center center; background-size: cover;
	width:100%;
	height: auto;
	float:left;
	margin-left:0%;
	}
	
banner p {
	width:35%;
	height:auto;
	float:left;
	margin-left:20%;
	margin-right:40%;
	margin-top:15%;
	margin-bottom:10%;
	font-size:3em;
	font-weight: normal;
	color:#b541a2;
	text-align:left;
	}		
	
	
section {
	width:100%;
	height: auto;
	float:left;
	margin-bottom: 5%;
	}
	
section a:link,
section a:visited {
	color:#000;
	text-decoration:none;
	}
	
section a:hover {
	color:#b541a2;
	}		
	
	
h1 {
	background: rgba(0, 0, 0, 1);
	width:100%;
	height:auto;
	float:left;
	margin-top:0%;
	margin-bottom:0%;
	font-size:2em;
	color:#fff;
	font-weight: normal;
	text-align:center;
	padding:1% 0%;
	}	
	
	
p {
	width:60%;
	height:auto;
	float:left;
	margin-left:20%;
	margin-right:20%;
	margin-top:1%;
	margin-bottom:1%;
	font-size:1.2em;
	color:#000;
	font-weight: normal;
	text-align:left;
	}		
	

	
h2 {
	width:60%;
	height:auto;
	float:left;
	margin-left:20%;
	margin-right:20%;
	margin-top:3%;
	margin-bottom:0%;
	font-size:1.4em;
	color:#000;
	font-weight: bold;
	text-align: left;
	}


@media screen and (max-width: 1500px) {
	
h2 {
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	font-size:1.1em;
	}		
		
p {
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	font-size:1.1em;
	}		
	
	
	}	
	
	
	
@media screen and (max-width: 1280px) {	


banner p {
	font-size:2em;
	margin-bottom:15%;
	}	


h1 {
	font-size:1.6em;
	}	
	
	
p {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	font-size:1.1em;
	}	



	
}


@media screen and (max-width: 980px) {	


banner p {
	font-size:1.5em;
	margin-bottom:15%;
	}	


h1 {
	font-size:1.2em;
	}	
	
	
p {
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:5%;
	font-size:0.9em;
	}	


	
}

	
@media screen and (max-width: 500px) {	


banner p {
	width:80%;
	height:auto;
	float:left;
	margin-left:10%;
	margin-right:10%;
	font-size:1.5em;
	margin-top:30%;
	margin-bottom:40%;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	}	


h1 {
	font-size:1.1em;
	padding:2% 0%;
	}	
	

h2 {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:5%;
	margin-bottom:0%;
	font-size:1.1em;
	}	
	
p {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:5%;
	margin-bottom:8%;
	font-size:0.9em;
	}	

	
	
}						