#cargador {
    padding-top:10px;
    padding-left:10px;
    background-color:#FFF;
    color:Highlight;
    width:200px; 
    height:60px;
    position:fixed;
    left:40%; 
    top:40%;
    z-index:9999999;
    -webkit-box-shadow: 10px 10px 93px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 93px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 93px 0px rgba(0,0,0,0.75);
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    border: 4px solid #000000;
}

.lblcargador{
    font-family:'Soft Elegance';
    font-size:20px;
    color:#000000;
    text-shadow:#fff 1px 1px 1px;
}
.contenidoTabla{
    font-size:20px;
    padding-left:25px;
	color:#000;
	
}

.TablaContenido{
    position:relative;
    z-index:100;
}
/*
.TablaContenido div{
    width:100%;
}*/
.tContenidoimg{
	width:400px;
	height:400px;
}
.tcontenidoh1{
	font-size:20px;
}

@media (max-width: 800px) and (min-width: 100px) 
{
	.tContenidoimg{
	width:100px;
	height:100px;
	}
	.tcontenidoh1{
		font-size:18px;
		color:#000;	
	}
}


.divTerminos{
    font-size: 14px;
    height: 100%;
    overflow-x: scroll;
    scrollbar-base-color:#ffeaff;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top:10px;
    text-align: justify;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    border: 1px solid #c7c3c7;
}
.marcoTabla{
    border:#000 0px solid;
    text-align:center;
    width:100%;
}
.marcoTabla td{
    border:#000 0px solid;
    vertical-align: middle;
    min-height: 50px;
    
}
.divMarcoTablaLogin{
    border: 0px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.marcoTablaLogin{
    border:#000 0px solid;
    text-align:center;
    background-color: #fff;
}
.marcoTablaLogin td{
    border-bottom: #c7c3c7 1px solid;
    height: 50px;
}

.TableCompras {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableCompras table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.TableCompras tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.TableCompras table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.TableCompras table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.TableCompras tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.TableCompras tr:hover td{
	
}
.TableCompras tr:nth-child(odd){ background-color:#c0f9c0; }
.TableCompras tr:nth-child(even)    { background-color:#ffffff; }.TableCompras td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:9px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.TableCompras tr:last-child td{
	border-width:0px 1px 0px 0px;
}.TableCompras tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TableCompras tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TableCompras tr:first-child td{
        background:-o-linear-gradient(bottom, #93d626 5%, #93d626 100%);	
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #93d626), color-stop(1, #93d626) );
	background:-moz-linear-gradient( center top, #93d626 5%, #93d626 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#93d626", endColorstr="#93d626");	
        background: -o-linear-gradient(top,#93d626,93d626);

	background-color:#93d626;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	color:#f4f4f4;
}
.TableCompras tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #93d626 5%, #93d626 100%);	
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #93d626), color-stop(1, #93d626) );
	background:-moz-linear-gradient( center top, #93d626 5%, #93d626 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#93d626", endColorstr="#93d626");	
        background: -o-linear-gradient(top,#93d626,93d626);
	background-color:#93d626;
}
.TableCompras tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.TableCompras tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.divcompras{
    width:100%;
}
.divLeft{
    float:left;
    border:none;
}
.divright{
    float:right;
    border:none;
}
.divdatosper{
    width:100%;
}
.contenidoPopup{
    width: 700px;
    height: 300px;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    border: 1px solid #c7c3c7;
}
.btnConfirm{
    background-color: #FFF;
    color:#000;
     border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    border: 1px solid #c7c3c7;
}
.pregunta{
	color:#000;
	font-size:20px;	
}
.Texto_respuestas{
	color:#06F;
	font-size:18px;
}
.btn-azul-login{
    color:#fff;
    background-color:#fff;
    border: 0px solid;    
}
.btn-azul-add{
    color:#fff;
    background-color:#006699;
    border: 0px solid;    
}

article{
    position:relative;
    width:100%;
    padding-top: 10px;
    padding-bottom: 50px;
    border: 0px solid #000000;
    color:#fff;
    background-color: #222933;
}
@font-face {
  font-family: 'Aquawax';
  src: url(../fonts/aquawax/Aquawax-Light.ttf) format('truetype');
}
.textTitle{
    font-size: 40px;
    font-family: 'Aquawax';
    text-align: center;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.galeria_slider{
    width:40%;
    background:#333;
    padding: 30px 0;
    height:20%;
    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
}
#galeria_slider .slider-inner {
    max-width:800px;
    margin:0 auto;/*center-aligned */
    font-size:0px;
    position:relative;
    box-sizing:border-box;
}

#galeria_slider .video video
{
    top:0; left:0; border:0;
    width: 600px;
    height: 400px;
    text-align: center;
    margin:0 auto;/*center-aligned */
    //background: black;
    position: relative; 
    margin-bottom: 50px;
    border:0px solid #000;
}
#thumbs{
    text-align: center;
    padding: 10px 0;  

}
#thumbs > span {
    width: 400px;
    background-color: #fff;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 10px;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
    border:2px solid transparent;
    transition:border 0.8s;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(189,179,189,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(189,179,189,1);
    box-shadow: 0px 0px 12px 0px rgba(189,179,189,1);
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    height: 125px;
    overflow-y: auto;
}

#thumbs > span:hover {
    border:2px solid #000;
}

#thumbs img {
    width: 35%;
}

#thumbs .playvideo {
    position: absolute;
    background: transparent url(../slide/img/playvideo.png) no-repeat center center;
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    opacity: 0.8;
    filter: alpha(opacity=40);
    text-align: center;
    color: white;
    font-size: 0.7em;
}
#thumbs .caption2{
    padding:50px 10px;
    margin:auto;
    left:0;right:0;
    top:auto;bottom:8%;
    width:100%;
    color:#000;
    position:relative;
    box-sizing:border-box;
    text-align: justify;
    font-size: 14px;
    font-family: 'Arial';
    margin-top: 30px;
}
#divhelp{
    position:fixed;
    width: 300px;
    height: 150px;
    border:1px solid #006699;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    background-color:#D83526;
    
    
}
#divhelp span{
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    
}
.txtAyuda{
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    color:#93d626
}
#banner-help{
    height: 400px;
    background-color: #FFF;
    background-image: url("../images/help.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#divHelp{
    text-align: center;
    vertical-align: center;
    
}

@media (max-width: 800px) and (min-width: 100px) 
{
	#thumbs > span {
            width: 80%;
            left:0px;
            margin-bottom: 10px;
            height: 300px;
            
            overflow-y: scroll;
        }
        #thumbs img {
            width: 100%;
            height: 150px;
        }
        #thumbs .playvideo {
            width: 100%;
            height: 150px;

        }
        #thumbs .caption2{
            margin-top: 10px;
            font-size: 12px;
        }
}