#tab-container {
	width:235px;
	position: absolute;
}

.tab-container .etabs{
	margin-left: 80px !important;
	margin-top: 100px !important;
	position:absolute;
	z-index: 100;
}

.tab-container .etabs .tab{ 
	background-color: transparent;
	border-radius: 20px !important;
	margin-top: 20px !important;
	box-shadow: 0px 5px rgba(0,0,0,0.2);}

.tab-container .etabs .tab a{
	width: 268px;
	height: 54px;
	background-color: #FC6B08;	
	color: #fff !important;
	text-decoration:none !important;
	border-radius: 15px !important;		
}

.tab-container .etabs .active{
	border-radius: 20px !important;
	background-color: #933E05 !important;
	box-shadow: none;
}

.panel-container{
}

#tabs1{
	position:absolute;
	width: 1040px;
	height: 417px !important;
	left: 286px;
	top: 154px;
	z-index: 50;	
}

#tabs2{
	position:absolute;
	width: 1040px;
	height: 417px !important;
	left: 286px;
	top: -63px;
}

#tabs3{
	position:absolute;
	width: 1040px;
	height: 417px !important;
	left: 286px;
	top: -61px;	
	background-color: transparent !important;
}

#tabs4{
	position:absolute;
	width: 1040px;
	height: 417px !important;
	left: 286px;
	top: -61px;	
	background-color: transparent !important;
}

/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 100%;
	z-index:50;
}
.videobox iframe{
	position:relative;
	top: 89px;
	left: 157px;
}
.cartel {
	position: absolute;
	cursor:pointer;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	text-align:center;
	min-width: 200px;
	max-width: 760px;
	z-index:101;
}
.titcartel {
	color: rgb(255, 255, 255);
	font-size: 1em;
	padding: 10px;
	border-radius: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	background: rgb(19, 26, 45);
}
.titcartel h2{
	padding: 7px 10px 11px;
	border-radius: 7px;
	border: 3px dashed rgb(243, 236, 130);	
}
/* Finaliza codigo de video */

#tapar{
	position:absolute;
	width: 288px;
	height: 55px;
	top: 268px;
	left: 80px;
	z-index: 200;
	border-radius: 15px;
	background: rgba(204,204,204,0.5);
}
#tapar2{
	position:absolute;
	width: 288px;
	height: 55px;
	top: 342px;
	left: 80px;
	z-index: 200;
	border-radius: 15px;
	background: rgba(204,204,204,0.5);
}

.imagencentral{
	position: absolute;
	top: 200px;
	left: 155px;
}

.p_next1, .p_prev1{
	height: 50px;
	font-size:40px;
	position: absolute;
	top: 558px;
	right: 59px;
	background: #64b238;
	border-radius: 15px;
	padding: 10px;
	color: #FFF;
}
.p_next1:hover{
	opacity: 0.8;
}
.p_prev1:hover{
	opacity: 0.8;
}
.p_next1:active{
	background: #006633;
}
.p_prev1:active{
	background: #006633;
}