@charset "ISO-8859-1";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #BFBFBF;
	margin: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.header {
	background-color: #FFF;
	background-image: url(imaxes/fondoCabecera.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.content {
	background-color: #202020;
	background-image: url(imaxes/fondoCuerpo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.content tr td p.cajetin {
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #000;
	font-style: normal;
	font-weight: normal;
}
.titulo {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #82954f;
}
a.enlace1:link, a.enlace1:visited, a.enlace1:active {
	color: #B9B9B9;
}
a.enlace1:hover {
	color: #9C6;
}
.contentSeccion {
	background-color: #202020;
	background-repeat: no-repeat;
	background-position: center top;
}
.centrar {
	text-align: center;
}
.textoPeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

