/* CSS Document */

body {
	background-color: #512500;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_color.jpg);
}
body,td,th {
	font-family: Papyrus;
	font-size: 14px;
}
a:link {
	color: #512500;
}
a:visited {
	color: #512500;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:active {
	color: #330000;
}
.small_text {
	font-size: 10px;
}
.image_border {
	border-style: solid;
	border-width: 1px;
	color: #000000;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.title_temporadas {
	font-weight: bold;
	color: #F5F67F;
}

#navigation {
	height:84px;
	background-image:url(/images/logo_menu/bg.gif);
	padding-top:14px;
	width:100%;
}

#navigation .nav {
	width:700px;
	margin:0px auto;
}

#logo {
	float:left;
	margin-top:11px;
}


/* EXTRAS */
.clear {
	clear:both;
}

