body{
	background-image: url(imagenes/background.png);
	background-repeat: repeat-x;
	background-color: #CCCCFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

/* ESTILO DE LA TABLA DE ANIME*/

table.anime{
	border-collapse: collapse;
}

table.anime tbody td{
	font-size: 80%;
	border: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-color: Gray;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.over {
	/*background-color: InactiveCaptionText;*/
	background-color: #87CEFA;
}



table.anime tbody span{
	font-size: 70%;
}

table.anime tbody td a{
	color: Black;
	text-decoration: none;
}

table.anime tbody td a:hover{
	color: ThreedDarkShadow;
}

/* TERMINA ESTILO DE TABLA ANIME */


/* ESTILO DE LAS NOTICIAS */
table.noticia{
	width: 694px;
	border-collapse: collapse;
}

table.noticia thead{
	height: 73px;	
}

table.noticia tbody td{
	font-size: 90%;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(imagenes/noticia_body.png);
	background-repeat: repeat-y;	
}

table.noticia tbody img{
	float: left;
	margin-right: 15px;
}

td.titulonoticia{
	width: 50%;
	background-image: url(imagenes/noticia_headleft.png);
	padding-left: 30px;
	text-align: left;
	font-weight: bold;
	font-size: 120%; 
	
}

td.fechanoticia{
	width: 50%;
	background-image: url(imagenes/noticia_headright.png);
	padding-bottom: 15px;
	padding-right: 150px;
	vertical-align: bottom;
	text-align: right;	
	font-size: 75%;
	color: White;
}

table.noticia tfoot{
	height: 17px;
	background-image: url(imagenes/noticia_foot.png);
	background-repeat: no-repeat;
}
/* TERMINA ESTILO NOTICIAS */
/* ESTILO DE MARCO PRINCIPAL */
table.tablaInicio{
	background-color: white;
	border-color: black;
	border: 1px;
	border-style: solid;	
}
/* TERMINA ESTILO MARCO PRINCIPAL */
/* ESTILO DEL MENU */
table.menu{
	width: 100%;
	border-collapse: separate;
	font-size: 90%;			
}

table.menu thead th{
	background-image: url(imagenes/menu.png);
	background-repeat: no-repeat;
	height: 36px;
}

table.menu tbody td{
	height: 25px;
	background-image: url(imagenes/celdasmenu.png);
	background-repeat: no-repeat;
}

table.menu a:link{
	color: Black;
	text-decoration: none;
}

table.menu a:visited{
	color: Black;
	text-decoration: none;
}

table.menu a:hover{
	font-weight: bold;
}
/* TERMINA ESTILO DEL MENU*/
/* ESTILO ESTADISTICAS*/
table.estad{
	width: 120px;
	border-collapse: collapse;
}

table.estad thead th{
	height: 46px;
	background-image: url(imagenes/estadisticas_head.png);
	background-repeat: no-repeat;
}

table.estad tbody td{
	background-image: url(imagenes/estadisticas_body.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
}

table.estad tfoot td{	
	height: 7px;
	background-image: url(imagenes/estadisticas_foot.png);
	background-repeat: no-repeat;	
}
/* TERMINA ESTILO ESTADISTICAS*/
td.zonamenu{
	/*background-color: white;*/
   width: 120px;
	vertical-align: top;	
}


/* ESTILO DEL PIE DE PAGINA */
td.footer{
	font-size: 70%;
	text-align: center;
}

td.footer a:link{
	color: #9370DB;
	text-decoration: none;
}

td.footer a:visited{
	color: #9370DB;
	text-decoration: none;	
}

td.footer a:hover{
	text-decoration: underline;	
}
/* TERMINA ESTILO DEL PIE DE PAGINA */


img{
	border: none;
}