/*
+-----------------------------------------------------------------------+
| ImperiumAO www.imperiumao.com.ar                                      |  
| 2009                                                                  |
+-----------------------------------------------------------------------+
| 	estilos.css															|
| 	Versión 0.0.1														|
| 	Fecha: 11/3/2009                                                    |
|   Ultima actualización por Jonatan Grau www.jonatangrau.com.ar        |
+-----------------------------------------------------------------------+	
| 	ARCHIVO DE estilos.css hoja de estilos principal					|
+-----------------------------------------------------------------------+	
*/

/*
//==============
//CONFIGURACION DE FONDO
//============== 
*/
body {
	background-image: url(/img/general/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #2F220F;
}

a:link {
	color: #155552;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #155552;
}
a:hover {
	text-decoration: underline;
	color: #155552;
}
a:active {
	text-decoration: none;
	color: #155552;
}
p {
	font: 0.8em/1.4em Verdana,Arial,Helvetica,sans-serif;
	color: #2F220F;
	padding: 0;
}
h2 {
	font-size: 1em;
	color: #1F160A;
}
h1 {
	font-size: 16px;
	color: #155552;
}

/*
//==============
//Custom
//============== 
*/

.Titulo {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #155552;
}
.contenido {
	font-family: Tahoma;
	color: #2F220F;
}
.JugadoresOnline {
	color: #CD956F;
	font-weight: bold;
	font-size: 14px;
}
.Descargas {
	font-size: 10px;
	color: #333333;
}
.terminosusonu {
	font-size: 15px;
	font-weight: bold;
	color: #950000
}
.HeaderText {
	font-family: Tahoma;
	font-size: 12px;
	color: #C6C6C6;
}
.HeaderText a:link {
	color: #999;
	text-decoration: none;
}
.HeaderText a:visited {
	text-decoration: none;
	color: #999;
}
.HeaderText a:hover {
	text-decoration: underline;
	color: #999;
}
.HeaderText a:active {
	text-decoration: none;
	color: #999;
}
.LinksHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}