@charset "utf-8";
/* CSS Document */
/*        . = class      # = id         */
body {
	background-color: #CBC4B2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color:#FF0000;
}
a:visited {
	color: #1B0D02;
}
a:hover {
	color: #BD0001;
}
a:active {
	color: #1B0D02;
}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #413C2C;
	font-size: 11px;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #635A43;
	font-size: 11px;
	font-weight: bold;
}

.derechos {
	color: #635A43;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.derechos a{ text-decoration:none; color:#635A43; }
.derechos a:hover{ text-decoration:none; color:#BD0001; }

