@charset "utf-8";
.pixelito {
	background-image: url(imagen/pixelito.jpg);
	background-repeat:  repeat-x;
}
.tablabase {
	width: 959px;
}
.pixelitovert {
	background-image: url(imagen/pixelito.jpg);
	background-repeat:   repeat-y;
}
.header {
	background-image: url(imagen/head1.jpg);
	background-repeat: no-repeat;
}
.botonera {
	background-image: url(imagen/botonera.jpg);
	background-repeat: no-repeat;
}
.tile {
	background-image: url(imagen/tile.jpg);
	background-repeat: repeat;
}
.laterales {
	background-image: url(imagen/laterales.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.central {
	background-image: url(imagen/central.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.botoneraarriba {
	font-size: 11px;
	line-height: 38px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.menulateral {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	text-align: left;
	display: block;
}
a {
	text-decoration: none;
}
.menulateralderecho {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	text-align: left;
	display: block;
}
.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.botoneraarriba:hover {
	font-size: 11px;
	line-height: 38px;
	color: #FFEAA8;
	text-decoration: none;
	text-align: center;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.menulateral:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #DD863F;
	text-decoration: none;
	text-align: left;
	display: block;
}
.float {
	float: left;
	margin: 5px;
	padding: 5px;
}

.textoll {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.floatll {
	float: right;
	margin: 5px;
	padding: 5px;
}
.textonegro {
	color: #000000;
}
.textoCopia {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.regla {
	color: #FAE8C2;
	text-decoration: none;
}
.textonegroCopia {
	color: #000000;
	text-decoration: blink;
	cursor: text;
}

