/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
}
td.off {
background: url(../img/menu_bg.gif) 0px 0px repeat-x;
height:25px;
}
td.on{
background-color:#89B02B;
height:25px;
color:#FFFFFF;
}
td.mainoff {
background: url(../img/main_menu_bg.gif) -130px 0px no-repeat;
height:33px;
}
td.mainon{
background: url(../img/main_menu_bg.gif) 0px 0px no-repeat;
height:33px;
}
#Layer1 {
	position:absolute;
	left:360px;
	top:30px;
	width:210px;
	height:23px;
	z-index:1;
	font-family:tahoma;
	font-size: 14px;
	text-shadow:#666666;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: blink;
}
.logo
{
margin-left:19px;
margin-top:16px;
}
.header_image_box
{
padding:0px 5px 4px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.body_text_box
{
padding:5px 5px 5px 5px;
background-color:#FFFFFF;
color: #5B5A5A;
}
.body_left_bg
{
background:url(../img/body_left_bg.jpg) left top repeat-y;
width:8px;
}
.body_right_bg
{
background:url(../img/body_right_bg.jpg) left top repeat-y;
width:8px;
}
.footer_left_bg
{
background:url(../img/footer_left_bg.gif) left top no-repeat;
height:33px;
}
.box_top_line
{
background:url(../img/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(../img/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(../img/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{
background:url(../img/bottom_line.gif) left top repeat-x;
height:9px;
}
.input_box
{
border:1px solid #72550F;
width:108px;
height:18px;
background-color:#EDE9D7;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #72550F;
text-decoration: none;
padding-left:3px;
}
.highlight
{
color:#f36115;
font-weight:bold;
background-color:inherit;
font-size:14px;
text-decoration:none;
}

/* CSS Background image Document */
.menu_bg
{
background:url(../img/menu_bg.jpg) left top repeat-x;
height:27px;
}
.body_left_bg
{
background:url(../img/body_left_bg.jpg) left top repeat-y;
width:6px;
}
.body_right_bg
{
background:url(../img/body_right_bg.jpg) left top repeat-y;
width:6px;
}
.header_top_image
{
background:url(../img/header_top_image.jpg) left top no-repeat;
height:91px;
}
.header_bottom_image
{
background:url(../img/header_bottom_image.jpg) left top no-repeat;
height:79px;
}




/* CSS Text Document */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5B5A5A;
	text-decoration: none;
}
.menu_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
text-decoration:underline;
color:#FFFFFF;
background-color:inherit;
}

.menu_link_sup {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.menu_link_sup:hover
{
text-decoration:underline;
color:#FFFFFF;
background-color:inherit;
}

.left_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #f36115;
	background-color:inherit;
	text-decoration: none;
}
.left_menu_link:hover
{
text-decoration:underline;
color:#E0560C;
background-color:inherit;
}
.footer_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	text-transform: none;
	color: #f36115;
	background-color:inherit;
	text-decoration: none;
}
.footer_link:hover
{
text-decoration:underline;
color:#ED5A0C;
background-color:inherit;
}
.solways_link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	text-transform: none;
	color: #A1CF2B;
	background-color:inherit;
	text-decoration: none;
}
.solways_link:hover
{
text-decoration:underline;
color:#ED5A0C;
background-color:inherit;
}

/* Curbelo */

#lista ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#lista ul li {
	background-image: url(../img/vineta.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1.0em;
	border-bottom-width: 2px;
	/*height: 22px;*/
	padding-top: 3px;
	margin-left:15px;
	}	
#lista ul li a,a:visited,a:active {	
	color: #333366;	
	font-weight : bold;
	text-decoration : none;	
}
#lista ul li a:hover,a:focus {	
	color: #FF6600;	
	font-weight : bold;
	text-decoration : underline;	
}
#lista1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#lista1 ul li {
	background-image: url(../img/vineta.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: 1.0em;
	border-bottom-width: 2px;
	padding-top: 5px;
	margin-left:15px;
}
#lista2 ol li {
	padding-top: 6px;
	border-bottom-width: 4px;
	margin-left:15px;
}
#lista3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#lista3 ul li {
	background-image: url(../img/vineta.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: 1.0em;
	border-bottom-width: 2px;
	padding-top: 5px;
	margin-left:15px;
}
a, a:LINK, a:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #f36115;
	background-color:inherit;
	text-decoration: none;
}

a:ACTIVE, a:HOVER, a:FOCUS {
text-decoration:underline;
color:#E0560C;
background-color:inherit;
}

A.fondo, A.fondo:LINK, A.fondo:VISITED {
	color: #f36115;
	font-weight : normal;
	font-family : Tahoma;
	text-decoration: none;
}

A.fondo:ACTIVE, A.fondo:HOVER, A.fondo:FOCUS {
	color: #f36115;
	font-weight : normal;
	font-family : Tahoma;
	text-decoration : underline;
	font-weight: bold;
}


