﻿@charset "utf-8";
body
{
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	color: #555;
	background-image: url('../img/pag.png');
	background-repeat: repeat-x;
	background-color: #e0e0da;
}
div#containerMain {
	background-position: 0% 0%;
	padding: 0 21px;
	margin: 0 auto;
	width: 982px;
	background-color: trasparent;
	background-image: url('../img/bkgbd.png');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.Borda {
	margin-top: 0;
	margin-bottom: 0;
}
h1, h2, h3{
	color: #000099;
}

.right{border-color: #FFF;}


.sidebar
{ background: #FFF;
  color: #555;
}

h4, #content a, #content a:hover
{
	background: transparent;
	color: #555;
	width: 716px;
}

#footer a:hover
{ background: transparent;
  color: #FFF;
  border-color: #FFF;  
}

ul#menu li a 
{
	background: transparent;
	color: #FFF;
	border-color: #FFFFFF;
}

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #646B5C url("../img/menu_bak1.png") repeat;} 


.sidebaritem ul, .sidebaritem li{border-color: #D6D9C9;}

.sidebaritem li a, .sidebaritem li a:hover
{ background: transparent url("../img/st.png") no-repeat left center;
  color: #555;  
} 

.sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url("../img/st2.png") no-repeat left center;} 

#menubar
{
	color: #FFF;
	border-color: #CCD0BA;
	width: 982px;
}
#footer
{
	background-position: transparent url('../img/menu_bak2.png') repeat;
	background: transparent url('../img/menu_bak2.png') repeat;
	color: #FFF;
	border-color: #CCD0BA;
}


.pscreem {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #919191;
}
.ptscreem {
	padding: 0px 8px 0px 8px;
	text-align: left;
	margin-top: 10px;
}
.flash {
	width: 982px;
	height: 150px;
}
h6 {
	color: #000099;
	font-size: medium;
}
h5, #content a, #content a:hover {
	background-position: transparent;
	background: transparent;
	color: #555;
	width: 716px;
	font-size: 100%;
}










