html * {
	padding:0;
	margin:0;
}

html{
	height:100%;
	}

img {
	border:0
}

body{
	background:url(../images/bg.gif) top repeat-x #ddd9c7;
}

#wrapper{
	margin:auto;
	width:930px;
	font-family:Arial, Helvetica, sans-serif;
}

#header{
	height:100px;
	width:930px;
	margin:auto;
}

#top{
	background:url(../images/topbg.gif) no-repeat;
	height:347px;
	margin-top:-10px;
}

#top-image{
	width:900px;
	margin-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}

.logo{
	margin-top:38px; 
	margin-left:41px; 
	float:left;
}

#menu{
	float:right;
	height:44px;
	margin-top: 56px;
	margin-right:28px;
}

#menu li{
	float:left;
	list-style-type:none;
}

#bottom{
	background: url(../images/bottombg.gif) no-repeat bottom;
	padding-bottom:10px;
}

#content{
	background-color:#FFFFFF;
	width:900px;
	margin-left:15px;
}

#content-menu{
	background: url(../images/contmenu-bg.gif) no-repeat;
	height:37px;
	margin-left:20px;
}

#content-menu li{
	float:left;
	margin-top:1px;
	list-style-type:none;
}

#left{
	padding: 10px 30px 25px 25px;
	width:550px;
	font-size:14px;
	color:#9c9c9c;
}

#left a{
	color:#3c302d;
}

.destacado{
	color:#3c302d;
}

#right{
	width:295px;
	font-size:14px;
	color:#9c9c9c;
}

#footer{
	margin-top:20px;
	margin-bottom:10px;
	color:#FF0000;
	text-align:center;
	color:#827876;
	font-size:12px;
}

#footer p{
	padding-top:7px;
}