/* GLOBALES */

html, body {margin:0; padding:0;}

body {
	background:#000 url(img/fondo.gif) repeat-x top;
	color:#FFF;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#contenedor {
	width:850px; 
	margin:6px auto 0 auto; 
	background-image: url(img/iuyos.gif);
	background-repeat:no-repeat;
	background-position: center top;
}

h1 { visibility:hidden; height: 120px;}
h2 { font-size:19px; font-weight:normal; border-bottom: 1px solid #CF0; padding-bottom:5px;}
h3 { font-size:12px; font-weight:normal; color:#888; background-color:#000; }
h3.estadisticas { color: #CF0; background-color:#000;}

p { margin-bottom: 30px;}
p.msg-contactos { color:#333; background-color:#CF0; padding: 5px;}
p.nohay { color: #666; background-color:#000; }


/* MENU */

ul#menu { width:795px; margin:0 auto; padding:0; list-style:none;height: 50px; overflow:hidden}
ul#menu li {display:inline;height: 50px; }
ul#menu li a {
	float:left;
	background-color:#000;
	color:#666;
	text-decoration:none;
	padding: 22px 14px 10px;
	margin: 0 2px;
}
ul#menu li a:hover {border-bottom: 3px solid #CF0; color:#CF0;background-color:#000;}


/* AVISOS Y AUSPICIANTES */

#avisos { display:inline; float: left; width:200px; margin: 0 30px 0 50px;}
#avisos h2 { border-bottom-color:#555;}
#avisos ul {margin:0 auto; padding:0; list-style:none; width:70%;}

ul#sponsors li { 
	border-top: 1px solid #333; 
	padding: 20px;
}
ul#sponsors li.top { border-color: #000;}

ul#sponsors li a {
	display:block;
	text-decoration:none;
	text-indent:-10000px;
	background-repeat:no-repeat;
	background-position: 0 0;
	margin: 0 auto;
}
ul#sponsors li a:hover {background-position: 0 100%;}
ul#sponsors li a#belviso {background-image:url(sponsors/belviso.gif);width:118px;height:32px;}
ul#sponsors li a#sport {background-image:url(sponsors/sportshop.gif);width:68px;height:46px;}
ul#sponsors li a#sanatorio {background-image:url(sponsors/sanatorio.gif);width:89px;height:77px;}
ul#sponsors li a#olimpo {background-image:url(sponsors/olimpo.gif);width:62px;height:57px;}
ul#sponsors li a#stroker {background-image:url(sponsors/stroker.gif);width:102px;height:39px;}
ul#sponsors li a#gymcity {background-image:url(sponsors/gymcity.gif);width:72px;height:86px;}



/* CONTENIDO */

#contenido {float: left; width:520px;}
#contenido a {color: #CF0; background-color:#000;}
table {border-collapse: collapse; margin-bottom:30px; width:99%}
table th {color:#CF0; background-color:#000; font-weight:normal; text-align:center; padding: 5px 10px;border-bottom: 1px solid #333;}
table th.posicion { padding-right: 20px;}
table th.equipo, table th.jugador { text-align:left; padding-right: 105px; padding-left:0;}
table th.partido { text-align:left; padding-right: 250px; padding-left:0;}

table tr {margin:0;}
table td {margin:0; padding: 5px 0 6px 0; border-bottom: 1px solid #333;}
table td.posicion { color:#666; padding-left:5px; background-color:#000;}
table td.puntos, 
table td.jugados, 
table td.gfavor, 
table td.gcontra, 
table td.diferencia,
table td.hora,
table td.multa,
table td.fecha,
table td.goles,
table td.cancha { text-align:center; color:#666; background-color:#000;}

table td.resultado,
table td.equipo-resultado { text-align:center;}

table td.pie { color: #666; font-size:10px; background-color:#000;}

#contenido ul { margin:0; padding:0; list-style:none;}
#contenido ul li { margin: 5px 0; color:#888;background-color:#000;}
#contenido ul li strong {color:#FFF; font-weight:normal;background-color:#000;}



/* REGLAMENTO */

#contenido.reglamento p {margin: 10px 0;}
#contenido.reglamento ul { margin: 25px; list-style: lower-alpha;}
#contenido.reglamento ul li { margin: 5px 0; color:#FFF;background-color:#000;}
#contenido.reglamento ul li strong {color:#FFF; font-weight:bold;background-color:#000;}

/* CONTACTOS */

#contenido form fieldset {margin:0; padding:0; border:none;}
#contenido form legend { display:none;}
#contenido form label {display: inline; float:left; width: 75px; color:#666; margin: 5px 0;background-color:#000;}
#contenido form input, #contenido form textarea { 
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:11px; 
	width:300px; 
	margin: 5px 0;
}
#contenido form input.submit {
	width: auto; 
	margin-left:78px; 
	background-color:#333; 
	color:#FFF; 
	border-bottom:1px solid #CF0;
	border-top: none;
	border-right: none;
	border-left: none;
	padding:7px;
}

/* FOTOS */
.fotos form { background-color:#222; border:1px solid #333; margin-bottom:15px; padding:5px 0; text-align:center; }
.fotos img { border:5px solid #555; margin:0 15px 15px 0; padding:1px; }

/* PIE DE PAGINA */

#pie {
	clear:both;
}
#pie p { 
	background-image: url(img/iuyos-bottom.gif);
	background-repeat:no-repeat;
	background-position: center top;
	text-align:right;
	margin:0; 
	padding: 85px 30px 40px 0;
	color:#555;
	background-color:#000;
}
#pie a {color:#FFF; text-decoration:none; background-color:#000;}
#pie a:hover {text-decoration:underline;}