@charset "utf-8";
/* CSS Document */

body{
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #FFF;}
	
#wrapper{
	width:100%;
	
	
}
.header{ 
		width:1000px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
}
#content{
	width:1100px;
	height:1050px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	filter:alpha(opacity=90);

	-moz-opacity:.-90;
	opacity:.90;
}
.main{
		width:1100px;
		height:auto;

		
		
}
.main li{
	list-style-type:none;
	display:inline;
	width:250px;
	padding-top:;
}
#footer{ margin-top:50px;}
#footer li{
	list-style-type:none;
	padding-left:150px;
	display:inline;
}
.newsletter{
		  background-image:url(../img/fondos/neslettter.png);
		  margin-left:30px;
		  width:660px;
		  height:65px;
}
.newsform li{
		 color:#FFF;
		 display:inline;
		 padding-right:20px;
}
.newsform{
	padding-top:13px;
}
div#msgbox{
	background:#000;
	border-bottom: 2px solid #FF3;
	width:100%;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}

div#msgbox #msg{
	line-height:30px;
	padding-left:40%;
}

