@import "http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css";
@import "estilo-global.css";	

body{
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#312724;
}
strong{ font-weight:bold; }
h1{
	font:normal 26px/32px Arial, Helvetica, sans-serif;
	color:#312724;
	padding:0 0 20px 0;
	text-transform:uppercase;
}
p{
	padding:0 0 20px 0;
}
a{
	color:#d33300;
	line-height:16px;
	text-decoration:none;
}
a:hover{ text-decoration:underline; }

ul#menu{
	clear:both;
	float:left;
	margin:0 0 18px 0;
	color:#d33300;
	line-height:16px;
	text-decoration:none;	
	white-space:nowrap;
	width:100%;
}
ul.menu-pos-bottom{
	margin-top:20px !important;
}

.main-wrapper{
	position:relative;
	width:892px;
	height:572px;
	margin:0 auto;
	background:url(../../images/main-bg.jpg) no-repeat top left;
}
.inner-wrapper{
	clear:both;
	float:left;
	position:absolute;
	top:40px;
	left:362px;
}
.content-wrapper{
	clear:both;
	float:left;
	width:460px;
	height:310px;
	overflow:hidden;
	padding:0 60px 0 0;
	margin:0 0 0 0;
}
.content-wrapper ul{
	padding:0 0 20px 15px;	
}
.content-wrapper ul li{
	list-style:outside;	
}

#wallpapers p{
	width:100px;
	text-align:center;
	margin:0 20px 0 0;
}
#wallpapers img{
	border:1px solid white;	
}
#footer{
	position:absolute;
	top:541px;
	left:33px;
	clear:both;
	font-size:13px;
	line-height:16px;
	width:820px;
}
#footer ul{
	float:left;	
}
#footer ul, #footer ul li, #footer ul li a{
	color:white;
	font-weight:bold;
}
#footer ul#right-menu{
	float:right;
}
#footer p{
	float:left;
	color:#cacbab;
}