@charset "UTF-8";
/* CSS Document */

body {
	background: #000 url(images/bkgnd6.jpg) repeat-x;
	margin-bottom: 0px;
	margin-top: 20px;
	}

#page {
	width:852px;
	position: relative;
	margin: 0 auto 0 auto;
	}
	
.slideshow {
	position: relative;
	width: 780px;
	height: 240px;
	margin: 56px 0px 0px 35px;
	float: left;
	clear: both;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	}
	
#background_container {
	float:left;
	background: url(images/Spacer_782.png) repeat-y;
	margin-top: 40px;
	}
	
#content_container {
	background: url(images/TopBracket.png) no-repeat;
	position: relative;
	float:left;
	clear:both;
	margin-top:0px;
	margin-left: 35px;
	border-top: 1px solid #FFFFFF;
	margin-right: 35px;
	}
	
#content {
	float:left;
	clear:left;
	display:inline;
	width:481px;
	padding-left:40px;
	padding-right:25px;
	}
	
#side_container {
	float:left;
	clear:right;
	width:236px;
	}
	
#sidebar {
	font-weight: normal;
	color: #555555;
	}
	
#footer { /*Give the footer a relative position to keep it in the right place in the flow of the document. */
	position: relative;
	float:left;
	clear:both;
	width:852px;
	height: 90px;
	font-family: "Lucinda Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	background: url(images/BottomNav.png) no-repeat;
	padding-top: 45px;
	margin-left:35px;
	}
	
p {
	font-family: "Lucinda Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	color: #555555;
	margin-bottom:1em;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #2E3F65;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #F09B4A;
	}
	
h3 {
	font-family: "Lucinda Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 140%;
	color: #555555;
	font-weight: normal;
	}
	
.blue {
	color: #2E3F65;
	font-weight: bold;
	}
	
.lista_contenido
{
	font-size:.8em;
	color:blue;
	text-indent:1.5em;
	list-style-position:inside;
}

.lista_ligas 
{
	text-indent:1.5em;
	list-style-position:inside;
	list-style:none;
}

#content ul li a:link, #content ul li a:visited
{
	font-size:.9em;	
	line-height:1.5em;
	text-decoration:underline;	
}

#content ul li a:hover
{
	color:blue;
}


.orange {
	color: #F09B4A;
	font-weight:bold;
	}
	
.bold {
	font-weight: bold;
	color: #000;
	}
	
.italic {
	font-style: oblique;
	line-height: 115%;
	}
	
.menu a:link, .menu a:visited {
	font-weight:normal;
	text-decoration: none;
}	
a:link, a:visited {
	color:#FF6600;
	font-weight:bold;
	text-decoration: none;
	}
a[href  ^="mailto"] {  	
	color:#000000;
	font-weight:normal;
}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
a.sidebar:link {
	color: #F09B4A;
	text-decoration: none;
	font-weight: bold;
	}
	
a.sidebar:visited {
	color: #F09B4A;
	text-decoration: none;
	}
	
a.sidebar:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
	
.image {
	padding-right: 10px;
	padding-top:5px;
	clear: right;
	float: left;
	}
	
.image_right {
	padding-left: 10px;
	padding-top: 5px;
	clear: left;
	float: right;
	}
	
.footer li {
	display: inline;
	padding-left: 0.9em;
	padding-right: 0.8em;
	border-left: 1px solid #FFFFFF;
	}

.footer li.first {
	border-left: 0;
	padding-left: 17px;
	}
	
a.footer:link {
	color: #FFF;
	text-decoration: none;
	}
	
a.footer:visited {
	color: #FFF;
	text-decoration: none;
	}

a.footer:hover {
	color: #F09B4A;
	text-decoration: none;
	}