body {
	background-color: #FFFFFF;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	color: #660000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
}
.justi {
	line-height: 16px;
	text-align: justify;
}
h2 {
	font-family: Tahoma;
	font-size: 18px;
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}
.borde {
	border: 1px dotted #9B4E1B;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FF6600;
	font-style: italic;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF0000;
}
li {
	font-family: Tahoma;
	font-size: 12px;
	color: #660000;
	line-height: 18px;
}
hr {
	border: 2px dashed #FF6600;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {

	color: #FF0000;
	text-decoration: underline;
}
a:hover {


	color: #FF0000;
	text-decoration: none;
}
a:active {



	color: #FF0000;
	text-decoration: none;
}
.hilight {
	color: #006600;
}
