BODY {
	background-color: #E6DC3C;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../imagenes/cabeceras/daniel/fondoweb.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* TITULOS */
H1, H2, H3, H4 {
	color: #5B5B5B;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	text-align: left;
	font-weight: lighter;
	line-height: normal;
}
H1 {
	font-size: 24px;
}
H2 {
	font-size: 22px;
}
H3 {
	font-size: 20px;
}
H4 {
	font-size: 18px;
}

TABLE.tablaPagina {
	border-left: 10px solid Black;
	border-right: 10px solid Black;
	border-bottom: 10px solid Black;
	background-image: url(../imagenes/cabeceras/daniel/fondocontenido.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
TABLE.tablaPaginaMenu {
	/* border: 10px solid Black; */
	border-left: 10px solid Black;
	border-right: 10px solid Black;
	border-top: 10px solid Black;
	background-image: url(../imagenes/cabeceras/daniel/fondocontenido.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/* LINKS */
A {
	color: Black;
	text-decoration: none;
}
A:hover {
	color: Black;
	text-decoration: underline;
}

STRONG.COLOR {
	color: #CC3333;
}

TD {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 20px;
}

/* LINEA */
HR {
	height: 1;
}

IMG.MARCO {
	border: 1px solid Black;
}
