/* CSS Document */

body,td,tr { 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;	
}
.título {
	font-size:16px;
	font-weight: bold;
	}
.texto {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FEF1BC;
}


.texto_titulo {
	font-weight: bolder;
	color: #2777A5;
	font-size: 12px;
}
a.footer {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.img {
	border: 2px solid #287AA8;
	padding: 3px;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
}
a.texto_link {
	font-size: 12px;
	color: #333333;
}
a.texto_link:hover {
	font-size: 12px;
	color: #2777A5;
}

