body {
 background-color: #FF6600;
 margin: 0px;
 font-family: Helvetica, Arial;
 font-size: 13px;
 color: #FFF;
}
img{
	border:none;
}
a:active {
  outline:none;
}

a {
 color: #FFFFFF;
}
div#header{
	width: 100%;
	height:  80px;
	margin: 0px;
	background: url(../img/_layout_new/header_bak.jpg) repeat-x;
	position: fixed;
	top:0px;
}
div#logo{
	width: 250px;
	height:  77px;
	margin: 0px;
	margin-left: 20px;
	position: absolute;
	left: 0px;
	top:0px;
}
div#contentExternal{
	width: 100%;
	height:  90%;
	margin: 0px auto;
	z-index: -3;
}
#mainFrame{
	width: 100%;
	height: 90%;
	z-index: -3;
}
div#headerNav{
	width: 450px;
	height:  70px;
	margin: 0px auto;
	
}
div.headerNav_item{
	width: 40px;
	height:  40px;
	margin: 5px;
	float: left;
}
div#searchBar{
	width: 200px;
	height:  50px;
	margin: 10px;
	margin-top: 5px;
	position: absolute;
	right: 10px;
	top:0px;
}
div#contentWrapp{
	width: 100%;
	height:  2000px;
	margin: 0px;
	position: fixed;
	background: url(../img/_layout_new/contentWrapp_bak.jpg) repeat-x;
	z-index: -3;
	top:80px;
}
div#content{
	width: 700px;
	height:  550px;
	margin: 0px auto;
	z-index: 20;
	position: relative;
	background: url(../img/_layout_new/contentPanel_v4_bak.jpg) no-repeat;
}
div#contentView{
	width: 560px;
	height:  400px;
	position: absolute;
	top:60px;
	left: 67px;

}
div#contentNav_Next,#contentNav_Back, #contentNav_Cine, #contentNav_Juegos, #contentNav_Musica, #contentNav_Videos, #contentNav_Promo, #contentNav_Humor, #contentNav_Deportes{
	width: 60px;
	height:  60px;
	position: absolute;
	cursor: pointer;
	
}

div#contentNav_Next{
	top: 286px;
	left: 632px;
}
#contentNav_Back{
	top: 286px;
	left: 0px;
}
div#contentNav_Promo{
	top: 0px;
	left: 136px;
}
div#contentNav_Humor{
	top: 0px;
	left: 198px;
}
#contentNav_Cine{
	top: 0px;
	left: 260px;
}
#contentNav_Deportes{
	top: 0px;
	left: 334px;
}
#contentNav_Juegos{
	top: 0px;
	left: 410px;
}
#contentNav_Musica{
	top: 0px;
	left: 470px;
}

div#fixedLeft{
	width: 262px;
	height:  747px;
	position: fixed;
	z-index: -2;
	background: url(../img/_layout_new/content_fixedLeft_bak.jpg) no-repeat;
	top:80px;
}
div#fixedRight{
	width: 230px;
	height:  747px;
	position: fixed;
	z-index: -2;
	background: url(../img/_layout_new/content_fixedRight_bak_1.jpg) no-repeat;
	top:80px;
	right:0px;
}
#footer {
	width: 100%;
	height: 130px;
	z-index: 5;
	position: fixed;
	bottom: 0px;
} 
div#footerLeft{
	width: 346px;
	height:  130px;
	float: left;
	margin: 0px;
	margin-top: 30px;
	margin-left: 20px;
}
div#footerCenter{
	width: 250px;
	height:  20px;
	float: left;
	margin: 100px;
	margin-left: 20px;
	text-align: center;
}
div#footerRight{
	width: 180px;
	height:  130px;
	margin: 0px;
	float: right;
	font-size: 11px;
}