html {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
hr{
    width: 100%;
    border: 0;
    margin: 0;	
}
*[data-hide="hide"]{
    display:none !important;
}
p, h4, ul{
    margin:0;
}
/**** CARGA DE FUENTES ****/
@font-face {
    font-family: "Regular";
    src: url("./fonts/Avenir-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "Bold";
    src: url("./fonts/Avenir-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "Black";
    src: url("./fonts/Avenir-Extrabold.ttf") format("opentype");
}
@font-face {
    font-family: "Titulo";
    src: url("./fonts/Montserrat-Regular.ttf") format("opentype");
}

/**** SOMBRAS ****/
.sombra1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.sombra2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.sombra2a {
    box-shadow: 0 0px 12px rgba(0,0,0,0.50), 0 10px 20px rgba(0,0,0,0.70);
}
.sombra3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.sombra4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.sombra5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.sombraTotal {
    box-shadow: 20px 0px 20px rgba(0,0,0,0.30), 100px 0px 1000px rgba(0,0,0,0.5);
}

/**** COMUNES, GENERALES & ESTRUCTURA ****/

html {
    /*formato base*/
    font-size: 1em;
    font-family: Regular;
}

body {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    background-color:#004a91;
    color:white;
}


.hidden{
	display:none;
}

.loading {
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.loadingdiv{
    display:none;
    z-index: 6000;
    position: fixed;
    height: 100%;
    width: 100%;
}

.imgGrande {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.imagenGrande{
    display:none;
    z-index: 3000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	overflow: scroll;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -100;
    background-image: url("../img/bg/background.png");
    background-color:#DDD;
    background-size:cover;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -101;
	background-color: #004a91;
}
/**** MAPA ****/

#map_canvas {
    width: 100%;
    height: 100%;
}
#tblmapa {
    position: fixed;
    top:50px;
    left:0;
    right:0;
	bottom:0;
    z-index: -1000;
    background-color: white;
}

.detalleMapa{
    display: none;
    z-index: 2000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.contenedorMapa{
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0px;
	border-radius: 6px;
	overflow: hidden;
}

.selectorDoble {
    background-color: white;
    z-index: 200;
    position: fixed;
    right: 50px;
    left: 50px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #004a91;
    top:60px;
}

.selectorActivo, .selectorPasivo{
    float: left;
    width: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-family: "Bold";  
}

.selectorActivo {
    background-color: #004a91;
    color:white;
}
.selectorPasivo {
    color: #004a91;
}

/**** PAGINAS ****/

.page {
	position: absolute;
    top: 0;
    left: 0;
    right:0;
    min-height: 100%;
    display: none;
}

.cabecera{
	position: fixed;
	height: 51px;
    top: -1px;
    left: 0;
    right:0;
   	z-index: 2000;
    background: #004a91 url('../img/logoCabecera.png');
}
.cabeceradoble{
	position: fixed;
	height: 101px;
    top: -1px;
    left: 0;
    right:0;
   	z-index: 2000;
    background: #004a91 url('../img/logoCabecera.png');
    background-size: 100%;
}
.footer{
	position: fixed;
	height: 50px;
    bottom: 0;
    left: 0;
    right:0;
   	z-index: 2000;
}

.tituloCabecera{
	color: white;
    font-size: 20px;
    line-height: 50px;
    max-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    font-family: Bold;
    min-height: 40px;
}

.iconCabeceraIzq, 
.iconCabeceraDrc{
	right:10px;
	position:fixed;
	top:0px;
	width:36px;
	height:36px;
	margin-top:8px;
	margin-bottom:8px;
    background-size: cover;
}
.logo{
    max-height: 50px;
    max-width: 250px;
}

.letras{
	right:10px;
	position:fixed;
	top:0px;
	width:36px;
	height:36px;
	margin-top:8px;
	margin-bottom:8px;
}
.iconCabeceraIzq{
	left:10px;
}

.iconCabeceraDrc{
	right:10px;
}
.letrasIzq{
    left: 40px;
    position: fixed;
    top: 0px;
    height: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.cuerpo {
    margin-top: 60px;
}
.cuerpofotos {
    margin-top: 50px;
}
.cuerpodoble {
    margin-top: 110px;
}

.fondogris, .fondogrisAbs{
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    background-color:rgba(0,0,0,0.8);
}
.fondogris{
	position: fixed;
}

.fondogrisAbs{
	position: absolute;
}

/**** OPCIONES ****/

.opciones{
	display:none;
	z-index:3000;
	position: relative;
	height: 100%;
}

.contenedorOpciones{
  position: fixed;
  bottom: 0;
  width: 100%;
}

.seccionOpciones,
.seccionSalir{
  text-align: center;
  bottom: 10px;
  width: 96%;
  max-width: 347px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.seccionOpciones{
	display:none;
}

.seccionSalir{
	display:block;
}

.titSeccion{
    margin: 10px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-family: Black;
    color: #6D6D6D;
    text-transform: uppercase;
    display:none;
}

/**** MENU ****/

.menu{
    position:fixed;
    z-index:3000;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    display:none;
}

.menu-principal {
  position: relative;
  top: 0;
  min-height: 100%;
  width: 85%;
  max-width: 307px;
  background-color: #004a91;
}

.fondomenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.cabeceraMenu {
    position:relative;
    height:150px;
    text-align: center;
}

.logoPortada{
    width: 100%;
    height: 165px;
}

.ubicacion{
    overflow: hidden;
    bottom: 5px;
    position: absolute;
    width: 100%;
    height: 20px;
}

.iconMenuUbicacion{
    position: absolute;
    height: 10px;
    width: 10px;
    left: 10px;
    bottom: 5px;
}

.calle{
    position: relative;
    font-size: 14px;
    font-family: 'Bold';
    left: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    line-height: 20px;
}

.listaMenu{
    margin-top:20px
}

.botonMenu {
    border-left: 5px transparent solid;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    font-size: 20px;
    line-height: 45px;
    height: 45px;
    font-family: 'Titulo';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    opacity:0.5;
}
.botonMenuOn{
    border-left: 5px white solid;
    opacity: 1;
}

.nuevosTarjeta {
    display: block;  
    background-color: red;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;  
	z-index: 1;
}
.nuevosMenu {
    display: none;  
    font-size: 10px;
    font-family: Titulo;
    font-weight: bold;
    background-color: red;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;  
    overflow: hidden;
}
.nuevosBurger{
	margin-left: 30px;
	position:fixed;
}

.ajustesMenu{
    position: absolute;
    right: 0px;
    height: 25px;
    width: 25px;
    bottom: 0px;
    padding: 20px;
}

.facebookMenu{
    position: absolute;
    right: 135px;
    height: 25px;
    width: 25px;
    bottom: 0px;
    padding: 20px;
}


.facebookMenu{
    position: absolute;
    right: 135px;
    height: 25px;
    width: 25px;
    bottom: 0px;
    padding: 20px;
}

.twitterMenu{
    position: absolute;
    right: 90px;
    height: 25px;
    width: 25px;
    bottom: 0px;
    padding: 20px;
}

.flickrMenu{
    position: absolute;
    right: 45px;
    height: 25px;
    width: 25px;
    bottom: 0px;
    padding: 20px;
}

.botonMenu:active {
    background-color: #0081b3;
}

.iconMenu{
    height:25px;
    width:25px;
    vertical-align: middle; 
}


.tituloBotonMenu {
    padding-left:20px;
}

.iconFlecha{
    position:absolute;
    padding:5px;
    height:40px;
    right:0px;
}
.iconoAtras{
    width: 36px;
    margin-top: 8px;
    margin-bottom: 8px;
    right: 0px;
    position: absolute;
}

#tokitek{
    position: absolute;
    left: 20px;
    height: 25px;
    bottom: 20px;
}
#support{
    position: absolute;
    left: 15px;
    height: 35px;
    bottom: 15px;
}
/**** FORMULARIOS ****/
.formulario{
    max-width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 2px;
}
.checkbox{
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.input,
.input:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Regular;
    outline: 0px;
    text-indent: 8px;
    padding: 0px;
	border: 0;
    border-radius: 2px;
    font-size: 17px;
    line-height: 35px;
    width: 100%;
    border: 1px solid #004a91;
}
.comboFlecha{
    background: url('../img/iconos/icon-flecha-abajo.png') no-repeat;
    background-size: 40px;
    background-position: right;
}

.textarea {
    font-family: "Regular";
    font-size: 15;
    line-height: 19px;
    min-height: 76px;
    outline: 0px;
    padding: 5px;
    padding-left: 8px;
    border: 0;
    border-radius: 2px;
    width: 100%;
    color:#3d3d3d;
    background-color: white;
    border: 1px solid #5C1867;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.boton {
	position:relative;
	background-color: #004a91;
	color:white;
	font-family: "Bold";
    outline: 0px;
    padding: 0px;
	border: 0;
    border-radius: 2px;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
	text-align: center;
}
.botonicon {
	position:absolute;
	height:34px;
	left:0px;
	margin-top:3px;
}

.boton:active {
    background-color: #f95050 !important; /*ENFASIS 100% LUMINOSIDAD*/
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important; /*sombra3*/
}
.botonOpciones, 
.botonOpcionesRojo, 
.botonCancelar {
    font-size: 18px;
    line-height: 40px;
    width: 100%;
}

.botonOpciones {
	color: #004a91;
	background-color: #DDDDDD;
	font-family: Bold;
	opacity:0.98;
	margin-top:1px;
}

.botonOpcionesRojo {
	color: red;
	background-color: #DDDDDD;
	font-family: Bold;
	opacity:0.98;
	margin-top:1px;
}
.textoOpciones:first-child,
.botonOpcionesRojo:first-child,
.botonOpciones:first-child{
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.textoOpciones:last-child,
.botonOpcionesRojo:last-child,
.botonOpciones:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.botonCancelar {
	color: #004a91;
	background-color: white;
	border-radius: 3px;
	font-family: Black;
	margin-top:10px
}

.textoOpciones {
	background-color: #DDDDDD;
	color: black;
	padding-top: 10px;
    padding-bottom: 10px;	
    font-size: 16px;
    width: 100%;
}
.divBusqueda{
    position: fixed;
    top: 7px;
    right: 10px;
    left: 10px;	
}

.divResultados{
    position: fixed;
    top: 55px;
    right: 10px;
    left: 10px;	
    bottom: 60px;
    overflow-y:scroll;	
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.8);
}

.divResultElem{
    margin-left: 60px;
    margin-right: 10px;
    font-size: 17px;
    color: #404040;
    text-align: left;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #404040;	
}
.divResultElem:last-child{
	border-bottom: 0px;
}
.fotoResultElem{
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-top: 5px;
}
/**** CAJAS ****/

.caja90{
	margin-left:5%;
	margin-right:5%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.caja10px{
	margin-left:10px;
	margin-right:10px;
	padding-bottom: 10px;
	text-align: center;
}

.div11{
   width:11%;
   width:11.1%;
   float:left;
   text-align: center;
}


.div12{
   width:12%;
   width:12.5%;
   float:left;
   text-align: center;
}

.div14{
   width:14%;
   width:14.2%;
   float:left;
   text-align: center;
}

.div16{
   width:16%;
   width:16.6%;
   float:left;
   text-align: center;
}

.div20{
   width:20%;
   float:left;
   text-align: center;
}

.div25{
   width:25%;
   float:left;
   text-align: center;
}

.div33{
   width:33%;
   width:33.3%;
   float:left;
   text-align: center;
}

.div50{
   width:50%;
   float:left;
   text-align: center;
}

.div100{
   width:100%;
   float:left;
   text-align: center;
}

.div67{
   width:67%;
   float:left;
   text-align: center;
}

.left{
	float:left;
	margin-left:10px;
}

.right{
	float:right;
	margin-right:10px;
}

.leftnp{
	float:left;
}

.rightnp{
	float:right;
}

/******* AJUSTES ********/
.seccionAjustes{
	background-color: #004a91;
    margin-bottom: 10px;
}

.tituloAjustes{
	background-color: #0081b3;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: Black;
}

.letraAjustes{
	line-height: 60px;
    display: block;
    float: left;
    font-size: 18px;
    margin-left: 10px;	
}

.iconAjustes{
    height: 40px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divAjustes{
    border-bottom: 1px solid white;
    margin-left: 10px;
    margin-right: 10px;	
    display:flex;
}
.divAjustes:last-of-type {
    border-bottom: 0px;
}
.iconFlechaAjustes {
    position: absolute;
    padding: 10px;
    height: 40px;
    right: 0px;
}


.tab33, .tab34active{
    text-align: center;
    color: white;
    height: 46px;
    float: left;
}

.tab33 {
    border-bottom: 4px solid #004a91;
    width: 33%;
}

.tab34active {
    border-bottom: 4px solid white;
    width: 34%;
    font-weight: bold;
}
.tab24, .tab28active, .tab49, .tab51active{
    text-align: center;
    color: white;
    height: 48px;
    float: left;
}

.tab24 {
    border-bottom: 4px solid #004a91;
    width: 24%;
}

.tab28active {
    border-bottom: 4px solid white;
    width: 28%;
    font-weight: bold;
}

.tab49 {
    width: 49%;
}

.tab51active {
    border-bottom: 3px solid white;
    width: 51%;
    font-weight: bold;
}



.tituloTab {
    width: auto;
    color: white;
    font-size: 20px;
     line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
     padding: 5px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    font-family: Regular;
}


.deviceId{
   color: lightgrey;
   position: fixed;
   right: 5px;
   bottom: 5px;	
}

.imgLateral{
	padding-right:8px;
	width:50%;
	float:left
}

.linkCentral{
    color: #004a91;
    padding: 20px;
    font-family: Black;
    font-size: 20px;
}

.paginationContainer{
    font-size:0;
    text-align:center;
}
.paginationObj{
    display: inline-block;
    margin: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #004a91;
    text-align: center;
    border-radius: 2px;
    font-family: Black;
    font-size: 17px;
}
.paginationObjSelected{
    background-color: white;
    border: 1px solid #004a91;
    color: #004a91;
}

.bolita {
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 3px;
    top: 3px;
}
#contenedorListaMapa{
    overflow: hidden;
}