/* RESET  */
html, body,
h1, h2, h3, h4,
form, blockquote, button, input,
ul, li, p, em, code {
margin:0; padding:0; border:0;
}
.commentlist, #mid, .socials ul li a{
margin:0; padding:0;
}
#acerca-zone ul, #acerca-zone li, #footer ul, #footer li{ list-style:none;}
a {	text-decoration:none; }
a:hover, a:active, a:focus{outline:none;}
* {
margin:0;
padding:0
} 

body{
margin:0px;
background-color:#000000;
font-family:'Helvetica', Arial, Verdana;
}

#header {
	background: #000 url('../images/header.png') no-repeat center bottom;
	width: 100%;
	height: 100px;
}
#header a{
	margin-top: 20px;
	display: block;
	text-indent: -9999px;
	color: #fff;
  background: #000 url('../images/logo.png') no-repeat center bottom;
  width: 280px;
  height: 50px;
  position: absolute; 
  left: 40%;
}

#wraper {
  margin-top: 20px;
  color: #fff;
  position: absolute; 
  left: 8%;
  width: 861px;
}

#menu {
  float: left;
  width: 194px;  
  margin-top: 15px;
}

#menu ul.menu li {
  list-style: none;
  font-family: Century Gothic;
  font-size: 12pt;
  padding-left: 10px;
  margin-bottom: 35px;
}
#menu ul.menu li p.title a{
  color: #d6a700;
}
#menu ul.menu li p.title {
  height: 27px;
  padding-left: 10px;
  padding-top: 2px;
}
#menu ul.menu li p.title:hover {
  background: transparent url('../images/item_menu_hover.png') no-repeat scroll left top;
}
#menu ul.menu li.menu_sel p.title {
  background: transparent url('../images/item_menu.png') no-repeat scroll left top;
  padding-top: 2px;
  margin-bottom: 15px;
  height: 27px;
  padding-left: 10px;
}

#menu ul.menu li.menu_sel p.title a{
  color: #000;
}

#menu ul.menu li.menu_sel p.title a {
  height: 27px;
}

#menu ul.submenu{
  margin-top: 10px;
}

#menu ul.submenu li {
  list-style: none;
  font-family: Arial;
  font-size: 11pt;
  padding-left: 20px;
  margin-bottom: 5px;
}
#menu ul.submenu li a{
  color: #fff;
}

#menu ul.submenu li {
  margin-bottom: 5px;
  padding-top: 0px;
}
#menu ul.submenu li:hover {
  background: transparent url('../images/item_submenu_hover.png') no-repeat scroll left top;
}

#menu ul.submenu li.menu_sel {
  background: transparent url('../images/item_submenu.png') no-repeat scroll left center;
  margin-bottom: 5px;
  padding-top: 0px;
}
#menu ul.submenu li.menu_sel a{
  color: #fff;
}

#content-top {
  width: 667px;
  margin-left: 194px;
  background: transparent url('../images/content-top.png') no-repeat scroll center top;
  height: 14px;
}
#content-bottom {
  width: 667px;
  margin-left: 194px;
  background: transparent url('../images/content-bottom.png') no-repeat scroll center bottom;
  height: 15px;
}
#content {
  width: 642px;
  padding-left: 15px;
  padding-right: 10px;
  margin-left: 194px;
  background: #d6a700;
  color: #000;
  font-family: Tahoma;
  font-size: 10pt;
}

#content .title {
  text-align: center;
  margin-bottom: 15px;
  font-family: Arial;
  font-weight: bold;
  font-size: 14pt;
}

#footer-top {
  margin-top: 15px;
  width: 667px;
  margin-left: 194px;
  background: transparent url('../images/content-top.png') no-repeat scroll center top;
  height: 14px;
}
#footer-bottom {
  width: 667px;
  margin-left: 194px;
  background: transparent url('../images/content-bottom.png') no-repeat scroll center bottom;
  height: 15px;
}
#footer {
  width: 642px;
  padding-left: 15px;
  padding-right: 10px;
  margin-left: 194px;
  background: #d6a700;
  color: #000;
  font-family: Tahoma;
  font-size: 10pt;
}

#footer ul {
    list-style-position: outside;
}

#obres-top {
  width: 260px;
  background: transparent url('../images/content-top-obres.png') no-repeat scroll center top;
  height: 14px;
}
#obres-bottom {
  width: 260px;
  background: transparent url('../images/content-bottom-obres.png') no-repeat scroll center bottom;
  height: 15px;
}

#obres-content{
    background: #d6a700;
    font-family: Tahoma;
    font-size: 9pt;
    background: #d6a700 url('../images/obres2.png') no-repeat scroll left center;
    padding-left: 50px;
    padding-right: 5px;
    color: #000000;
    width: 205px;
    height: 40px;
}

#obres {
    float: left;
    margin: 10px 10px 10px 50px;
}
