﻿body{
    /*Para no seleccionar en la página*/
    -webkit-touch-callout: none;
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    /*******************************/
}

.botoneranav
{
    display:none;
    z-index:10;
    padding:2px;
    border-radius:50px;
    position:absolute;
    bottom:15px;
    background:white; 
    -webkit-box-shadow: 0px 0px 1em rgba(150, 150, 150, 0.75);
    -moz-box-shadow: 0px 0px 1em rgba(150, 150, 150, 0.75);
    box-shadow:0 0 1em rgba(150, 150, 150, 0.75);
}

.botoneranav2
{
    border-radius:50px;
    width:100%;
    height:100%;
    background: rgb(231,231,231); 
    -webkit-box-shadow: inset 0px 0px 20px -5px rgba(117,116,117,1);
    -moz-box-shadow: inset 0px 0px 20px -5px rgba(117,116,117,1);
    box-shadow: inset 0px 0px 20px -5px rgba(117,116,117,1);
}

.botonnav
{
    position:absolute;
    top:5px;
    width:30px; 
    height:30px;
    border-radius:50px;
    padding-left:7px;            
    padding-top:5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    cursor:pointer;
}
.botonnav:hover
{
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(225,225,225,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(225,225,225,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.botoneranavicon
{
    top:2px;
    left:1px;
}

/**************************************************************************************************************************/
#TableCompras
{
    width:800px;
    margin-left:0px;
    background-color:rgba(139,149,156,0.5); 
    z-index:10;
}

.TableCompra
{
    width:100%;
    left:0px;
    border-radius:5px 25px 0px 0px;
    table-layout:fixed;
    border-collapse: collapse;
    z-index:10;
}

.TableCompraCabecera
{
    color:rgb(221, 221, 221);
    z-index:100;
    font-family:Arial;
    font-size:10px;
    line-height:25px;
    height:30px;
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,126,125,0.75) 0%, rgba(14,14,14,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,0.75)), color-stop(100%,rgba(14,14,14,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,126,125,0.75) 0%,rgba(14,14,14,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,126,125,0.75) 0%,rgba(14,14,14,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,126,125,0.75) 0%,rgba(14,14,14,0.75) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,126,125,0.75) 0%,rgba(14,14,14,0.75) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.TableCompraCuerpo
{
    border-radius:5px 25px 0px 0px;
    color:black;
    font-family:Arial;
    font-size:12px;
    line-height:25px;
    background:rgba(255,255,255,0.75);
    z-index:10;
}

.TableCompraTotal
{
    left:0px;
    width:100%;
    height:50px;
    margin-left:0px;
    table-layout:fixed;
    color:rgb(221, 221, 221);
    font-family:Arial;
    font-size:18px;
    line-height:25px;
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.TableCompraImg{width:5%; text-align:center;}
.TableCompraZona{width:15%; text-align:left;}
.TableCompraFila{width:5%; text-align:center;}
.TableCompraAsiento{width:5%; text-align:center;}
.TableCompraTarifa{width:23%; text-align:left;}
.TableCompraPrecio{width:10%; text-align:right;}
.TableCompraComision{width:10%; text-align:right;}
.TableCompraImporte{width:10%; text-align:right;}
.TableCompraDetalle{width:15%; text-align:center;}
.TableCompraQuitar{width:5%; text-align:center;}

.TableCompraImgCuerpo{width:5%; text-align:center; top:4px;}
.TableCompraQuitarCuerpo{width:5%; text-align:center; top:4px;}
    
.TableCompraTotalAsientos{width:30%; text-align:center;}
.TableCompraTotalDetalle{width:20%; text-align:left; font-size:12px;}
.TableCompraTotalTotal{width:15%; text-align:center;}
.TableCompraCarrito{width:15%; text-align:center;}
.TableCompraVender{width:15%; text-align:center;}

.TableCompraPieDetalle:active 
{
    animation:1s ocultar steps(1, start);
}

.ImgEspectaculo{margin-left:5px; margin-top:5px; top: 0px; left: 0px;}
.LitEspectaculo{font-size:1.3rem; color:white;}
.LitRecinto{position:relative;top:-2px; font-family:Tahoma; font-size:12px; color:white;}
.LitSala{position:relative;top:-3px; font-family:Tahoma; font-size:12px; color:white;}
.LitFecha{font-size:20px; color:rgb(213,187,32); text-transform:capitalize;}
/*
.ImgEspectaculo{margin-left:25px; margin-top:25px; top: 0px; left: 0px;}
.LitEspectaculo{top:25px; margin-left:25px;font-size:1.3rem; color:white;}
.LitRecinto{top:55px; margin-left:25px; font-family:Tahoma; font-size:12px; color:white;}
.LitSala{top:70px; margin-left:25px; font-family:Tahoma; font-size:12px; color:white;}
.LitFecha{top:100px; margin-left:25px; font-size:20px; color:rgb(213,187,32); text-transform:capitalize;}
*/

#Sipnosis{position:relative;font-family:Tahoma; font-size:14px; color:white;cursor: pointer;}
#Sipnosis:hover {font-weight:bold;text-decoration:underline;}

#divComentarioOculto{
    position: absolute;
    color:white;
    background-color: rgba(48,56,62,0.85);
    width:350px;
    margin-left:300px;
    z-index: 150;
    padding:15px;
    display:none;
    border-color: white;
    border-width: 2px 1px 1px 2px;
    border-radius: 15px 0 15px 0;
    border-style: solid solid none none;
    box-shadow: 6px 3px 10px rgba(0,0,0,0.75);
}

#divComentario {
    left: 96.5%;
    overflow: hidden;
    position: fixed;
    top: 30%;
    width: 40%;
    z-index: 100;
    /*font-family:"Times New Roman", Times, serif;*/
    font-size:90%;
}

#fijodcha {
    background-color: rgba(48,56,62,0.85);
    border-color: white;
    border-image: none;
    border-radius: 15px 0 0 15px;
    border-style: solid none none solid;
    border-width: 4px 0 1px 2px;
    box-shadow: -6px 0px 10px black;
    clear: left;
    color: white;
    float: right;
    overflow: hidden;
    padding: 10px 0 0 10px;
    position: relative;
    top: 35%;
    width: 90%;
    z-index: 100;
}

.vertical{
    background-color: rgba(48,56,62,1);
    border-radius: 10px 10px 0 0;
    clear: both;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 0.9em;
    padding: 2px;
    position: absolute;
    top: 45%;
    right: 83%;
    text-align: center;
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform: rotate(-90deg);
    width: 110px;
    z-index: 150;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.vertical:hover {
    font-size:1em;
    font-weight:bold;
    text-decoration:underline;
}

.optleyenda
{
    border: 0px solid black;
    text-align:center;
}
