body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0099FF;

	background-image: /images/gradient.jpg;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(/images/gradient.jpg);

}

/* BOTONES---------------------- */

.secciones,.subsecciones {
	width: 150px;
	padding: 4px;
	border: 1px none #666666;
	clear: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.secciones {
	background-color: #993300;
	border: 1px solid #333333;
}
.secciones:hover {
	background-color: #6A2300;
}
.subsecciones {
	background-color: #0099FF;
	border: 1px solid #0099FF;
}
.subsecciones:hover {
	background-color: #006BB3;

}

.TABLA {
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #993300;
	border-left-color: #993300;
	border-bottom-color: #993300;
}
.PUNTEADO {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #993300;
}
li {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	list-style-type: square;
}
p {
	font-size: 12px;
	line-height: 26px;
	margin-left: 20px;
	margin-right: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

