@font-face {
    font-family: 'quicksandregular';
    src: url('fonts/Quicksand-Regular-webfont.eot');
    src: url('fonts/Quicksand-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand-Regular-webfont.woff2') format('woff2'),
         url('fonts/Quicksand-Regular-webfont.woff') format('woff'),
         url('fonts/Quicksand-Regular-webfont.ttf') format('truetype'),
         url('fonts/Quicksand-Regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
}
* {
	margin: 0px;
	padding: 0px;
}
body header {
	height: auto;
	width: 100%;
	text-align: center;
}
body header img {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

body section {
	height: auto;
	width: 100%;
	background-image: url(imagenes/fondotres.jpg);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
body footer {
	height: auto;
	width: 94%;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-right: 3%;
	padding-left: 3%;
}
body footer p {
	font-family: quicksandregular;
	color: #999;
}
body footer p a {
	color: #999;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body footer p a:hover {
	color: #333;
	font-weight: bolder;
}body section ul {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
body section ul li a {
	display: block;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	border: 6px solid #FFF;
	margin-right: 5%;
	margin-left: 5%;
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 10px;



	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-weight: bolder;
	width: 66%;
	margin-bottom: 30px;
	text-align: center;
}
body section ul li a:hover {
	color: #999;
	background-color: #FFF;	
}
body section ul li a span {
	font-family: quicksandregular;
	color: #000;
	letter-spacing: 0em;
}
#barraaceptacion .inner {
	color: #FFF;
	background-color: #000;
	font-family: 'quicksandregular';
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	opacity: 0.7;
	text-align: center;
	display: block;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
#barraaceptacion .inner .ok {
	color: #3C3;
}
#barraaceptacion .inner .info {
	color: #3C3;
}
#barraaceptacion {
	bottom: 0;
	position: absolute;
	position:fixed;
	width: 100%;
}
body h1 {
	display: none;
}
