/* Colores --> */

/* Color Gris */
.MenuEnlaces, .MenuEnlaces A:link, .MenuEnlaces A:visited, .Publicando, .Destacado A:link, .Destacado A:visited, .EnlaceGris A:link, .EnlaceGris A:visited, .LetraCopyright {
	color: #CCCCCC;
}

/* Color Amarillo Oro */
.Amarillo,.MenuEnlaces A:hover, .TitulosAmarillo, .FechaAmarillo, .Enlace, .Enlace A:link, .Enlace A:visited, li {
	color: #FDCC0B;
}

/* Color Blanco */
.Contador, .TitulosBlanco, .NoticiaBlanco, .Puntos {
	color: #FFFFFF;
}

/* Color Gris Clarito */
.Campos, .BloqueNoticiaGris {
	color: #C8C8C8;
}

/* Color Gris Oscuro */
.EnlaceGris {
	color: #999999;
}

/* <-- Colores*/

/* Cuerpo --> */

/* Contenido */
body {
	background-color: #293958; /* Color Fondo */
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* Tablas y celdas */
table, td {
	border-collapse: collapse;
	border: none;
	padding: 0px;
}
/* Contenedor y Cuerpo */
.Todo, .Cuerpo 
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;

	height: 100%;
	width: 100%;
}
/* Cabecera */
.Cabecera {
	background-image: url(../imagenes/diseno/Cabecera.jpg);
	background-repeat: repeat-x;
	height: 130px;
	width: 100%;
}
/* Izquierda */
.Izquierda {
	background-color: #22304A; /* Color Fondo Izquierda */
	vertical-align: top;
	width: 18%;
}
/* Derecha */
.Derecha {
	margin-top:10px;
	width: 96%;
}
/* Pie */
.Pie {
	background-color: #162032; /* Color Fondo Pie */
	background-image: url(../imagenes/diseno/LineaGris.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
}
/* <-- Cuerpo */

/* Contenidos --> */


/* Enlaces del Menu */


.MenuEnlaces,.MenuEnlaces li, .MenuEnlaces A:link, .MenuEnlaces A:visited {
	font-family: Verdana;
	font-size: 12px;
	line-height: 27px;
	margin-left: 1px;
	margin-top: 5px;
	text-decoration: none;
}
.MenuEnlaces A:hover {
	text-decoration: none;
}
/* Texto Publicando */
.Publicando {
	font-family: Verdana;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}
/* Contador de Torneos */
.Contador {
	background-image:url(../imagenes/diseno/Contador.gif);
	background-position:center;
	background-repeat: no-repeat; 
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 4px;
	margin-top:3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:100%;
}
/* Título Blanco */
.TitulosBlanco {
	font-family: Verdana;
	font-size: 16px;
	font-style: italic;
}
/* Título Amarillo */
.TitulosAmarillo {
	font-family: Verdana;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}
/* Fecha (Amarillo) */
.FechaAmarillo {
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
}
/* Noticia (Blanco) */
.NoticiaBlanco {
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
}
/* Bloque Noticia (Gris) */
.BloqueNoticiaGris {
	font-family: Verdana;
	font-size: 13px;
	margin-left: 30px;
	margin-top: 5px;
	text-align: justify;
	width: 90%;
}
/* Enlace (Amarillo) */
.Enlace {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	margin-left: 30px;
	margin-top: 3px;
	text-align: right;
	text-decoration: none;
	width: 90%;
}
.Enlace A:link, .Enlace A:visited {
	text-decoration: none;
}
.Enlace A:hover {
	text-decoration: underline;
}
/* Puntos Separación (Gris) */
.Puntos {
	font-family: Verdana;
	font-size: 7px;
	text-align: center;
}
/* Destacado */
.Destacado {
	font-family: Verdana;
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	text-align:left;
}
.Destacado A:link, .Destacado A:visited {
	text-decoration: none;
}
.Destacado A:hover {
	text-decoration: underline;
}
/* Lista */
ul {
	margin: 0px;
	margin-left: 11px;
	padding: 0px;
}
li {
	list-style: disc;
	margin-left: 10px;
}

/* Campos de Texto */
.Campos {
	font-family: Verdana;
	font-size: 12px;
	background-color: #24324E; /* Fondo Campo */
	border: #999999 1px solid; /* Borde Campo */
}
/* Enlace Búsqueda Avanzada (Gris) */
.EnlaceGris {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
}
.EnlaceGris A:link, .EnlaceGris A:visited {
	text-decoration: underline;
}
.EnlaceGris A:hover {
	text-decoration: none;
}
/* Letras del Copyright */
.LetraCopyright {
	font-family: Verdana;
	font-size: 11px;
}
/* <-- Contenidos */