@charset "utf-8";
.txt{
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:5px;
color: #7E7C78;

}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #7E7C78;
	margin:0px;
	background:#FFFFFF;
}
.contenidoo{
width:575px;
padding:12px;
margin-left:auto; margin-right:auto;
color: #7E7C78;
}
.contenidooo{
padding:10px;
margin-left:auto; margin-right:auto;
}
.style1 {
	color: #FDBA2F;
	/*color: #47443D;*/
	font-weight: bolder;
	font-size: 16px;
	margin:6px;
	text-align:center;
}
.style2 {
	/*color: #8F8C86;*/
	color: #7E7C78;
	font-weight:bolder;	
	font-size: 11px;
	margin:3px;
	
}
a:link {
	color: #47443D;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #47443D;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #47443D;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #47443D;
}
