/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
}
body {
	background-color: #FFF;
	margin: 0px;
	background-image:url(../imagenes/bg_principal.jpg);
	background-repeat: repeat-x;
}
#contenedor{
	width:832px;
	height:600px;
	margin:auto;
}
#sombra_izq{
	width:35px;
	height:589px;
	background-image: url(../imagenes/sombra_grande_izq.png);
	background-repeat: no-repeat;
}
#sombra_der{
	width:35px;
	height:589px;
	background-image: url(../imagenes/sombra_grande_der.png);
	background-repeat: no-repeat;
}
#contenido{
	width:762px;
	height:600px;
	/*background-color: #FFFFFF;*/
}
#flash{
	width:762px;
	height:501px;
}
#menu{
	width:762px;
	height:70px;
	border-bottom:solid #E9641E 2px;
}
#pie{
	width:762px;
	height:21px;
	/*background-color: #FFFFFF;*/
	margin-top:1px;
	border-top:solid #CDCDCD 2px;
	border-bottom:solid #E9641E 3px;
}
#menu_bg_futbol{
	width:autopx;
	height:70px;
	padding-left:32px;
	background-color:#3E557E;
}
#menu_bg_basquetbol{
	width:auto;
	height:70px;
	padding-right:32px;
	background-color:#F28100;
	float:left;
}
.texto_pie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#737774
}
a.ligas_rosvel:link, a.ligas_rosvel:active, a.ligas_rosvel:visited, a.ligas_menu_principal:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#666;
	text-decoration: none;
}