/* CSS Document */

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #646260;
background-color: #fff;
line-height: 16px;
}


/*------------------------------------------------------------------------------
LINKS
------------------------------------------------------------------------------*/


a:link,a:visited,a:active {color:#1052EF; text-decoration: underline;}
a:hover	{color:#333; text-decoration: underline;}


h1 {
	font-weight: bolder;
	font-size: 16px;
}
h2{
	font-weight: bolder;
	font-size: 18px;
	color:#CCCCCC;
}
/*------------------------------------------------------------------------------
textos
------------------------------------------------------------------------------*/
.legal {
	font-size: 10px; 
	margin: 0;
	color: #999999;
}

.txt {
	font-size: 14px;
	margin: 0;
	color: #666666;

}
