BODY {
	background-color: White;
	background-image: url(img/background_claro.jpg);
	background-repeat : repeat;
	color: #990000;
	margin-top: 5%;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 20%;
}

BODY.splash {
	background-color: White;
	background-image: url(img/background_claro.jpg);
	background-repeat : repeat;
	color: #990000;
	margin-top: 3%;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
}

A:LINK {
	color : #000099;
}

A:VISITED {
	color : #DC143C;
}

H1{
	font-size : 28px;
	text-align : justify;
}

H2 {
	font-size : 24px;
	padding-top: 25px;
}

H3 {
	padding-top: 15px;
	font-size: 20px;
}

H4 {
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold; font-style: italic;
}

.big {
	font-size: 24px;
}

P {
	font-size: 18px;
	text-align: justify;
}

TD {
	font-size: 18px;
}

.1 {
	font-size: inherit;
	background-color: #E5E3D4;
}

.2 {
	font-size: inherit;
	background-color: #FFE4C4;
}

UL {
	margin-left: 80px;
}

LI {
	font-size: 18px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* éste es para bordes de imágenes */
.borde {
	border-width: 4px; border-color: #990000;
}

HR {
	line-height : 1px;
	color : #990000;
}

