body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: #ffd271;
	color: #789;
}

a:link, a:visited {
	text-decoration: none;
	color: #E45656;

}
a:hover, a:active {
	text-decoration: underline;
	color: #C82020;
}




p{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul{
	margin-left: 5px;
	margin-top: 0;
}


li{
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style-type: disc;
}

#top {
	width: 757px;
	height: 163px;
	padding: 0px 30px 0 16px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/sfondo_top.jpg) no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

#top a:link, #top a:visited {
	text-decoration: none;
	color: #fff;

}
#top a:hover, #top a:active {
	text-decoration: underline;
	color: #fff;
}



#main {
	width: 757px;
	height: 620px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 30px 0 16px;

	background: url(images/bg_centro.gif) repeat-y;
	

}




#box1 {
	height: 350px;
	width: 240px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background: url(images/box1_bg.jpg) no-repeat center top;
	color: #666666;
	text-align: justify;
}

#box2 {
	height: 550px;
	width: 240px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background: url(images/box2_bg.jpg) no-repeat center top;
	color: #666666;

	text-align: justify;
}

#box3 {
	height: 350px;
	width: 240px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background: url(images/box3_bg.jpg) no-repeat center top;
	color: #666666;
	text-align: center;
	font-size: 16px;
}





#menuBottom {
	width: 757px;
	height: 71px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 30px 0 16px;
	background: url(images/bg_menu_bottom.jpg) no-repeat;
	text-align: center;
   color: #fff;

}

#menuBottom a:link, #menuBottom a:visited {
	text-decoration: none;
	color: #C8D2E8;
	font-weight: bold;

}

#menuBottom a:hover, #menuBottom a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menuBottom a#attive {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


