@charset "UTF-8";
#outer #navegacion {
	width: 850px;
	height: 50px;
	background-color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#outer #navegacion ul {
	list-style-type: none;
	margin: auto;
	padding-bottom: 6px;
	padding-top: 18px;
}
#outer #navegacion li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
}

#outer #navegacion .current {
	color: #CCFF00;
}


#outer #navegacion a {
	color: #0099FF;
	text-decoration: none;
}

#outer #navegacion a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#outer #banner_campeonato {
	background-color: #99CC00;
	width: 850px;
	padding: 0px;
}
#outer #cinterior #tres .direcciones {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outer #cinterior #tres .direcciones td {
	height: 50px;
	font-size: 12px;
}

