body{
padding:0px;
margin:0px;
}

.main_text
	{
		font-family:Tahoma;
		font-size:13px;
		line-height:18px;
		color:#5A5A5A;
	}
	
.main1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:12px;
		color:#828282;
	}
	.form_text
	{
		font-family:Tahoma;
		font-size:12px;
		font-weight:bold;
		color:#005a62;
	}
.header_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#005a62;
	}
	
.link_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#005a62;
	}	
		
.link1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#444444;
	}	
	
.flash_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#005a62;
	}
	
.copyright_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#8F8F8F;
	}

.copyright1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#005a62;
	}

		
	a.copyright_text:link {text-decoration:none;}	
	a.copyright_text:hover {text-decoration:underline;}
	a.copyright_text:active {text-decoration:none;}
	a.copyright_text:visited {text-decoration:none;}
	
.texto_flash

{

	margin-left:96px;
	margin-top:58px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#236971;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	opacity: .9;

}



/******************* Menu CSS ***********************/ 


#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
	
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	
}

#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

	content: '';
	display: table;
	
}


#cssmenu:after, #cssmenu > ul:after {

	clear: both;
	
}

#cssmenu {

	zoom:1;
	height: 69px;
	background: url(images/bottom-bg.png) repeat-x center bottom;
	border-radius: 2px;
	
}

#cssmenu ul{

	background: url(images/nav-bg.png) repeat-x 0px 4px;
	height: 69px;
	
}

#cssmenu ul li{

	float: left;
	list-style:  none;
	
}

#cssmenu ul li a{
	
	display: block;
	height: 37px;
	padding: 22px 15px 0;
	margin: 4px 2px 0;
	border-radius: 2px 2px 0 0;
	text-decoration:  none;
	font-size: 16px;
	/*color:  #236971;*/
	color: #999;
	font-weight: bold;

	
}

#cssmenu ul li:first-child a{
	
	margin: 4px 2px 0 0;
	
}

#cssmenu ul li a:hover, #cssmenu ul li.active a{
	
	background: url(images/color.png) center bottom;
	display: block;
	height: 37px;
	margin-top: 0px;
	padding-top: 26px;
	color:#999;
	font-weight: bold;
	
}