﻿@font-face {
       font-family: 'opensans';
       src: url('./Fonts/OpenSans-Regular.ttf');
       font-weight:normal;
}

@font-face {
       font-family: 'trueno';
       src: url('./Fonts/Raleway-SemiBold.ttf');
       font-weight:normal;
}     

@font-face {
       font-family: 'myriad';
       src: url('./Fonts/Myriad.ttf');
       font-weight:normal;
}    

@font-face {
       font-family: 'roboto';
       src: url('./Fonts/Roboto-Regular.ttf');
       font-weight:normal;
}    

@font-face {
       font-family: 'lato';
       src: url('./Fonts/Lato-Regular.ttf');
       font-weight:normal;
}    

@font-face {
       font-family: 'overpass';
       src: url('./Fonts/segoeui.ttf');
       font-weight:normal;
}    

html,body
{    
    height:96%;
    font-family: 'Lucida Sans Unicode/Lucida Grande';
    background:rgba(250, 247, 247, 0.84);
       
}

.arribaderecha
{
    text-align: right;
    position: static;
}

.marco
{
position: absolute;
display:table;
text-align:center;
width: 96%; /* Definimos el ancho del objeto a centrar */
height: 95%; /* Definimos el alto del objeto a centrar */
    border: 1px solid rgba(153, 153, 153, 0.30);
    margin: 1%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-color: white;
	
}
.intro
{
    font-size: 40px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    font-style: normal;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: roboto;
    text-align:center;
}

.subintro
{
    font-size: 25px;
    font-family: roboto;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    font-style: normal;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.textoizquierdo 
{
    text-align:left;
}
.entrar {
	border-radius: 25px;
	font-family: Tahoma,sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    font-size-adjust: none;
    font-stretch: normal;
	font-weight: bold;
	text-align: center;
}

.smallbutton {
	border-radius: 5px;
    width: 135px;
	font-family: Tahoma,sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    font-size-adjust: none;
    font-stretch: normal;
	font-weight: bold;
	text-align: center;
}

.grandederecha
{
    border-radius: 25px;
    width: 150px;
    height: 120px;
    font-size: 15px;

    color: #3E3D40;
    font-family: sans-serif;
    cursor: pointer;
    background: #CC3440;
    color: #f2f2f2;
    transition: all 500ms ease;
}

.grandederecha:hover{     
    background: rgba(0,0,0,0);
    color: #CC3440;
    box-shadow: inset 0 0 0 3px #CC3440;
}

.grandeizquierda
{   
    border-radius: 25px;
    width: 150px;
    height: 120px;
    font-size: 15px;

    color: #3E3D40;
    font-family: sans-serif;
    cursor: pointer;
    background: #CC3440;
    color: #f2f2f2;
    transition: all 500ms ease;
}

.grandeizquierda:hover{     
    background: rgba(0,0,0,0);
    color: #CC3440;
    box-shadow: inset 0 0 0 3px #CC3440;
}

.grandeizquierdaoff
{   
    border-radius: 25px;
    width: 150px;
    height: 120px;
    font-size: 15px;
    opacity: 0.4;
    color: #3E3D40;
    font-family: sans-serif;
    background: #CC3440;
    color: #f2f2f2;
    transition: all 500ms ease;
}

.barraarriba
{
    padding: 1px;
    height: 40px;
    border-radius: 3px;
    background: rgba(250, 247, 247, 0.84);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    font-family: Lucida Sans Unicode/Lucida Grande;
    font-size: 17px;
}

.barraarriba2{
    border-bottom: 1px solid #ADADAD;
    background-color: rgba(250, 247, 247, 1);
    border-radius: 0;
    height: 40px;
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    color: #222;
    line-height: 1.42857143;
    font-family:roboto;
}

.barrabot
{
    border-radius: 4px;
    text-align:center;
    width:30px;
    height:30px;
    font-size:13px;
    color:#333;
    padding: 6px;
    vertical-align:central;
    cursor: pointer;
}

.barrabot:hover
{
    background-color:#CFCFCF;
}

a
{
    text-decoration:none;
    color:blue;   
}
.login {
    border: none;
    background-color:#CC0000;
    border-radius: 25px;
	font: 14px/23px Tahoma,sans-serif;
    font-family: Tahoma,sans-serif;
    font-style: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
	font-weight: bold;
	text-align: center;
	box-shadow: 6px 6px 15px #999;

}

footer {
position-fixed;
left: 0px;
bottom: 0px;
height: 20px;
width: 100%;
background-color: #efefef;
}

.tablaredonda {
    font-family:Lucida Sans Unicode;
    border: none;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 25px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
	box-shadow: 6px 6px 15px #999;

}

.tablacuadrada {
    font-family:opensans;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 3px 3px 6px #999;
    width: 70%;
    //min-width: 500px;
    max-width: 900px;

}

.tablacompleta {
    font-family:myriad;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 14px;
	box-shadow: 3px 3px 6px #999;
    width: 90%;
    margin:auto;

}

.tablacuadradapeq {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
	box-shadow: 3px 3px 6px #999;
    width: 70%;
    //min-width: 500px;
    max-width: 500px;

}

.tablacabecera {
    font-family:myriad;
    background-color:#D9D9D9;

}

.tablapar {
    font-family:myriad;
    background-color:#EEEEEE;   

}

.tablacuadradanot {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 3px 3px 6px #999;
    width: 70%;
    //min-width: 500px;
    max-width: 900px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);

}

.tablauppernot {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 5px 5px 0px 0px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 3px 3px 6px #999;
    width: 70%;
    //min-width: 500px;
    max-width: 880px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);
    display:none;

}

.tablanotcabecera {
    font-family:Calibri;
    background-color: rgba(250, 247, 247, 0.84);
    color: #3E3D40;
    font-size: 17px;
    font-weight:bold;

}

.tablanotarriba {
    padding: 1px;
    height: 30px;
    border-radius: 3px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    font-family: Lucida Sans Unicode/Lucida Grande;
    font-size: 17px;
    width: 70%;
    max-width: 900px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    box-shadow: 3px 3px 6px #999;
}

.style1 {
            font-size: small;
            color: #999999;        
}

.desplegable {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    margin-bottom: 10px;
    background-color:rgba(250, 240, 240, 0.84);
    border-radius: 4px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
	box-shadow: 2px 2px 8px #999;
    width: 80%;
    max-width: 270px;
}

.grandederechadc
{
    border-radius: 25px;
    width: 150px;
    height: 120px;
    font-family: Lucida Sans Unicode/Lucida Grande;
    font-size: 15px;

    color: #3E3D40;
    font-family: sans-serif;
    cursor: pointer;
    background: rgb(227, 53, 138);
    color: #f2f2f2;
    transition: all 500ms ease;
}

.grandeizquierdadc
{   
    border-radius: 25px;
    width: 150px;
    height: 120px;
    font-family: Lucida Sans Unicode/Lucida Grande;
    font-size: 15px;

    color: #3E3D40;
    font-family: sans-serif;
    cursor: pointer;
    background: rgb(227, 53, 138);
    color: #f2f2f2;
    transition: all 500ms ease;
}

.grandeizquierdadc:hover{     
    background: rgba(0,0,0,0);
    color: rgb(227, 53, 138);
    box-shadow: inset 0 0 0 3px #E3348A;
}

.grandederechadc:hover{     
    background: rgba(0,0,0,0);
    color: rgb(227, 53, 138);
    box-shadow: inset 0 0 0 3px #E3348A;
}

.grandeizquierdadcoff
{   
    border-radius: 25px;
    width: 150px;
    height: 120px;
    opacity: 0.4;
    background: rgb(227, 53, 138);
    font-family: Lucida Sans Unicode/Lucida Grande;
    font-size: 15px;
    color: #f2f2f2;
}

.grandederechadcoff
{
    border-radius: 25px;
    width: 150px;
    height: 120px;
    opacity: 0.4;
    background: rgb(227, 53, 138);
    font-family: Lucida Sans Unicode/Lucida Grande;
    font-size: 15px;
    color: #f2f2f2;
}

.error {
    font-family:Lucida Sans Unicode;
    font-size-adjust: none;
    font-stretch: normal;
    font-size: 11px;
    color: #FF0000;

}

.input-large {
    font-family:overpass;
    font-size:14px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #A6ABB3;
    box-sizing: border-box;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: normal;
    letter-spacing: normal;
    outline: medium none;    
}

.input-large-red {
    font-family:overpass;
    font-size:14px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #FF0000;
    box-sizing: border-box;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: normal;
    letter-spacing: normal;
    outline: medium none;    
}

.input-large-multi {
    font-family:overpass;
    font-size:14px;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #A6ABB3;
    box-sizing: border-box;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: normal;
    letter-spacing: normal;
    outline: medium none;
}

.input-large-ops {
    font-family:overpass;
    font-weight: bold;
    text-align: center;
    background-color: #E9E8DA;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #A6ABB3;
    box-sizing: border-box;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: normal;
    letter-spacing: normal;
    outline: medium none;
}

.input-large-num {
    font-family:lato;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #A6ABB3;
    box-sizing: border-box;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: normal;
    letter-spacing: normal;
    outline: medium none;    
}

.input-large-num:focus, .input-large-num.focus {
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}

.input-large-text {
  font-family:overpass;
  padding:2px;
  font-size:14px;
  line-height: normal;
  letter-spacing: normal;
  outline: medium none;
  border-radius: 1px 1px 1px 1px;
  border: solid 1px #A6ABB3;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}
.input-large-text:focus, .input-large-text.focus {
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}

.input-large-dropdown {
  font-family:overpass;
  padding:1px;
  font-size:14px;
  line-height: normal;
  letter-spacing: normal;
  outline: medium none;
  border-radius: 1px 1px 1px 1px;
  border: solid 1px #A6ABB3;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}
.input-large-dropdown:focus, .input-large-dropdown.focus {
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}


.dropdown-LAB 
{
  font-family:opensans;
  padding:1px;
  font-size:13px;
  font-weight: bold;
  border-radius: 1px 1px 1px 1px;
  color: #969696;
  background-color: #FFFFFF;
  border: solid 1px #A6ABB3;
  -webkit-transition: box-shadow 0.5s, border 0.5s;
  -moz-transition: box-shadow 0.5s, border 0.5s;
  -o-transition: box-shadow 0.5s, border 0.5s;
  transition: box-shadow 0.5s, border 0.5s;
}

.dropdown-LAB:hover
{
    cursor: pointer;
    color: #FFFFFF;
    background-color: #969696;
}


.adddel
{
	border-radius: 5px;
    width: 80px;
	font-family: Tahoma,sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    font-size-adjust: none;
    font-stretch: normal;
	font-weight: bold;
	text-align: center;
    
}

.diapositiva {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background:transparent url(images/diapositiva.jpg) center;
    border-radius: 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 6px 6px 15px #999;
    width: 70%;
    //min-width: 500px;
    max-width: 900px;
    min-height: 500px;

}

.back {
    padding: 1px;
    height: 30px;
    border-radius: 3px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    font-family: Lucida Sans Unicode/Lucida Grande;
    font-size: 17px;
    width: 70%;
    max-width: 900px;
    border: 1px solid rgba(153, 153, 153, 0.3);
}

.tabla1 {
    font-size:14px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color:rgba(250, 247, 247, 0.84);
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
	box-shadow: 6px 6px 15px #999;
    border-color:#bbbbbb;
}
.tr1 {
	font-weight:bold;
    font-family:Lucida Sans Unicode;
    background-color:#bbbbbb;
}
.tincidenciaimpar {
    background-color:rgba(250, 247, 247, 0.84);
    font-family:opensans;
}

.tincidepar {
    background-color:#D9D9D9;
    border-left:solid;
    font-family:opensans;
}

.tablapar2 {
    font-family:opensans;
    background-color:#D9D9D9;
    border-left:solid;
}

.trizq{
    text-align:left;
    padding: 6px;
    text-rendering:optimizeLegibility;
    font-family:opensans;
}

.tablacomentarios {
    font-size:14px;
    font-family:opensans;
    background-color:rgba(250, 247, 247, 0.84);
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
	box-shadow: 6px 6px 15px #999;
    border-color:#bbbbbb;
    padding: 2px;
    border-radius: 5px;
    width: 80%;
    max-width: 1000px;
}

.tablaplan33 {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 2px 2px 6px #999;
    width: 99%;
    //min-width: 500px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);

}

.ventflotante {
    width: 360px;  /* Ancho de la ventana */
    height: 90px;  /* Alto de la ventana */
    background: #D9D9D9;  /* Color de fondo */
    position: fixed;
    margin-left: -180px;
    border: 1px solid rgba(153, 153, 153, 0.3);  /* Borde de la ventana */
    box-shadow: 0 5px 25px rgba(0,0,0,.1);  /* Sombra */
    z-index:999;
}

.ventflotante2 {

    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255,255,255,0.9);
    border: solid 2px rgba(230,230,230,0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    position: fixed;
    //width: 360px;  /* Ancho de la ventana */
    //height: 90px;  /* Alto de la ventana */
    z-index:999;
}

.tablaLVD {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 5px;
    font-family: sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 3px 3px 6px #999;
    width: 90%;
    border-spacing: 0px 0px;
    //min-width: 500px;

}

.tablaLVDsimple {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 5px;
    font-family: sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
    width: 100%;
    border-spacing: 0px 0px;
    //min-width: 500px;

}
.tablamantdc {
    font-family:myriad;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 2px 2px 6px #999;
    width: 95%;
    min-width: : 1px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);
}

.tablamantotal {
    font-family:myriad;
    background-color: RGB(221,217,196);   
}

.tablaproductos {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 2px 2px 6px #999;
    width: 80%;
    min-width: : 1px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);
}
.smallcat {
	border-radius: 5px;
    width: 80px;
	font-family: Tahoma,sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
	font-weight: bold;
	text-align: center;
}

.tablacategoria {
    font-family:myriad;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 2px 2px 6px #999;
    width: 70%;
    min-width: : 1px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);
}
.tablacategoriaorigin {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 2px 2px 6px #999;
    width: 50%;
    min-width: : 1px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);
}
a.imagebuton
{
    margin:0px 0px 0px 0px;
    background:url(./images/lupa.png) left center no-repeat;
    padding: 0em 2em;
    font-weight: normal;
    letter-spacing: 0px;
    height: 20px;
    
}

a.imagebutonmas
{
    margin:0px 0px 0px 0px;
    background:url(./images/color_128/add.png) left center no-repeat;
    background-size: 20px;
    padding: 0em 1em;
    font-weight: normal;
    letter-spacing: 0px;
}

a.imagebutonmenos
{
    margin:0px 0px 0px 0px;
    background:url(./images/color_128/delete.png) left center no-repeat;
    background-size: 20px;
    padding: 0em 1em;
    font-weight: normal;
    letter-spacing: 0px;
}

.ventaflotantemantdc 
{
    border-radius: 10px;
    padding: 6px;
    color: #000;
    background: rgba(255,255,255,0.9);
    border: solid 2px rgba(230,230,230,0.9);
    font-family: sans-serif;
    z-index: 999;
    width: 100%;
}

.smallbutton2 {
    background-color: #d4d4d4;
    border: 1px solid grey;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #999;
    color: black;
    font-family: trueno;
    font-size: 12px;
    padding: 7px;
    white-space: nowrap;
}

.smallbutton2:hover {
    color: red;
}

.tablacompletahorario {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 6px 6px 15px #999;
    width: 95%;
    //min-width: 500px; 
}
.tablarev {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 2px 2px 6px #999;
    width: 100%;
    //min-width: 500px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);
}

.tablarevres {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    width: 100%;
    //min-width: 500px;
    font-size: 14px;

}
.tablarevrev {
    font-family:Lucida Sans Unicode;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 2px 2px 6px #999;
    width: 20%;
    min-width: 1px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);
}
.input-largeISO {
    font-family:opensans;
    border-radius: 4px 4px 4px 4px;
    border: 0px solid #A6ABB3;
    box-sizing: border-box;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: normal;
    letter-spacing: normal;
    outline: medium none;
    width: 80%;
}

.tablaISO {
    font-family:opensans;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 0px 0px 5px 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 2px 2px 6px #999;
    width: 80%;
    min-width: : 1px;
    font-size: 14px;
    border: 1px solid rgba(153, 153, 153, 0.30);
}

.input-largeISOCombo {
    font-family:opensans;
    border-radius: 4px 4px 4px 4px;
    border: 0px solid #A6ABB3;
    box-sizing: border-box;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: normal;
    letter-spacing: normal;
    outline: medium none;
    width: 100%;
}
.edicionactual {
    font-family:overpass;
    font-size:14px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #A6ABB3;
    box-sizing: border-box;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    line-height: normal;
    letter-spacing: normal;
    outline: medium none;
}

.calendarcell {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 88%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(88%, rgba(246,246,246,1)), color-stop(100%, rgba(238,238,238,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 88%, rgba(238,238,238,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 88%, rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 88%, rgba(238,238,238,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 88%, rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1 );
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 95%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #ADADAD;
  border-radius: 4px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #1D2021;
  height: 17px;
  width: 17px;
  border-radius: 25px;
  background: #0099FF;
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ADADAD;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #ADADAD;
  border-radius: 4px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #1D2021;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #0099FF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ADADAD;
  border: 0px solid #000000;
  border-radius: 8px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #ADADAD;
  border: 0px solid #000000;
  border-radius: 8px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #1D2021;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #0099FF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ADADAD;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ADADAD;
}
.tablataskit {
    font-family:opensans;
    padding: 10px;
    background-color:rgba(250, 247, 247, 0.84);
    border-radius: 5px;
    font-size-adjust: none;
    font-stretch: normal;
	text-align: center;
    font-size: 15px;
	box-shadow: 3px 3px 6px #999;
    width: 70%;
    //min-width: 500px;
    max-width: 900px;

}
.input-large-text-small {
  font-family:overpass;
  text-align:right;
  font-size:14px;
  padding:2px;
  line-height: normal;
  letter-spacing: normal;
  outline: medium none;
  border-radius: 1px 1px 1px 1px;
  border: solid 1px #A6ABB3;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}
.input-large-text-small:focus, .input-large-text-small.focus {
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 5px 1px #969696;
  -moz-box-shadow: 0 0 5px 1px #969696;
  box-shadow: 0 0 5px 1px #969696;
}
.ventflotante3{

    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgb(255,255,255);
    border: solid 2px rgba(230,230,230,0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    position: fixed;
    //width: 360px;  /* Ancho de la ventana */
    //height: 90px;  /* Alto de la ventana */
    z-index:999;
}


.squared {
  width: 16px;
  height: 16px;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  padding-left:5px;
}
/* end .squaredTwo */

.botoncircle {
    border-radius:50px;
    color: #0784CD;    
}

.botoncircle:hover {
    background-color:#e3e3e3;
}

.WIinput {
    width:100%;
    font-size:12px;
    font-family:lato;
    text-align:center;
}

.WIinput:hover {
    background-color:#e3e3e3;
}

.WIinput:focus
{
    background-color:#fdff88;
}

.WIinputReadOnly {
    width:100%;
    font-size:12px;
    font-family:lato;
    text-align:center;
    cursor:default;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}