@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:5px auto auto auto;
	padding:0 0 0 0;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}

a:hover, a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}



#container {
	width:95%;
	margin:30px auto 10px auto;
}

#header {
	width:100%;
}

#header .date {
	float:right;
	font-size:0.8em;
}
#header #logo {
	float:left;
	margin:0 0 50px 4%;
}
#header #text {
	font-size:0.7em;
	float:right;
	text-align:right;
}
#barra {
	width:100%;
	padding:15px 0 15px 0;
	margin:0px 0 40px 0;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align:center;
	clear:both;
	display:table;
	background-color:#ebebeb;
}
#barra h2 {
	font-size:0.9em;
	color:#000000;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#menu {
	float:left;
	width:25%;
	font-size:0.9em;
	margin:0 2% 0 4%;
}

#menu ul {
	padding:0px;
	margin:0px;
	border-top:2px dotted #666666;
}

#menu ul li {
	list-style-type:none;
	padding:10px 0 10px 3%;
	margin:0px;
	background-image:url(../images/bg.gif);
	border-bottom:2px dotted #666666;
}
#menu ul li.current {
	
}
#menu ul li.current a {
	color:#000000;
	text-decoration:none;
}

#menu ul li.newt {
	background-color:#dcdcdc;
	font-weight:bold;
	background-image:url(../images/news.gif);
	background-position:95% center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #666666;
	border-left:2px dotted #666666;
	border-right:2px dotted #666666;
}
#menu ul li.newtxt {
	background-color:#dcdcdc;
	background-image:none;
	font-size:75%;
	background-color:#fff;
	border-left:2px dotted #666666;
	border-right:2px dotted #666666;
}


#menu .spaces {
	font-size:0.7em;
	padding:4% 0 0 4%;
	line-height:16px;
}

#content {
	float:left;
	width:68%;
	padding:0 0 0 1%;
}
#content fieldset {
	border:1px dotted #999999;
}
#content fieldset legend {
	font-weight:bold;
	font-size:1.3em;
}
#content fieldset ul {
	padding:0px;
	margin:0px;
	float:left;
	width:30%;
}
#content fieldset ul li {
	list-style-type:none;
	padding:1%;
	margin:0px;
	font-size:0.6em;
	height:30px;
}
#content fieldset ul.clients {
	padding:0px;
	margin:0px;
	width:100%
}
#content fieldset ul.clients li {
	list-style-type:none;
	padding:1%;
	margin:0px;
	font-size:0.6em;
	height:18px;
	float:left;
	width:30%;

}
#content fieldset ul li strong {
	font-size:1.3em;
}

#contentworks {
	float:left;
	width:68%;
	padding:0 0 0 1%;
}
#contentworks fieldset {
	border:1px dotted #999999;
}
#contentworks fieldset legend {
	font-weight:bold;
	font-size:1.3em;
}
#contentworks fieldset ul {
	padding:0px;
	margin:0;
}
#contentworks fieldset ul li {
	font-size:0.7em;
	list-style-type:none;
	width:47%;
	height:85px;
	margin:0 5px;
	padding:5px 0;
	line-height:16px;
	float:left;
	border-bottom:1px dotted #999999;
}
#contentworks fieldset ul li strong {
	font-size:1.1em;
}

#footer {
	border-top:2px dotted #999999;
	margin:10px 0 10px 0;
}