* { margin: 0; padding: 0; }

body {
	font: 11px Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
	background-color: #F9F9F7;
	color: #444;
	margin: 10px;
}
a { color: #921619; background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }
p { margin: 0 0 15px 0; text-align: justify; }

h1 { font: bold 18px Arial, Sans-Serif; margin: 0 0 12px; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 15px Arial, Sans-Serif; margin: 0 0 12px; }
h3 { font: bold 13px Arial, Sans-Serif; margin: 0 0 8px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }
img { border: none; }
.clear {clear: both}

/* Header */
#topheader {
    clear: both;
    width: 822px;
    height: 21px;
    margin: 0 auto;
    background: url('images/bg-top.gif') no-repeat top;
}
#body {
	background: #fff url('images/bg.gif') repeat-y;
	width: 822px;
	margin: 0 auto;
	clear: both;
}
#bottomfooter {
	clear: both;
	background: #fff url('images/bg-bottom.gif') repeat-y;
	width: 822px;
	height:21px;
	margin: 0 auto;
}

#maincontent {
	width: 790px;
	margin: 0 auto;
}


#logo { float: left; width: 260px; height: 64px; border-bottom: 5px solid #921619; margin: 0; }

#topmenu {
	height: 15px;
	float: right;
	padding: 3px 10px 0 0;
}
#topmenu img { padding: 0 5px 0 5px; }

#menu {
	line-height: 1.64em;
	float: right;
	width: 525px;
	padding: 10px 0;
	margin: 8px 0 5px;
	border-bottom: 5px solid #e0e0e0;
}
#menu li { font-size: 1.1em; display: inline; }
#menu li a { 
	padding: 17px 5px 0 5px;
	margin: 0 13px 0 0;
	width: 105px;
	background: #fff url(images/menuarrow.jpg) no-repeat 10px 5px;
	color: #808080;
	border-left: 2px solid #e0e0e0;
}
#menu li a:hover { color: #000; border-left: 2px solid #921619; }

#intro {
	clear: both;
	background-color: #921619;
	color: #333;
	height: 135px;
}

#main {
	margin: 15px;
}

#content {
	clear: left;
	float: left;
	width: 530px;
	padding: 0 20px 0 5px;
	margin: 15px 0 15px 10px;
}
#content img2 { border: 1px solid #ccc; padding: 1px; margin: 0 15px 5px 0;}

#content ul { margin: 0 0 15px 0; }
#content li {
	background: #fff url(images/arrow.gif) no-repeat 10px 5px;
	list-style-type: none;
	margin: 10px 0 0 20px;
	padding-left: 20px;
}

#articles { margin: 40px 0 0 0; }
#articles li { border-top: 1px solid #cecece; list-style: none; float: left; width: 230px; background: #eee url(../images/newslist.jpg) repeat-x bottom; padding: 4px 8px; margin: 0 15px 0 0;}
#articles li a { background: url(images/menuarrow.jpg) no-repeat 0 5px; padding: 0 0 0 8px; }
#articles li.last { margin: 0; }


#right {
	position: relative;
	top: 0px;
	margin: 0 10px 0 0;
	padding: 0 15px;
	float: right;
	width: 185px;
	font-size: .9em;
	background: #fff;
}
#right ul {
	margin: 8px 0 20px 0;
}
#right ul li {
	font-size: 1.1em; 
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 4px 0 10px 0;
	color: #808080;
}
#right ul li i {
	background: #fff url(images/menuarrow.jpg) no-repeat 10px 5px;
	padding: 0 0 0 18px;
}
#right ul li a { 
	padding: 0 0 0 18px;
	margin: 0;
	background: #fff url(images/menuarrow.jpg) no-repeat 10px 5px;
	color: #808080;
}
#right ul li a:hover { color: #000; }
#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; color: #921619; }

#right .info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 8px; }

.notapie { margin-top: 15px; color: #b5b5b5; font-size: 10px; text-align:justify;}

#footer {
	padding: 5px; 
	margin: 0 auto;
	font-size: 11px; color: #9b9b9b;
	line-height: 1.64em;
	border-top: 1px solid #ccc;
	width: 750px;
}
#footer p { width: 500px; float: left; margin: 0 auto; padding: 4px 0 8px 0; }
#footer a { color: #808080; font-weight: bold; }

#barraidioma {
	clear: both;
	height: 15px;
	float: right;
	padding: 3px 0 0 0;
}
#barraidioma img { padding: 0 5px 0 5px; }


/* PORTFOLIO
   --------------------------------------------------------------------------- */
.portfolio {
  background: #f0f0f0;
  border: 1px solid #a0a0a0;
  width: 100%;
  margin: 10px 0 10px 0;
  padding: 3px 0 3px 0;
  text-align: justify;
}
.portfolio img { border: 1px solid #a0a0a0; }
