@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
color: #A00000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A00000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #A00000;
}


.style1 {color: #A00000}
.style2 {
	font-weight:bold;
	font-size: 36px
}
.style3 {
	font-size: 24px
}
.style4 {font-size: 14px}


.texto_bottom {
	font-size: 9px;
}
.copyrigth {
	font-size: 12px;
	color: #000000;
}
.titulorojo {
	font-size: 14px;
	font-weight: bold;
	color: #A00000;
}
.texto12 {
	font-size: 12px;
	font-weight: normal;
}
