﻿@charset "utf-8";
.carousel-inner .item img,
.carousel-inner .item img               { width: 100%;}
.container .carousel-indicators .active { background-color:orange;}
.container .carousel-indicators li      { border: 1px solid orange;}
.container .panel-footer                { margin-top:20px;}



* { user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    margin:0;
    padding:0;
}

/* Icono logo Barra Navegación superior */
.navbar-brand {
  width: auto;
  height: auto;
  margin: 1px;
  padding: 1px;
}

#sortable { 
  list-style-type: none;
  margin-left:auto;
  margin-right:auto;
  /*margin-top: 10.0%;*/
  max-width: 600px;
}

#sortable li { 
  float: left; 
  width: 33%; 
}

#sortable li img {
  vertical-align:bottom;
  width: 100%; 
  height: auto;
}

@media (orientation:landscape){ #sortable {width:100vh;}}

@media (orientation:portrait) { #sortable {width:100%;}}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-top:60px;
  margin-bottom: 60px;*/
  padding-top:60px;
  padding-bottom:60px;
  background: #d9d9d9;  
}

.cajoncab {
  position: absolute;
  position: fixed;
  width: 100%;
  background-color:yellow;
}

.carousel {
  margin-top: 5em;
}

.carousel-inner {
  border-radius: 4px;  
}

.navbar-fixed-bottom {
  background-color:#d9d9d9;
  border-top-width:0;
}


.panel-footer {
  position: absolute;
  /* postion: fixed;*/
  /*margin-left: 10%;
  margin-right: 20%;*/
  /*padding-left: 15px;
  padding-right: 15px;*/
  width: 100%; 
  height: 40px;
  bottom: 0px;
  background-color: navy ;
  text-align: center;
  color: white;
  border-radius: 4px;
}

.panel-footer p {  
   float:left;
}

/* Iconos de barra inferior */

.panel-footer > p, ul, ul li {
  list-style: none;
  /*padding-left: auto;*/
  margin-top: auto;
  display: inline-block;
}

/* pops al pasar ratón iconos inferiores */
.poptip {
    display: inline;
    position: relative;
    opacity: .95;
   -moz-opacity: .95;
   filter:alpha(opacity=95);

  }
  .poptip:hover:after {
    /*top: 20px; cuadrado debajo*/
    bottom:26px;/* cuadrado Encima*/   
    content: attr(texto); /* este es el texto que será mostrado */
    left: 20%;
    position: absolute;
    z-index: 500;
    /* el formato gráfico */
   /*background: rgba(255,255,255, 0.2) ;*/
    background: maroon ;
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-family: Georgia;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 100px;

  }
  .poptip:hover:before {
    /*top: 20px; triangulo debajo*/
    bottom:20px;/* triangulo Encima*/
    content: "";
    left: 50%;
    position: absolute;
    z-index: 500;
    /* el triángulo inferior */
      border: solid;
      /*border-color: rgba(255,255,255, 0.2) transparent;*/
      border-color: maroon transparent;
      /* border-width: 0 6px 6px 6px; Triangulo sentido arriba*/
      border-width: 6px 6px 0 6px; /* Triangulo sentido abajo*/

  }

span.glyphicon{color:#00B5CC;}


/*
.caja2 {
  margin-top: 5%;
}
*/

