@charset "utf-8";
/* CSS Document */

* {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#055d77;
	padding:0px;
	margin:0px;
}
.header {
	background:url(../grf/header.jpg) no-repeat left top #023d4e;
	height:65px;
}
.center {
	background:url(../grf/center.gif) repeat;
	padding-bottom:35px;
	padding-top:35px;
}
.footer {
	background:url(../grf/header.jpg) no-repeat left top #023d4e;
	padding:5px;
	height:30px;
}
.text_title {
	font-weight:bold;
	text-align:left;
	font-size:10px;
	padding:5px;
	color:#333;
}
.text {
	padding-bottom:10px;
	padding-left:55px;
	padding-top:5px;
	text-align:left;
	font-size:9px;
	color:#333;
}
.text_menu, .text_menu_active {
	text-decoration:none;
	font-weight:bold;
	text-align:right;
	font-size:11px;
	color:#333;
}
.text_menu_active, a:hover.text_menu {
	color:#ffc000;
}
.text_normal {
	text-align:left;
	font-size:9px;
	color:#333;
}
.icona {
	vertical-align: middle;
	padding-right:10px;
	float:left;
}
.link {
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	font-size:9px;
	color:#333;
}
