@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;
	padding-top: 20px;
	padding-bottom: 20px;
}
body header img {
	height: 150px;
	width: 400px;
}

body section {
	height: auto;
	width: 100%;
	background-image: url(imagenes/fondotres.jpg);
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 300px;
}
body footer {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
}
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 {
	background-color: #0FF;
	height: auto;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
body section ul li a {
	display: block;
	float: left;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	border: 10px solid #FFF;
	margin-right: 25px;
	margin-left: 25px;
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	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;
}
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;
}
#barraaceptacion .inner .ok {
	color: #3C3;
}
#barraaceptacion .inner .info {
	color: #3C3;
}
#barraaceptacion {
	bottom: 0;
	position: absolute;
	position:fixed;
	width: 100%;	
}
body h1 {
	display: none;
}
