@charset "utf-8";
/* CSS Document */

body, html {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #16445b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#sitemap {
	padding: 20px;
}

#container {
	height: 100%;
	width: 956px;
	margin: auto;
}
#top {
	height: 224px;
	width: 956px;
	float: left;
}
#containerleft {
	height: 300px;
	width: 529px;
	float: left;
}
#containerright {
	width: 370px;
	float: left;
	min-height:300px;
	background-image: url(../img/bg_pagina.gif);
	background-repeat: repeat-x;
	padding-right: 30px;
	padding-left: 27px;
	padding-top: 15px;
	line-height: 23px;
	font-size: 11px;
	text-align: justify;
}
#leftbot {
	width: 238px;
	height: 25px;
	position: absolute;
	top: 524px;
	left: 50%;
	right: 50%;
	margin-left: -400px;
}
#leftmenu {
	width: 529px;
	height: 229px;
	float: left;
}
#rightbot {
	height: 25px;
	width: 956px;
	float: left;
	text-align: right;
}
#full {
	background-image: url(../img/bg_full.gif);
	min-height:300px;
	height: 100%;
	float: left;
	width: 956px;
}
#bottom {
	height: 40px;
	width: 956px;
	text-align: center;
	color: #2C98C7;
	padding-top: 35px;
	float: left;
}
#bottom a {
	height: 70px;
	color: #2C98C7;
	text-decoration: none;
}
#containerright a {
	color: #59B7DB;
}
#containerright a:hover {
	color: #59B7DB;
	text-decoration: underline;
}
#sitemap a {
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

