@charset "utf-8";
body {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#contenedorGeneral {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 1;
	min-width:1020px;
}
#barratop {
	background-image: url(../images/TV_barratop.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 66px;
	width: 100%;
	z-index: 100;
	float: left;
}
#logo {
	width: 108px;
	position: absolute;
	height: 83px;
}
#contenedorBarraTop {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 5px;
	float: none;
	z-index: 100;
}
#contenedorVideo {
	width: 100%;
	position: relative;
	z-index: 50;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	top: -5px;
	height: 300px;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
}

#contenedormenu {
	background-image: url(../images/TV_BGNegroMenu.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	width: 100%;
	position: relative;
	z-index: 50;
	float: left;
	top: -5px;
}
#contenedorBody {
	width: 100%;
	position: relative;
	z-index: 150;
	padding-top: 10px;
	clear: both;
	float: left;
	left: 0px;
}

.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
}
h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 120%;
	float: left;
	width: 100%;
}
