body {
	margin : 20px;
	padding : 0;
	color : #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #003250;
	background-image: url(bgd.png);
	background-repeat: repeat;
}
#container {
	width : 750px;
	border : 0px solid #fff;
	margin-left : auto;
	margin-right : auto;
	color : #333333;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
			/*TOP BANNERs*/
#banner {
float : left;
width : 750px;
height : 130px;
padding : 0;
margin-bottom : 5px;
color : #666;
background : inherit;
}
#bannerb {
	float : right;
	width : 165px;
	margin : 0 0 15px 5px;
	padding : 0;
	color : #666;
	background-color: #FFFFFF;
}
			/*TOP MENU*/
#navcontainer {
clear : both;
width : 100%;
}
#navcontainer ul {
	float : left;
	width : 100%;
	padding-left : 0;
	margin-left : 0;
	color : #fff;
	background-image: url(top-menu.jpg);
	background-repeat: no-repeat;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
	float : left;
	text-decoration : none;
	color : #fff;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#navcontainer ul li a:hover {
	color : #fff;
	background-color: #669900;
}
#active a:link, #active a:visited, #active a:hover {
	color : #fff;
	background-color: #009900;
}
			/*CENTRE CONTENT*/
#content {
padding : 3px;
margin-left : 155px;
margin-right : 170px;
background : inherit;
color : #666;
}
			/*LEFT CONTENT*/
#sidebar {
	float : left;
	width : 155px;
	margin : 0 0 0 0;
	padding : 5px;
	color : #666;
	background-image: url(menuleft.jpg);
	background-repeat: no-repeat;
}
			/*LEFT MENU*/
#menu {
	width : 155px;
	padding : 0px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
	display : block;
	width : 130px;
	text-decoration : none;
	color : #fff;
	border-bottom-width: 0.5pt;
	border-bottom-style: dotted;
	border-bottom-color: #F9EEEE;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
}
#menu a:hover {
	color : #fff;
	background-color: #0066FF;
}
			/*RIGHT CONTENT*/
#sidebar-b {
	float : right;
	width : 160px;
	margin : 0;
	padding : 0px;
	background-color: #FFFFFF;
	border-left-width: 0px;
	border-left-style: none;
}
			/*RIGHT SCROLLBAR*/
div.scroll {
	overflow : auto;
	height : 15em;
	width : 140px;
	padding : 1ex;
	color : #333;
	border : 1px solid #eee;
	background-color: #DEEDDE;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
			/*FOOTER*/
#footer {
	clear : both;
	padding : 5px;
	margin-top : 5px;
	color : #FFFFFF;
	background-color: #000099;
	background-image: url(titulos/FOOTER.jpg);
}
#footer a:link, #footer a:visited {
	background : inherit;
	color : #FFFFFF;
	text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
background : inherit;
color : #f2f2f5;
}
			/*TYPOGRAPHY*/
h1, h2 {
	margin : 0 0 10px 5px;
	font-size : 14px;
	color : #000099;
	background : inherit;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size : 110%;
	color : #990000;
	background : inherit;
}
			/*LINKS*/
a {
	color : #000099;
	font-weight : bold;
	text-decoration : none;
	background : inherit;
}
a:hover {
	color : #990000;
	background : inherit;
}
			/*CLASSES*/
.news {
font-size : 100%;
background : inherit;
color : #333;
}
.sitename {
	font-size : 180%;
	margin : 0 0 10px 0;
	color : #669900;
	background : inherit;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #000000;
}

