.fundoazul {
	background-color: #000099;
	color: #FFFFFF;
}
.fundoverm {
	margin: 5px 0px 0px 0px;
	background-color: #9A0000;
	color: #DDDDDD;
}
.fundoCA {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.fundoAero {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo_aero.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.fundoEco {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo_eco.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.fundoBaja {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo_baja.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.fundoAtletica {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo_atletica.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.fundoJR {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo_mauajr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.fundoSemana {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo_semana.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.fundoFutRobo {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.fundoGuerraRobo {
	margin: 10px 10px 10px 10px;
	background-attachment: fixed;
	background-image: url(fundo_guerrarobo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #333333;
}
.form {
    	border: solid 1px #333333;
	background-color: Transparent;
	font-family: "Microsoft Sans Serif", sans-serif, serif;
	font-size: 12;
	color: #333333;
}
.formverm {
	border: solid 1px #000099;
	background-color: #BA3333;
	font-size: 10;
	color: #000099;
}
.btnverm {
	border: solid 1px #000099;
	background-color: #BA3333;
	font-size: 10;
	color: #FFFFFF;
}
.titulo {
	font-size: 12;
	font-weight: bold;
}
.marcador {
	margin-left: 20px;
}
.menufix {
	font-weight: bold;
	margin-left: 20px;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: "Microsoft Sans Serif", sans-serif, serif;
	font-size: 12;
}
table {
	font-size: 12;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}