@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFF99;
}
body {
	background-color: #750000;
	height: 550px;
}
a:link {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF99;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
a:active {
	text-decoration: underline;
	color: #FFFF99;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Courier New", Courier, monospace;
	color: #FFFF99;
}
h1 {
	font-size: 150%;
	color: #FFFF99;
	text-align: center;
}

h2 {
	font-size: 115%;
	color: #FFFF99;
	text-align: center;
	line-height: 0;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.floatizq {
	float: left;
	margin-right: 10px;
}
.floatder {
	float: right;
	margin-left: 10px;
}
#encabezado {
	text-align: center;
	background-image: url(../PRUEBA/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 0;
	height: 350px;
	width: 850px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFF99;
	text-align: center;
	line-height: 0%;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	color: #FFFF99;
	text-align: center;
}
#base {
	text-align: center;
	line-height: 0;
	background-image: url(../PRUEBA/fondo3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	height: 230px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFF99;
	line-height: 0%;
}

#cuerpo {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #750000;
}
h6 {
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFF99;
}
#titi {
	margin-top: 35px;
}

#centro {
	background-repeat: repeat;
	background-color: #750000;
	background-position: left top;
	background-image: url(../PRUEBA/fondo2.jpg);
}
