﻿@charset "UTF-8";

/* Cañeros 11-12 */
/* Versión 6, Octubre de 2011. Creada por Andrey Fuentes */
/* Juego en Linea */

@import url("reset.css");

/********************************************************************** HTML */
body {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}
p {
	line-height: 1.2;
	margin: auto auto 1em auto;
}
a { color: #003300;}
a:hover { color: #00CC00;}
/****************************************************************** FIN HTML */

#page {
	background: #FFF none;
	margin: auto;
	width: 960px;
}

#contenedor {
	margin: auto;
	width: 960px;
}

/********************************************************************* TEXTO */
.fin {
	font-weight: bold;
}

.colormex {
	border: 1px #FF0000 solid;
	margin: 2px 0px 2px 0px;
}
.colorher {
	border: 1px #FF9900 solid;
	margin: 2px 0px 2px 0px;
}
.colorobr {
	border: 1px #000099 solid;
	margin: 2px 0px 2px 0px;
}
.colornav {
	border: 1px #FF0000 solid;
	margin: 2px 0px 2px 0px;
}
.colormoc {
	border: 1px #006600 solid;
	margin: 2px 0px 2px 0px;
}
.colorgua {
	border: 1px #0000FF solid;
	margin: 2px 0px 2px 0px;
}
.colorcul {
	border: 1px #CC3300 solid;
	margin: 2px 0px 2px 0px;
}
.colormaz {
	border: 1px #FF0000 solid;
	margin: 2px 0px 2px 0px;
}
.colorext {
	border: 1px #000 solid;
	margin: 2px 0px 2px 0px;
}

.colormex h2, .fondomex {
	background: #FF0000;
	color: #FFF;
}
.colorher h2, .fondoher {
	background: #FF9900;
	color: #000;
}
.colorobr h2, .fondoobr {
	background: #000099;
	color: #FFF;
}
.colornav h2, .fondonav {
	background: #FF0000;
	color: #FFFF00;
}
.colormoc h2, .fondomoc {
	background: #006600;
	color: #FFFF00;
}
.colorgua h2, .fondogua {
	background: #0000FF;
	color: #FFF;
}
.colorcul h2, .fondocul {
	background: #CC3300;
	color: #FFF;
}
.colormaz h2, .fondomaz {
	background: #FF0000;
	color: #FFF;
}
.colorext h2 {
	background: #000;
	color: #FFF;
}

.lineup {
	background: #333 url('juegoenlinea/imagenes/fondolineup.png') repeat-x scroll left top;
	border: 0;
	color: #FFF;
	height: 230px;
}
.lineup p {
	padding: 0 2px 8px 2px;
}

/******************************************************************** TABLAS */
.jel {
	width: 960px;
}
.jel td {
	vertical-align: top;
}
.narracion {
	width: 300px;
}

.laborgeneral {
	font-size: 10px;
	width: 300px;
	height: 200px;
}
.laborgeneral th {
	background: #222;
	color: #FFF;
	text-align: right;
	vertical-align: middle;
	width: 100px;
}
.laborgeneral td {
	background: #111;
	color: #FFF;
	padding: 0 4px;
	vertical-align: middle;
	width: 200px;
}

.linkentrada {
	width: 100%;
	height: 60px;
}
.linkentrada td {
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
.linkentrada a {
	background: #666666;
	color: #FFF;
	display: inline-block;
	line-height: 20px;
	width: 100%;
	height: 20px;
}
.linkentrada a:hover {
	background: #000;
	color: #FFFF00;
}

#pizarra
{
	background: #000 url('imagenes/pizarra.gif') no-repeat scroll left top;
	width: 480px;
	height: 60px;
}
#pizarranum {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#pizarranum td {
	vertical-align: middle;
	height: 22px;
}

/************************************************************ JUEGO EN LINEA */
/*ponches*/.rojo {
	color: #FF0000;
	font-weight: bold;
}

.terreno {
	background: url('juegoenlinea/terreno.jpg');
	color: #FFFF00;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 480px;
	height: 430px;
}

.terreno h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}

.nomostrar, #nomostrar {
	display: none;
}



