input {
	border:none;
}

/*inicio*/

#verificar{
	position: absolute;
	bottom: 20px;
	left: 840px;
}
#verificar:hover{
	-webkit-transform:scale(1.1);
	cursor: pointer;
}
/*tab 1 pagina 1*/
.texto_uno{
	width: 80%;
	height: 150px;
	position: absolute;
	bottom: 100px;
	left: 140px;
	font-size: 2em;
	border-radius: 10px;
}
/*tab 2 pagina 1*/
.dat{
	width: 80px;
	height: 40px;
	font-size: 2em;
	text-align: center;
	position: absolute;
}

/*tab 2 pagina 5*/
.dat2{
	width: 80px;
	height: 70px;
	font-size: 3em;
	text-align: center;
	position: absolute;
}


/*fin*/










.cerrar {
	position: absolute;
	top: -20px;
	right: -20px;s
}


.ins{
	position:absolute;
	top: 140px;
    left: 90px;
	opacity: 0;
	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
    -o-transition:all 1s ease-out;  /* Opera */
    -moz-transition:all 1s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 1s ease-out;   /* Internet Explorer */
    transition:all 1s ease-out;  /* W3C */
}

.etabs {
    position:absolute;
    right:20px;
    z-index: 10000;
}

.etabs .tab {
    margin:5px;
    background:#042c49 !important;
    border:none !important;
    border-color:none;
    height:50px;
    width:220px;
    text-align:center !important;
    padding:0 !important;
    color:#FFF !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
}

.etabs .tab a {
    color:#FFF !important;
    text-decoration:none;
    width:60px;
    height:60px;
    display:inline !important;
    line-height:50px !important;
    font-size:2em !important;
    text-shadow: 0 2px 0px rgba(0,0,0,0.3);
}

.etabs .tab.active {
    background:#ffaf39 !important;
    top:0 !important;
}

.tab-container .panel-container {
    padding:0;
    height:636px;
    border:none;
    background:none!important;
}

.buttons {
    position:absolute;
    bottom:30px;
    left:280px;
}

.btnPages {
    margin:5px;
    background:#042c49;
    height:50px;
    width:180px;
    text-align:center;
    border-radius: 12px;
    color:#FFF;
    display:inline-block;
    line-height:50px;
    font-size:2em;
    text-shadow: 0 2px 0px rgba(0,0,0,0.3);
}

.btnPages:first-child {
    margin-right:400px;
}



#tab-container ul{
	width:230px;
	bottom: 0px;
}
#tab-container ul li{
	width: 60px;
	display: inline-block;
	vertical-align: top;

}


#cont_02{
	width: 90%;
	height: 520px;
	top: 90px;
	position: relative;
	text-align: center;
}
.item{
	width: 220px;
	height:240px;
	background: #6A0021;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 10px 80px;
}
.sec{
	background:#F6F1D1;
	width: 95%;
	height:180px;
	background:#F6F1D1;
	margin: 0 auto;
	border-radius: 4px;
	margin-top: 5px;
}
