body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}


.menu {
	color: #FFFFFF;
	font: 13px Arial, Helvetica, sans-serif;
}
a {
	
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.bgcell {
	background-color: #ffffff;
	background-image: url(img/bg_tabla.jpg);
	background-repeat: no-repeat;
}
.bg {
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #B41C09;
	font-weight: bold;
}

.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-align: justify;	
}
.resalte {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}
