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

#slideshow {
	overflow: hidden;
	margin:0px;;
	position: relative;
	width: 770px;
	height: 195px;
}

#slideshow img {
	width: 770px;
	height: 195px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}


body {
	background-image:url(../img/bg_body.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d4d4d4;
	margin:0px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#435154;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#435154;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

#footer a {
	font-weight:normal;
	text-decoration:none;
}


#footer a:hover {
	font-weight:normal;
	text-decoration:underline;
}

div#container {
	background-image:url(../img/bg_container.gif);
	background-repeat:repeat-y;
	width:770px;
}

.box_small {
	background-image:url(../img/bg_box_small.gif);
	background-repeat:no-repeat;
	width:217px;
	height:44px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.box_big {
	background-image:url(../img/bg_box_big.gif);
	background-repeat:no-repeat;
	width:516px;
	height:44px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.box_big a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}

#navigator{
	background-color:#FFFFFF;
	/*width:505px;*/
	margin-bottom:5px;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	height:20px;
	padding-top:5px;
}

#navigator ul{
	margin:0px;
}

#navigator ul li{
	white-space: nowrap;
	display: inline;
  	font-size: 12px;
  	font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
}

.modulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#435154;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
}

