/* RESET */

body, html, img {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}

/* MAIN */
body {
	background: url(../img/bglight.png) repeat #eee;
	background-size: 100%;
 
}

 

#logo {
	position: fixed;
 
	top: 0;
	left: 50%;
	margin-left: -40%;
	
	width: 80%;
	height: auto;

	text-align: center;	
	
	z-index: 102;
}

 
#maintext {
	position: absolute;
	
	top: 40%;
	left: 50%;
	margin-left: -45%;
	
	width: 90%;
	height: auto;
	
	text-transform: uppercase;	
	text-align: center;
	color: #eee;
	font: 40px Homenaje;
	font-weight: bold;
 
}
#maintext a {
	text-decoration: none;
	color: #ff8000;
}
#maintext a:hover {
	text-decoration: none;
	color: #FFF;
}

#middle {
	position: absolute;
	
	width:100%;
	height: 75px;
	
	background: url(../img/sep.png) no-repeat center;
	
	bottom:9%;
	left:0;

	color: #fff;
	font-family: Homenaje;
	font-size: 200%;
	text-align: center;
	/* iE Fix */
	opacity:0.8;
	
	z-index: -99;
}
 


#footer {
	position: fixed;
	background: rgba(0,0,0,1);
	
	bottom: 0px;
	
	width: 100%;
	height: 30px;
	
 
 
}

#main {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	width: auto;
	height: 12px;

	font: 11px 'Pontano Sans', sans-serif;
	color: #B46232;
}
#main a {
	text-decoration: none;
	color: #B46232;
}
#main a:hover {
	text-decoration: none;
	color: #FFF;
}
#main li {
	list-style: none;
	display: inline;
	
	padding-right: 5px;
}

img, ul, li {
	margin: 0;
	padding: 0;
}
#social {
	position: absolute;
	bottom: 70%;
	left: 50%;
	margin-left: -50%;
	
	width: 100%;
	height: 25px;
	
	text-align: center;
	color: #B46232;
 

}
#social a {
	text-decoration: none;
	color: #B46232;
	opacity: 0.2;
}
#social a:hover {
	text-decoration: none;
	color: #FFF;
	opacity: 0.8;
}
#social li {
	list-style: none;
	display: inline;
	padding: 0 3px 0 3px;
}




/* countdown layout */
#counterwrap {
	position: fixed;
	top: 72%;
	left: 50%;
	margin-left:-50%;
	height: auto;
	
	background: rgba(0,0,0,0.1);
	
	width: 100%;
}
#counter {
	position: relative;
	
	top: 0;
	left: 50%;
	margin-left:-50%;
	
	
	width: 100%;
	height: auto;
	
	text-align:center;
	font:80px 'Pontano Sans', sans-serif;
	color: #444;

}

.textday {
 
}
 
.texthour {
	
}
 
.textmin {
	
}
.numhour, .nummin, .numday, .numsec {
	color: #fff;
	font-weight: bold;
 
}

#counter li {
	display: inline;
 
}
#counter span {
	color: #eee;
	font-weight:normal !important;
	font-size: 15px;
}


#checking {
	position: absolute;
	
	top: 68%;
	width: 80%;
	
	text-align: center;
	
	left: 50%;
	margin-left: -40%;

	font:14px 'Pontano Sans', sans-serif;
	color: #fff;
	
}




#right {
	position: fixed;
	
	top: 0;
	right: 0;
	
	height: 100%;
	width: 30px;
	
	cursor: pointer;
	
	background: #444 url(../img/oright.png) no-repeat center;
	opacity:0.3;

}

#left {
	position: fixed;
	
	top: 0;
	left: 0;
	
	height: 100%;
	width: 30px;
	
	cursor: pointer;
	
	background: #444 url(../img/oleft.png) no-repeat center;
	opacity:0.3;

}

#left:hover, #right:hover{
 
	width: 35px;
 
	opacity:0.7;

}

#sub {
	position: absolute;
	
	bottom: 4%;
	left:50%;
	margin-left: -50%;
	
	width:100%;
	height: auto;
	
	text-align: center;
}
#subsbox {
	width: 35%;
	height: 26px;
	
	font: 12px 'Pontano Sans', sans-serif;
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	
	background: transparent;
	border: 5px rgba(0,0,0,0.5) solid;
	
	/* iE Fix */
	border-radius: 2px;
	
	padding-left: 4px;
}

#subsubmit-form {
	width: 50px;
	height: 38px;
	
	font: 11px 'Pontano Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	
	background: rgba(0,0,0,0.5);

	border: none;
	/* iE Fix */
	border-radius: 2px;
}
#subsbox:hover {
	border: 5px rgba(0,0,0,1) solid;
	color: rgba(0,0,0,1);
}
#subsubmit-form:hover {
	background: rgba(0,0,0,1);
	
	cursor: pointer;
}


#about {
	position: fixed;
	
	width: 100%;
	height: 100%;
	
	top: 0;
	left: 0;
	
	background: url(../img/bglight.png) repeat #eee;
	background-size: 100%;

	text-align:center;
	
	z-index: 100;
	overflow: auto;
}

#aboutus {
	position: absolute;
	
	top: 17%;
	left: 50%;
	margin-left: -45%;
	
	width: 90%;
	height: auto;

	text-align:justify;
	font: 11px 'Pontano Sans', sans-serif;
	color: #fff;
	

}


#home {
	position: fixed;
	
	top: 0;
	left: 50%;
	margin-left: -50px;
	
	width: 100px;
	height: 50px;
	
	background: url(../img/home.png) no-repeat center;

	z-index: 105;
	cursor: pointer;
	
	opacity: 0.5;
}
#home:hover {
	opacity: 1;
}


#aboutus li {
	list-style: none;
	display: block;
	padding-bottom: 5px;
}


 
#arrowright { 
	position: absolute;
	
	left: 36px;
	top: 27%;
	
	height: 29px;
	width: 39px;
	
	background: url(../img/arrowleft.png) no-repeat;
}
#arrowleft {
	position: absolute;
	
	right: 36px;
	top: 27%;
	
	height: 29px;
	width: 39px;
	
	background: url(../img/arrowright.png) no-repeat;
}


#contactus {
	position: absolute;
	
	top: 22%;
	left: 50%;
	margin-left: -150px;
	
	width: 300px;
	height: auto;
	
	text-align: center;
	font: 14px 'Pontano Sans', sans-serif;
	color: #fff;
	font-weight: bold;
}

#name, #mail {
	height: 30px;
	width: 280px;
	
	border: 3px solid rgba(0,0,0, 0.5);
	padding-left: 4px;
	
	background: transparent;
	
	font: 11px 'Pontano Sans', sans-serif;
	color: #fff;
	
	/* iE Fix */
	border-radius: 3px;
}

#message {
	height: 100px;
	width: 280px;
	
	border: 3px solid rgba(0,0,0, 0.5);
	padding-left: 4px;
	
	background: transparent;

	font: 11px 'Pontano Sans', sans-serif;
	color: #fff;
	
	/* iE Fix */
	border-radius: 3px;
}

#submit-form {
	height: 30px;
	width: 290px;
	border: 3px solid rgba(0,0,0, 0.5);
	padding-left: 4px;
	
	background: rgba(0,0,0, 0.8);

	font: 11px 'Pontano Sans', sans-serif;
	color: #fff;
	
	cursor: pointer;
	
	/* iE Fix */
	border-radius: 3px;
}
#submit-form:hover {
	background: rgba(0,0,0, 1);
}
#submit-form:hover, #name:hover, #mail:hover, #message:hover {
	border: 3px solid rgba(0,0,0, 1);
}

.error {
	
	height: auto;
	width: 288px;
	
	font: 11px 'Pontano Sans', sans-serif;
	color: #ff8000;

	background: rgba(0,0,0, 0.5);

	line-height: 20px;
 	padding-left: 4px;
	margin-left: 4px;
	text-align: left;

		/* iE Fix */
	border-radius: 3px;
}


 
#errosub {
	position: absolute;
	left: 50%;
	top: 12px;
}
.name-required, .email-required, .comment-required {
	
	position: absolute;
	
	text-align: right;
	line-height: 37px;

	padding-right: 15px;
	width: 280px;
	height:0px;
	
}

 

