body {
	background-color: #434253;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px;
	color:#AAAAAA;
}
.background_global {
	background-color: #3c3c64;
}
.menuprincipal {
	font-size: 12px;
	display:inline;
	margin-right: 5px;
	padding: 5px;
	color:#FFFFFF;
}
.menuprincipal_link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	margin: 0px;
	border: thin solid #333333;
}
.menuprincipal_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.menulateral {
	font-size: 12px;
	color:#FFFFFF;
	list-style-image: url(images/icon_list.png);
	padding: 5px;
	line-height: 20px;
}
.menulateral:hover {
	background-color: #333333;
}
.menulateral_juego_titulo {
	font-size: 12px;
	color:#FFFFFF;
	list-style-image: url(images/icon_list.png);
	padding: 5px;
	line-height: 20px;
}
.menulateral_link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.menulateral_link:hover {
	background-color: #333333;
}

.texto a,
.enlace {
	color:#FFFFFF;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	padding: 2px;
}

.texto a:hover,
.enlace:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
	padding: 2px;
}
.textopie {
	font-size: 10px;
	color: #999999;
}
.texto {
	font-size: 10px;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
img {
	margin-right: 5px;
	margin-left: 5px;
}
.fondotabla_principal {
	background-image: url(images/background_main.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondotabla_lateral {
	background-image: url(images/background_200.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.backrow2miembros {
	font-size: 10px;
}
.backrow2miembros th {
	font-size: 12px;
	color: #FFFFFF;
	background: rgba(0,0,0,0.1);
	text-align:left;
}

.backrow2miembros tr:nth-child(odd) {
	background: rgba(0,0,0,0.5);
}
.backrow2miembros tr:nth-child(even) {
	background-color: #CCCCCC;
	background: rgba(0,0,0,0.25);
}
.noticiastitular {
	font-size: 14px;
	font-weight: bold;
	color: #101010;
	background-color: #777777;
}
.noticiasfecha {
	text-align: right;
	font-size: 9px;
}
.textoalerta {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.botonformulario {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #87879c;
	border: 1px solid #6767A1;
}
.botonformulario:hover {
	background-color: #333333;
	border: 1px solid #DCDCFF;
}
.texto14 {
	font-size: 14px;
	font-weight: bold;
}
.texto16 {
	font-size: 16px;
	font-weight: bold;
}
.tachado {
	text-decoration:line-through;
}
.texto14Tachado {
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}
