@charset "UTF-8";
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #941415;
	background-image: url(imagenes/interfaz/signos_fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFCC00;
	font-weight: normal;
	line-height: 24px;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.minis {
	font-size: 9px;
}
.margen {
	margin-bottom: 10px;
}
.margen_der {
	margin-bottom: 0px;
	margin-right: 5px;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
ul {
	text-align: left;
	font-size: 10px;
	line-height: 16px;
}
