/* CSS Document */


/* codigo de video en reemplazo de sg-video...etc */
.videobox {
	position: absolute;
	top: 130px;
	left: -111px;
	width: 100%;
	z-index: 100;
}
.videobox iframe {
	position: relative;
	top: 50px;
	left: 309px;
}
.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 */




.etabs {
	position: absolute;
	top: 92px;
	left: 112px;
	width: 100%;
	height: 43px;
	z-index: 101;
}
.tab a{
	border-radius:0px 0px 130px 130px;
	
	color:#000000;
	text-decoration:none;
	height: 225px;
	width: 87px;
	display: block;
	margin-top: -11px;
	padding-top: 8px;
}
.tabsa {
	position: absolute;
	top: 1px;
	left: 1056px;
	background-image: url(../img/pes1.png);
	width: 82px;
	height: 220px;
	text-align: center;
	padding-top: 11px;
}
.tabsb {
	position: absolute;
	top: 1px;
	left: 1138px;
	background-image: url(../img/pes2.png);
	width: 82px;
	height: 220px;
	text-align: center;
	padding-top: 11px;
}
.tabsc {
	position: absolute;
	top: 1px;
	left: 1220px;
	background-image: url(../img/pes3.png);
	width: 82px;
	height: 220px;
	text-align: center;
	padding-top: 11px;
}

img.cerrar {
	position: absolute;
	top: -12px;
	right: -17px;
	cursor:pointer;
}
li.tabsa.active {
	background-image: url(../img/pes1sobre.png);
}
li.tabsb.active {
	background-image: url(../img/pes2sobre.png);
}
li.tabsc.active {
	background-image: url(../img/pes3sobre.png);
}

input{
	position: absolute;
	height: 57px;
	font-size: 56px;
	background: none;
	border-radius: 15px;
	border: dashed 5px #eb7f26;
	text-align: center;
}

#botonera{
	width: 280px !important;
}

.textocompletar{
	position:absolute;
	font-size: 35px;
	width: 214px;
	height: 33px;
}

.select1{
	position: absolute;
	font-size: 35px;
	top: 456px;
	left: 758px;
}

.digitar{
	top: 580px;
	right: 426px;
	width: 138px;
	color: #DF338A;
	border: dashed 5px #999999;
}

.verificar{
	position: absolute;
	font-size: 36px;
	background-color: #eb7f26;
	color: #fff;
	padding: 5px 10px;
	border-radius: 15px;	
	bottom: 124px;
	right: 77px;
	cursor: pointer;
}
.verificar:hover{
	opacity: 0.8;
}
.verificar:active{
	bottom: 120px;
	opacity: 1;
}

.reiniciar{
	cursor: pointer;
	position:absolute;
	bottom: 40px;
	right: 40px;
}