html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, Verdana;
}

body {
	background: white url("../images/fondo.png");
	background-repeat: repeat-x;
}

#header {
	width: 969px;
	height: 483px;
	margin: 0 auto;
	padding: 0;
	background: #fff url('../images/header_big.png') ;
}

#title {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	margin-top: 50px;
	margin-left: 100px;
	
	display: none !important;
	
}
#header-tv-content {
	position: absolute; 
	margin: 50px 0 0 580px;
	z-index: 1;
}
#flash {
	height: 200px; 
	width: 300px;
}
#menu {
	display: block;
	width: 929px;
	position: absolute;
	margin: 120px auto 0 auto;
	padding: 0 0 0 40px;
	list-style: none;	
}

#menu  li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#menu li span{
	font-size: 10px;
	display: block !important;
	position: absolute !important; 
	float: left;
	color: #fff;
}
#menu a {
	display: block;
	width: 100px;
	height: 30px;
	padding-top: 10px;
	background: #000 url('../images/menu_btn_normal.png') no-repeat;
	margin-right: 1px;
	
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#menu a:hover {
	background: #000 url('../images/menu_btn_hover.png') no-repeat;
}
#menu li ul {
	display: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
#menu li ul li {
	display: block;
	clear: both;
}
#menu > li > .submenu-hover0 {
}
#menu > li > .submenu-hover1 {
}
#menu li ul li ul {
	position: absolute;
	margin: -30px 0 0 100px;

}





#footer {
	width: 967px;
	height: 40px;
	margin: 2px auto;
	border: 1px solid #b4b4b4;
	background: #e5e5e5;
	color: #999;
	font-size: 13px;
}
#footer div.links {
	margin: 13px;
	float:left;
}
div.links a {
	color: #999;
	font-size: 13px;
	text-decoration: none
}
div.links a:hover {
	text-decoration: underline;
}
#footer div.legend {
	margin: 13px;
	float: right;
}

#content {
	width: 969px;
	margin: 2px auto;
}
.box {
	border: 1px solid #999;
}
.full {
	width: 969px;
}
.tiny {
	width: 200px;
	padding: 10px;
	height: 220px;
	margin: 2px
}
.half {
	width: 491px;
	padding: 10px;
	margin: 2px;
}
.margin {
	margin: 10px;
}
.padding {
	padding: 10px;
}
.padding-left {
	padding-left: 50px;
}
.big-padding-left {
	padding-left: 300px;
}
.absolute {
	position: absolute;
}
.floating {
	float: left;
}
.image {
	border: 0;
}
.margin-center {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left;
}
.text {
	font-family: Arial, Helvetica, Verdana;
	font-size: 13px;
}
.text-big {
	font-family: Arial, Helvetica, Verdana;
	font-size: 18px;
}
.bold {
	font-weight: bold;
}
.border-bottom {
	border-bottom: 1px solid #000;
}
.list-none {
	list-style: none;
}
 
.link {
	font-family: Arial, Helvetica, Verdana;
	color: #2d63b7;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.table {
	background: #999;
}
.table thead td, .table thead th {
	background: #fff;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.table tbody td, .table tbody th {
	background: #fff;
	color: #333;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}




