@charset "utf-8";
/*********** COLORS ***************
blue 00add0
/************* GENERAL SETS *********************/
body{
	color: #383838;
	background-color: black;
	font-family: 'Signika', sans-serif;
	line-height: 15px;
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	font-weight: 300;
}
a  {	
	color:#009ee0;
	text-decoration: none;
}

ul{
	margin: 0px;
	padding: 0px;
	
}
li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
input, textarea{
	padding: 8px;
	width:350px;
	margin-bottom: 10px;
	font-family: 'Signika', sans-serif;
	font-size: 13px;
	font-weight: 100;
	
}
img{
	border:none;
}
form{
	margin: 0px;
}
input[type="submit"]{
	padding:2px 12px;
	height: 32px;
	width: 122px;
		
	border: none;
	background-color:#666;

}

input[type="submit"]:hover{
	background-color: #009ee0;

}
h6{
	font-weight: 100;
	font-size: 12px;
}
/************* MAIN SECTIONS *********************/

#pagina{
	position: absolute;
	left:450px;
	top:40px;
	width:760px;
	overflow: hidden;


    
}
#logo{
	position: fixed;
	top:260px;
	left:130px;
	width:202px;
	height:133px;
	overflow: hidden;

}

#logo li img{
	position: relative;
	float: left;

}


/* FULL BACKGROUND IMAGE */
* { margin: 0; padding: 0; }
	
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
		

/************* MENU LIST *********************/
#menu{
	float: left;
	margin: 25px 0px 0px 0px;
	letter-spacing: 0px;
	
}
#menu ul{
	padding: 0px;
	margin: 0px 0px;
	position: relative;
	top:-14px;
	
	height: 11px;
	z-index: 1;
	width: inherit;
	
	

}

#menu ul li{
	

	
}
#menu li {
	font-size: 13px;
	float: left;
	
}

#menu ul li a{
	text-transform: uppercase;
	
	font-weight: 400;
	letter-spacing: 0px;
	border-left:1px dotted #333;
	color: #555;
	padding:3px 20px;
	margin: 0px 0px 5px 0px;
}

#menu ul li:first-child{
	border:none;	
}


#menu ul li a:hover,#menu ul li a.current {
	color: #009ee0;
}



#conteudo li img{
	background-color: white;
}
#conteudo{
	clear: both;
	position: relative;
	margin: 0px 0px 40px 0px;
	padding: 50px 0px 80px 0px;
	min-height: 600px;
	line-height: 20px;
	border-top:1px dotted #333;
	z-index: 8;
	
}
#conteudo h2{
	width: 600px;
	float: right;
	height:40px;
	color:#83b817;
	font-weight: 300;
	font-size: 28px; 
	margin-bottom: 22px;
}


#desktop ul {
	margin: 0px;
	padding: 0px;
	display: block;
	
}

#desktop ul li{
	float: left;
	/*border-right:1px dotted #333;*/
	border-bottom:1px dotted #333;
	padding-bottom: 10px;
	margin: 0px 20px 20px 0px;
	
}



#mail_thanks{
	position: fixed;
	z-index: 120;
	top:0px;
	left:450px;
	width:400px;
	height:70px;
	/*font-family: 'Arapey', serif;*/
	font-size:13px;
	color: white;
	padding: 22px;
	background-color: #009ee0;
	
}
#contact{
	position: fixed;
	top:0px;
	left: 0px;
	cursor: pointer;

}

#contact img{
	/*opacity: .4;*/

}
#contact img:hover{
	opacity: 1;

}

.contact form input[type="text"],.contact textarea{
	padding: 10px;
	width:300px;
	font-size: 13px;
	color:#333;
	margin-bottom: 10px;
	border: none;
	
}
.contact textarea{
	width: 400px;

}

.contact .submiter{
	padding: 10px;
	border: none;
	width: 100px;
	background-color:#333;
}
.contact .submiter:hover{
	background-color:#da4e0b; 

}


#footer{

	color:#282828;
	clear:both;
	padding: 1em 0em 0em 0em;
	
	display: block;
	margin:190px 0px 0px 0px;
	height: 40px;
	font-size: 11px;
	

}

#social_media{
	float: right;
	margin-right: 20px;
}
#social_media ul li{
	font-weight: normal;
	display: inline;
	margin-right:5px;
	padding-left: 10px;


}
#newsletter{
	float: left;
	width:400px;
	margin-left: 20px;
}

#footer a{
	font-weight: normal;
	
}
#desktop{
	display: block;
	padding-bottom: 40px;
}
.posters li{
	height:560px;

}
#contact_form{
	visibility: hidden;
	position: relative;
	top:400px;
	left:500px;
	height:400px;
	width: 300px;
	
}
.mymail{
	
	display: block;
	margin: 60px 0px;
	width: 360px;
	padding-top:10px;
	border-top:1px dotted #333;
	color:#444;

}
#unsubscriber{
	margin-top: 190px;
	padding: 80px;
	background-color: black;
	width:400px;

}
.yes{
	display: block;
	margin-top:30px;
}