@font-face {
	font-family: 'Aller-Bold';
	src: url('../fonts/allerstdbd.eot');
	src: url('../fonts/allerstdbd.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/allerstdbd.woff') format('woff'),
			 url('../fonts/allerstdbd.ttf') format('truetype'),
			 url('../fonts/allerstdbd.svg#allerstdbd') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	/*overflow: hidden;*/
}

body{
	background: url(../img/bg.jpg) top left repeat;
	color: #6C6D70;
}

a,a:hover, a:active, a:focus{
	outline: 0;
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 65px;
	background: url(../img/bg-header.jpg) top center no-repeat;
}

#header img#logo{
	z-index: 10;
	position: relative;
}

#header #fecha{
	position: absolute;
	top: 80px;
	font-family: 'Aller-Bold';
	color: #999;
	font-size: 15px;
	left: 660px;
	text-transform: uppercase;
}

#header a{
	font-family: 'Aller-Bold';
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 100%;
}

#header a.nav-button.one{
	padding-top: 20px;
}

#header a.nav-button.two{
	padding-top: 12px;
}

#header a.nav-button:hover,
#header a.nav-button.active{
	background: url(../img/menu-hover.png) top center no-repeat;
}

#header #absolute-items{
	position: relative;
}

#footer{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 44px;
	background: url(../img/bg-footer.png) top left repeat-x;
}

h1{
	color: #112C3F;
	font-family: 'Aller-Bold';
}

.h5px{
	height: 5px;
}

.h10px{
	height: 10px;
}

.h20px{
	height: 20px;
}

.h40px{
	height: 40px;
}

.h80px{
	height: 80px;
}

.h120px{
	height: 120px;
}

.h400px{
	height: 400px;
}

.bold{
	font-weight: bold;
}

.slide{
	width: 100%;
	height: 800px;
	border-bottom: 2px dotted #ccc;
}

.input-text{
	border: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
}

.input-text.w440{
	width: 430px;
}

.input-text.w200{
	width: 190px;
}

.textarea{
	border: 1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0 0 10px 0;
	padding: 4px;
	height: 50px;
}

.textarea.w440{
	width: 430px;
}

#btn-send{
	background: #666666;
	text-decoration: underline;
	font-family: 'Aller-Bold';
	color: #fff;
	font-size: 20px;
	border: none;
	padding: 3px 30px;
	float: right;
}

#slider-wrapper{
	height: 500px;
}