/* CSS Document */

* {margin:0; padding:0}
body {
	/*background-color: #BBB897;*/
	background-color:#DAD6C7;
}
body,td,th {
	color: #232221;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.negrita {
	font-weight: bold;
	/*color: #630D00;*/
}
.resaltado {
	color:#000000;
}
.titulo_1 {
	font-size:1.8em;
	color: #871807;
	/*font-weight:bold;*/
	line-height: 110%;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	border-bottom:1px solid #CCCCCC;
}
.titulo_2 {
	font-size:1.2em;
	color: #AB2901;
	font-weight: bold;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
.txt_negrita {
	font-weight: bold;
	color: #850101;
}
.txt_resaltado {
	color: #AA4202;
}
