body {
	background-image: url(imgs/fondo.gif);
	background-repeat: repeat-x;
	background-color: #566868;
	margin: 15px;
	font-family: "Trebuchet MS", sans-serif;
}
a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#cabecera {
	background-color: #576968;
	width: 470px;
	height: 80px;
	background-position: 15px 15px;
	background-image: url(imgs/cabecera.gif);
	background-repeat: no-repeat;
}
#menu {
	background-color: #576968;
	width: 470px;
	height: 18px;
}
em {
	display: none;
}
#contenedor {
	background-color: #FFF;
	padding: 15px;
	width: 440px;
	height: 400px;
	clear: both;
}
#contenedor img {
	border: 10px solid #F7F8F8;
}
#contenedor p {
	margin: 3px 0 0 0;
}
#contenedor table {
	width: 97%;
}
#contenedor td {
	text-align: center;
}
#resultado {
	background-image: url(imgs/fondoresultado.gif);
	width: 440px;
	height: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#estado {
	width: 440px;
	text-align: center;
	font-size: 10px;
	background-color: #F7F8F8;
}
#local {
	width: 220px;
	height: 80px;
	background-color: #F7F8F8;
	float: left;
	font-size: 10px;
	text-align: center;	
}
#visitante {
	width: 220px;
	height: 80px;
	background-color: #F7F8F8;
	float: left;
	font-size: 10px;
	text-align: center;
}
#comentarios {
	clear: both;
	margin-top: 10px;
	background-color: #F7F8F8;
	width: 440px;
	height: 250px;
	overflow: auto;
}
#comentarios table {
	width: 95%;
	margin-top: 8px;
}
#comentarios th {
	vertical-align: top;
	font-size: 12px;
	width: 15%;
	border-bottom: 1px dashed #CCC;
}
#comentarios td {
	vertical-align: top;
	font-size: 12px;
	border-bottom: 1px dashed #CCC;
	text-align: left;
}
#navegacion {
	text-align: right;
	margin-bottom: 3px;
}
#enlaces {
	float: left;
}
#firma {
	font-size: 11px;
	text-align: right;
}
#enlaces a {
	text-decoration: none;
	color: #666;
	font-size: 10px;
}
ul {
	margin: 0;
	padding: 0 0 0 10px;
	
}
li {
	display: inline;
}
li a {
	display: block;
	padding-top: 5px;
	margin-right: 2px;
	border-top: 2px solid #FFF;
	float: left;
	width: 108px;
	height: 18px;
	font-size: 12px;
	color: #333;
	background-image: url(imgs/fondopestanas.gif);
}
li a:hover {
	border-top: 2px solid #F00; 
}
li a#activo {
	border-top: 2px solid #FC0;
	background-color: #FFF;
	background-image: none;
	color: #CCC;
}
select {
	font-family: "Small Fonts",  sans-serif;
	font-size: 9px;
}