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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

.titulo {
	font-family: Arial Black;
	font-size: 16px;
	color: #339999;
	}

.text_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
/*	background-color: #ffffff;*/
	margin-top: 0px;
}

.smalltext_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
/*	background-color: #ffffff;*/
	margin-top: 0px;
}

.title_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	/*	background-color: #ffffff;*/
	margin-top: 0px;
	line-height: 24pt;
}

a:link {
	text-decoration:none;
	color:#999999;
}

a:hover{
	text-decoration:none;
	color:#ffffff;
}

a:visited{
	text-decoration:none;
	color:#999999;
}

a:active{
	text-decoration:none;
	color:#999999;
}

.splash_email_link
{
	text-decoration: underline; 
	color: #FFFFFF;
}

.splash_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	background-color: #656565;
	line-height: 16px;
	letter-spacing: normal;
}
.splash_text_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	background-color: #656565;
	line-height: 16px;
	padding-left: 20px;
}
.space_before_h1 {
	line-height: 6px;
}


.splash_btn_off
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	height:30px;
	background-color:#FFFFFF;
	color: #999999;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

.splash_btn_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	height:30px;
	background-color:#999999;
	color: #FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

.img_btn_off
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	height:25px;
	background-color:#FFFFFF;
	color: #999999;
}

.img_btn_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	height:25px;
	background-color:#999999;
	color: #FFFFFF;
}

.top_menu_btn_off
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-color:#339999;
	color: #FFFFFF;
	cursor:pointer;
}


.top_menu_btn_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-color:#339999;
	color: #999999;
	cursor:pointer;
}

.top_menu_btn2_off
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-color:#E40102;
	color: #FFFFFF;
	cursor:pointer;
}

.top_menu_btn2_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-color:#E40102;
	color: #999999;
	cursor:pointer;
}

.top_menu_btn3_off
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-color:#960f00;
	color: #FFFFFF;
	cursor:pointer;
}

.top_menu_btn3_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-color:#960f00;
	color: #999999;
	cursor:pointer;
}

.bottom_menu_btn_off
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color:#339999;
	color: #FFFFFF;
	cursor:pointer;
}

.bottom_menu_btn_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color:#339999;
	color: #999999;
	cursor:pointer;
}

.bottom_menu_btn2_off
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color:#E40102;
	color: #FFFFFF;
	cursor:pointer;
}

.bottom_menu_btn2_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color:#E40102;
	color: #999999;
	cursor:pointer;
}



.bottom_menu_btn3_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color:#960f00;
	color: #FFFFFF;
	cursor:pointer;
}
.bottom_menu_btn3_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color:#960f00;
	color: #999999;
	cursor:pointer;
}


.home_menu_btn1_off
{
	background-color:#ffffff;
	cursor:pointer;
}

.home_menu_btn1_on
{
	background-color:#E40102;
	cursor:pointer;
}

.home_menu_btn2_on
{
	background-color:#339999;
	cursor:pointer;
}

.home_menu_btn3_on
{
	background-color:#960f00;
	cursor:pointer;
}

div.main_cont_on
{
	display:block;
}

div.main_cont_off
{
	display:none;
}

