#contenido {
/*position:relative;
width: 990px;*/
width: auto;
}

* html #contenido {
width: 1330px;

}


h1.agregar, h1.mostrar, h1.editar, h1.blanco {
	margin-top: 45px;
	width: 990px;
	height: 29px;
	font-size: 15px;
	color:#2E2E2E;
	text-align: center;
}

h1.blanco {
	background: url(imagenes) top left no-repeat;
}

ocultar {
display: none;
}

h1.agregar {
	background: url(imagenes/agregar.png) top left no-repeat;
}
h1.mostrar {
	background: url(imagenes/mostrar.png) top left no-repeat;
}
h1.editar {
	background: url(imagenes/editar.png) top left no-repeat;
}



table.tabla {
	padding: 0;
	width: 1330px;
	margin: 10px;
	border: 1px solid #8a0000;
	margin-left: 0px;
	
}

table.tablaCorreo {
	padding: 0;
	width: 1330px;
	margin: 10px;
	border: 1px solid #BED4EB;
}

table.tabla img {
height: 200px;     margin: -2px 10px 0px 0px; /*anterior ninguno*/
border: 0;
}
table.tabla thead th {
	background:#BED4EB;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border: 1px solid #8a0000;
	color: #8a0000;
	font-weight: bold;
	font-size: 14px;
}
table.tabla th.titulo {
	color: #36434C;
	font-weight: 12px;
	background:#8a0000;
	text-align: center;
}
table.tabla .campo {
	border: 1px solid black;
	font-size: 12px;
	color: black;
}
table.tabla tbody input, table.tabla tbody textarea {
	border: 1px solid black;
}
table.tabla tfoot td {
	text-align: center;
	padding: 5px;
}
table.tabla tfoot input, .boton {
	height: 22px;
	background: url(imagenes/fondo-boton.png) repeat-x bottom;
	font-size: 12px;
	font-weight: bold;
	color: #2E2E2E;
	margin-right: 5px;
}
.boton-entrar {
	margin-right: 0;
}
table.tabla tbody th {
	padding: 2px;
	font-size: 12px;
	background: #eee;
	color: #2E2E2E;
	text-align: right;
}


/*-------contenido----*/
table.tabla td {
	padding: 2px;
	font-size: 12px;
	background: #f9f9f9;
}
table.tabla tbody td.izquierda {
	text-align: left;
}
table.tabla tbody th.centrar {
	text-align: center;
}
.texto_azul_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

/* TABLA JUEGOS*/
/* Show only to IE PC \*/
* html .juegoshead h2 {height: 1%;} /* For IE 5 PC */

.sidejuegos {
	margin:0;  /*center for now */
	/*width: 30em;  ems so it will grow */
	width: 600px;
	background: url(imagenes/sbbody-r.gif) no-repeat bottom right;
	font-size: 12px;
}
.juegoshead {
	background: url(imagenes/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.juegoshead h2 {
	background: url(imagenes/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 13px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.juegosbody {
	background: url(imagenes/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
