/* CSS Document */



.imgfot img {
	width: 100%;
	position: absolute;
	top: -20px;
	left: 0px;
	z-index: 1;
}
.textfot {
	font-size: 48px;
	color: #D049CE;
	display: block;
	text-align: center;
	margin-top: 30px;
}
.panel-container {
	background-color: transparent!important;
	border: none!important;
}
ul.etabs li {
	background-color: transparent!important;
	border: none!important;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
ul.etabs li:hover {
	transform:scale(1.1,1.1);
}
.ta1 {
	background-image: url(../img/btn_r_i.png)!important;
	height: 59px;
	width: 230px;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}
.t1{
	height: 59px;
	width: 230px;
}
li.active a.active div.ta1 {
	background-image: url(../img/btn_a_i.png)!important;
} 
.ta2 {
	background-image: url(../img/btn_r_m.png)!important;
	height: 62px;
	width: 208px;
	margin-left: 6px;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}
.t2{
	height: 62px;
	width: 208px;
}
li.active a.active div.ta2 {
	background-image: url(../img/btn_a_m.png)!important;
	}
.ta3 {
	background-image: url(../img/btn_r_e.png)!important;
	height: 61px;
	width: 208px;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}
.t3 {
	height: 61px;
	width: 208px;
}
.imgfail{
	position:absolute;
	width: 220px;
	display: none;
	z-index: 1000;
	cursor:pointer;
}
.imgfail1{
	position:absolute;
	width: 220px;
	display: none;
	z-index: 1000;
	cursor:pointer;
}
li.active a.active div.ta3 {
	background-image: url(../img/btn_a_e.png)!important;
	}
.ta4 {
	background-image: url(../img/btn_r_v.png)!important;
	height: 62px;
	width: 187px;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}
.t4 {
	height: 62px;
	width: 187px;
}
li.active a.active div.ta4 {
	background-image: url(../img/btn_a_v.png)!important;
	}
	
	
ul.etabs {
	position: absolute;
	width: 867px;
	height: 97px;
	top: 527px;
	left: 230px;
}
.textgen {
	padding: 0px 60px 0px 60px;
	color: white;
	font-size: 30px;
}
.textgen ol li {
	list-style-image: url(../img/vineta2.png);
	margin-top: 24px;
}


img.imgport {
    width: 327px;
    top: 22px;
    position: absolute;
    left: 46px;
}

.textotab {
    position: absolute;
    top: 24px;
    left: 370px;
    width: 887px;
    height: 459px;
    padding: 10px;
}

.textotab p {
    font-size: 28px;
    height: 416px;
    overflow: auto;
    color: #fff;
    padding: 10px;
}

label {
    font-size: 31px;
    color: #fff;
    display: block;
    margin-left: 40px;
    cursor: pointer;
}

input.chec {
    width: 30px;
    height: 30px;
}

input.chec:checked {
    background-color: #EB4FA4;
}

/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: -30px;
	left: 10px;
	width: 100%;
	z-index:100;
}
.videobox video{
	position:relative;
	top: 59px;
	left: 300px;
}
.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 */

