﻿@charset "utf-8";
/* CSS Document */

.DataGridFixedHeader
{
    position: relative;
    top: expression(this.offsetParent.scrollTop-3); /*this works fine with IE only, but FireFox seems to be ignoring this*/
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  /*display: inline-block;*/
}

.autocomplete-items {
  /*position: absolute;*/
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: scroll;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.colorWhite {
    background-color: #FFF !important;
}

#btnVer.focus, #btnVer:focus {
    outline: 0;
    color: #9D2449;
}
#btnVer.hover, #btnVer:hover {
    outline: 0 !important;
    color: #7B9CF0 !important;
}

#btnVer.focus:hover, #btnVer:focus:hover {
    color: #7B9CF0 !important;
}

#promo {  
  background-color: #FFF9E5;  
  border-radius: 16px;  
  font-size: 12px;
  height: 32px;
  line-height: 30px;  /* Height - 1px border-top - 1px border-bottom. */  
}

body{
	font-family: Montserrat,sans-serif !important;
}

.noBorde {
    border: 0;
}

.glyAct {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(157, 36, 73) !important;
}

canvas{
  /*prevent interaction with the canvas*/
  pointer-events:none;
}

/* individual: webkit */
.phder > input::-webkit-input-placeholder { color: maroon; text-align:right; font-size:smaller; font-weight:600; }
.phred > input::-webkit-input-placeholder { color: red; font-size:12px; }
#apellidos::-webkit-input-placeholder { color: green; text-transform:uppercase; } /* este no se usa */

.phred > input::-ms-input-placeholder { color: red; font-size:12px; }
 
/* individual: mozilla */
.phder > input::-moz-placeholder { color: maroon; text-align:right; font-size:smaller; font-weight:600; }
.phred > input::-moz-placeholder { color: red; font-size:12px; }
#apellidos::-moz-placeholder { color: green; text-transform:uppercase; } /* este no se usa */

#tabVolante > thead > tr > th {
    text-align: center;
    background: #660033;
}

#tabVolante > tbody > tr > td {
    border: 1px solid black;
    padding: 0cm 3.5pt 0cm 3.5pt;
}

#tabVolante > thead > tr > th > span {
    font-size: 10.0pt;
    font-family: Montserrat, sans-serif;
    font-variant: small-caps;
    color: white;
}

#tabVolante > tbody > tr > td > p {
    margin-bottom: 1px;
}

#tabVolante > tbody > tr > td > p > span, #tabVolante > tbody > tr > td > span {
    font-size: 10.0pt;
    font-family: Montserrat, sans-serif;
    /*font-variant: small-caps; // Para cuando se necesite que esté en mayusúlas */
    color: black;
}

.table thead.encabeza {
    background: URL("../images/bgHeader.jpg") -900px;
}

.table > thead.encabeza > tr > th {
  border-top: 0;
  text-align: center;
  color: #fff;
}

.table > tbody > tr > th {
    vertical-align: middle !important;
    text-align: center;
}

td.centrar a, .centrar {
	color: #2c92d1;
    transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
    text-decoration: none;
}

td.centrar a:hover, .centrar:hover {
    color: #49C0DB;
}

.nav-tabs > li.active > a, .nav-pills > li.active > a {
    background-color: maroon !important;
    color: #fff !important;
}

.fc {
    border-style: inset !important;
    color: maroon !important;
    height: auto !important;
    min-height: 39px;
}

.linelight {
    border: 0.02em solid #721B2D;
}

#formIni {
    padding-top: 1em;
    padding-bottom: 1em;
    border: 3px double #721B2D;
}

.centered {
    display: block;
    /*text-align: -webkit-center;*/
    text-align: center;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
    /*text-align: center;*/
}

.paginador span {
    color: maroon;
    padding: 0.1em;
    font-weight: bold;
}

.paginador a, - {    
    padding: 0.1em;
    font-weight: bolder;
}

.h3cien {
    font-size: 100%;
    text-align: center;
}

.allcenter {
    text-align-last: center !important;
}

.dispcenter {
    display: inline-table;
}

.mb-modif {
    padding: 1em 1em 0.5em !important;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 440px !important;
}

.divider {
    background-color: rgba(255, 255, 255, .15) !important;
}

.navbar-inverse .navbar-toggle .icon-bar-ipn {
    background-color: #fff
}

.navbar-toggle .icon-bar-ipn {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle:hover .icon-bar-ipn,
.navbar-toggle:visited .icon-bar-ipn,
.navbar-toggle:focus .icon-bar-ipn {
    background-color: #FFF4D5 !important;
}

.nopadding {
    padding: 0 !important;
}

.nomarging {
    margin: 0 !important;
}

.oculto {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.colback {
    background-color: #721B2D !important;
}

.cfx {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}

.img-container {
  float: left;
  width: 25%;  
  border: #721B2D 5px solid;  
}

.img-container img {
    width: 100%;
    min-height: 150px;
}

/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (min-width: 1550px) {
    .myTableSRN {
        display: inline-table !important;
    }
}

@media screen and (min-width: 902px) {
    .myContaDom {
        display: inline-table !important;
    }
}


@media screen and (max-width: 700px) {
  .img-container  {
    width: 50%;
    text-align:center;
    /*background-color: #721B2D;*/
  }
  .cfx {
    display: block;
  }
}

@media screen and (min-width: 484px) and (max-width: 700px) {
  .img-container img {
    width: 68%;
  }
}

@media screen and (min-width: 768px) {
    #myTopNav {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .dropdown-menu > li > a {
        white-space: normal !important;
    }
}

@media screen and (min-width: 768px) {
    #myTopNav > ul > li > a {
        padding: 10px !important;
    }
}

@media screen and (min-width: 420px) {
    .myContainer table {
        display: inline-table !important;
    }
}

@media screen and (min-width: 660px) {
    .myConTable {
        display: inline-table !important;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 350px) {
  .img-container  {
    width: 100%;
  }
}

@media screen and (max-width: 186px) {
  .navbar-brand > img  {
    height: 16px !important;
  }
}

.colback a i {
    float: left;
    padding: 12px 15px;
}

.colback a:focus {
    outline: none;
}

.colback a, .colback a:visited,
#subenlaces ul li a, #subenlaces ul li a:visited,
#myTopNav ul li a, #myTopNav ul li a:visited {
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
}

.colback a:hover, .colback a:focus,
#subenlaces ul li a:hover, #subenlaces ul li a:focus,
#myTopNav ul li a:hover, #myTopNav ul li a:focus {
    color: #FFF4D5;
    background-color: rgba(255, 255, 255, .15);
}

span.MsoBookTitle{
    font-variant:small-caps;
	letter-spacing:.25pt;
	font-weight:bold;
}            

body{
	background-position: center top;
	background-color: #c2c0b3;
    line-height: unset;
}

#principal{
	width: 993px;
	margin:0 auto;
}

.cabecera{	
	height: 93px;
	background: url('../imagenes/menu.png') repeat-y;
	margin:0 auto;
    color: #FFEFC0;
}

.cabeceraIn{
    height: 93px;
    background: url('../imagenes/menu.png');
    margin: 0 auto;
    color: #FFEFC0;
}

.escudo{
	float: left;
	height: 75px;
	width: 53px;
	margin-top: 9px;
	margin-left: 10px;
	background-image:url(../imagenes/escudo.png);
}

.lema{
	float: left;
	height: 18px;
	width:220px;
	margin-top: 24px;
	margin-left:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFF;
	font-weight: normal;
}

.secretaria{
	float: right;
	margin: 0.5em 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
	text-align: right;
    padding-right: 0.3em;
}

.secretaria span{
    padding: 0 0.4em;
    color: #FFF4D5;
}

.secretaria a, .secretaria a:visited {
    text-decoration: none;
    color: #fff;
    outline: none;
    padding: 0 0.3em;
}

.secretaria1{
	float: right;
	width: 99.6%;
    height: auto;
    margin: 0.5em 0.3em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
	text-align: right;
	padding-right: 0.3em;
}

.secretaria1 a, .secretaria1 a:visited {
    text-decoration:none;
    color:#fff;
    outline: none;
}

.secretaria a:hover, .secretaria1 a:hover, .secretaria a:focus, .secretaria1 a:focus{
    color: #FFF4D5;
    text-decoration:none;
    outline: none;
}

.headTitulo
{
    color: black;
    font-family: Arial Black;
    font-size: xx-large;
    text-transform:uppercase;
    text-align:center;
}

.correo
{
	height: 18px;
	width: 261px;
	margin-top: 66px;
	margin-left: 706px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}

.correo a{
text-decoration:none;
color:#fff;
}

/***********************/
.banner{
/*	float: left;*/
	height: 278px;
	width: 980px;
	margin:0 auto;
	background-image:url(../imagenes/banner5.png);
}
/************************************/

.menuh{
	display:block;
	background:url(../imagenes/menu.png);    	
	margin:0 auto;
}

.menuhn{
	display:block;
	background:url(../imagenes/menu.png);    	
	margin:0 auto;
    float: left !important;
}


.main{
    width: 980px;
    background-repeat: no-repeat;
}

.inside{
    width: auto;
    padding-left: 10%;
    background-repeat: repeat;
}

.menuh ul{
/*	display:block;
	background:url(../imagenes/menu.png) no-repeat;
	width: 980px;
	height:50px;
	margin:0 auto;
*/
    margin:0;
    padding:0;
    height: 50px;
}

.menuh ul li{
	display:block;
	list-style: none;
	margin:1px;
	float:left;
	width:120px;
    height:50px;
    padding: 0 0.5em;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.menuh ul li a{
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:center;	
    padding: 15px 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	box-sizing: unset;
	font-size: 16px;
}

#menuh ul li a:link, #menuh ul li a:visited{
	color: #3F0;
}

.menuh ul li:hover{
	background:#FFF4D5;
}

.menuh ul li a:hover{
	color: #000;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 2.5em;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.topnav a:hover, .topnav a:focus {
  text-decoration: none;
  color: #000;
  background-color:#FFF4D5;
}

.topnav a.active {
  background-color: #4CAF50;
  color: #fff;
  padding: 14px 16px;
}

.topnav a.active:hover {  
  color: #000;
}

.topnav .icon .nover {
  display: none;
}

@media (max-width: 1232px) {
  .topnav a:not(:first-child) {
      display: none;
      padding: 7px 1em;
  }
  .topnav a.icon {
    float: right;
    display: block;
    padding: 14px 16px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
  }
  .topnav.responsive a:not(:last-child) {
    text-align-last: right;
  }
}

/************************************/
.banner1{
	/*background:#fff;*/
	height: 258px;
	width: 980px;
	margin:0 auto 0px auto;
}

.fila1{
	display:block;
	width:980px;
	height:123px;
    margin-top: 4px;
}

.fila2{
	display:block;
	width:980px;
	height:123px;
    margin-bottom: 0px;
}

.fila3{
	display:block;
	width:980px;
	height:150px;
    margin-top: 7px;
}

.box{
/*	padding:10px;*/
	padding-top:20px;
	padding-left:20px;
		
}

.boxA{
    padding-top:10px;
	padding-left:10px;
    height: 123px;
    margin-top: 5px;
    width: 952px;
}

.cm1{
	/*background:#99F;*/
	float:left;
	width:186px;
	height:123px;
	margin:5px;
    text-align: center;
    background-color: #FFF4D5;
}

.cm2{
	/*background:#1ba1e2;*/
	float:left;
	width:186px;
	height:123px;
    margin:5px;
    background-color: #FFF4D5;
}

.cm3{
	background:#FFF;
	float:left;
	width:186px;
	height:123px;
    margin:5px;
    text-align:center;
}

.cm4{
    /*background:#F2F2F2;*/
    background:#FF9900;
	float:left;
	width:382px;
	height:123px;
	margin:5px;
}

.cm5{
	/*background:#1b4077;*/
	background:#000000;
	float:inherit;
	width:970px;
	height:150px;
	margin:5px;
}

.cm6{
    /*background:#F2F2F2;*/
    /*background:#170000;*/
	float:left;
	width:382px;
	height:120px;
	margin:5px;
}

.cn1{
	background:#f09609;
	float:left;
	width:186px;
	height:123px;
	margin:5px;
}

.cn2{
	background:#8cbf26;
	float:left;
	width:382px;
	height:123px;
	margin:5px;
}

.cn3{
	background:#C5071B;
	float:left;
	width:186px;
	height:123px;
	margin:5px;
}

.cn4{
	background:#086A87;
	float:left;
	width:186px;
	height:123px;
	margin:5px;
}

/*.cm1, .cm2/*, .cm3, .cm4, .cm1, .cn2, .cn3, .cn4*/ 
.box a{
	display:block;
	color:#FFFFFF;
	text-align:center;
	font-family:"MS Serif", "New York", serif
	font-size:12px;
	text-decoration:none;
    height: 81px;
    width: 321px;
}

.boxA b{
	display:block;
	color:#FFFFFF;
	text-align:center;
	/*font-family:"MS Serif", "New York", serif font-size:12px;*/
	font-family:"Times New Roman", "Arial", serif font-size:12px;
	font:bold;
	text-decoration:none;
}

/***********************/
.contenido{
	height: 65px;
	width: 981px;
	margin:2px auto 0 auto;
}

.menu{
	float: left;
	height: 435px;
	width: 220px;
	background-color: #a7a598;
}

.menutodo{
	float: left;
	width: 220px;
	background-color: #a7a598;
	height: 432px;
}

.inicial{
	height: 21px;
	width: 213px;
	float: left;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #8d8c81;
	padding-top: 5px;
	padding-left: 7px;
}

.fnd_nv1gordo{
	height: 33px;
	width: 220px;
	float: left;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #8d8c81;
}

.cabeza{
	width: 202px;
	float: left;
	height:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #a7a598;
	font-weight: bold;
	color: #FFF;
}

.menugris a{
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#000 !important;
	background-color: #a7a598;
	height: 20px;
	width: 147px;
	float: left;
	padding-left: 7px;
	text-decoration:none;
}

/********Menu          ***/
#menu5{
	width: 200px;
	margin: 10px;
}

#menu5 li a{
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}

#menu5 li a:link, #menu5 li a:visited{
	color: #FFF;
	display: block;
	background:  url(../imagenes/menu5.gif);
	padding: 8px 0 0 10px;
}

#menu5 li a:hover{
	color: #FFF;
	background:  url(../imagenes/menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

#menu5 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*************************/

.cnt_nv2:hover{
	background-color: #d0d5d9;
}

.menu_gral{
	float: left;
	height: 433px;
	width: 581px;
}

.menu_cont{
	float: left;
	height: 254px;
	width: 581px;
}

.menu_cont li{
	float: left;
	height: 100px;
	width: 140px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	list-style-image: url(../imagenes/botonnaranja.png);
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

.menu_cont li b{
	color:#d14a36;
	font-size: 16px;
}

.icono{
	background-image: url(../imagenes/botonnaranja.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 30px;
	margin-top: 35px;
	margin-left: 25px;
}

.menu1 p{
	float: left;
	height: 127px;
	width: 193px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #d14a36;
}

.menu_derecho{
	float: left;
	height: 432px;
	width: 179px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/menuderecho.jpg);
}

.menu_der1{
	float: left;
	height: 94px;
	width: 179px;
	margin-top: 160px;
}

.menu_der2{
	float: left;
	height: 100px;
	width: 179px;
}

.menu_inf{
	float: left;
	height: 179px;
	width: 581px;
	background-image: url(../imagenes/menugris.png);
	background-repeat: no-repeat;
}

.conocenos{
	float: left;
	height: 21px;
	width: 581px;	
}

.menu_inf1{
	float: left;
	height: 108px;
	width: 95px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding-top: 50px;
	padding-left: 10px;
}

.menu_inf2{
	float: left;
	height: 93px;
	width:75px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding-top: 65px;
	padding-left: 20px;
}

/***********************/

.cabezaTi{
    padding: 1em;    
    text-align: center;
}

.pie{
    display:block;
	background:url('../imagenes/pie.png') no-repeat;
	width: 980px;
	margin-top: 9px;
	float: left;
	height: 50px;
}

.bottomFoot {
    height: 65px;
    background: url('../imagenes/pie.png');
    margin: 0.3px 0.5px;
}

.miniCabecera {
    background: url('../imagenes/menu.png') repeat;
    height: 4em;
}

.divFoot {
    text-align: right;
    padding: 0.15em 0.2em;
    margin: 0 -10px 0;
}

.footDom div {
    padding: 7px 20px 0 0;
    text-align: right;
}

.miniCabecera div span, .pie div span, .footDom div span {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;    
}

.pie div span a, .cabecera div span a, .miniCabecera div span a, .footDom div span a {
    text-decoration:none;
    color: #fff;
}

.cabecera div span a:hover,.cabecera div span a:visited, .cabecera div span a:focus,
.miniCabecera div span a:hover,.miniCabecera div span a:visited, .miniCabecera div span a:focus {
    color: #FFF4D5;
    text-decoration:none;
    outline: none;
}

.pie div span a:hover, .footDom div span a:hover {
    color: #66cbea;
}

.main-footer .list-info ul li a{
    text-decoration: none;
}

.main-footer .list-info ul li a:hover{
    text-decoration: underline;
}

#subscribe i{
    line-height: inherit;
}

#lista5 {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista5 ol {
    margin: 0 0 0 2em; 
}

#lista5 {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 1em;
    padding: 0;
     
    counter-reset: li-counter;
}

#lista5 > li{
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.5em;
    background-color: transparent;
    color: #721B2D;
}

#lista5 > li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;     
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #FFF4D5;
    background-color: #721B2D;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;     
    content: counter(li-counter);
    counter-increment: li-counter;
}

@media (min-width: 174px) {
    #heFUP {
        display: none;
    }
    #banGob {
        margin-top: 75px;
    }
}

@media (max-width: 173px) {
   #subenlaces {
        height: 1px;
    }
    input[type=submit].btn {
        padding-left: 15px;
    }
}

@media (max-width: 187px) {
    .cabecera {
        height: 181px;
    }
    .miniCabecera {
        height: 10.8em;
    }
}

@media (min-width: 188px) and (max-width: 219px) {
    .cabecera {
        height: 130px;
    }
    .miniCabecera {
        height: 7.8em;
    }
}

@media (min-width: 386px) {
    #formIni span table {
        display: inline;
    }
}

@media (min-width: 220px) and (max-width: 389px) {
    .cabecera {
        height: 110px;
    }
    .miniCabecera {
        height: 6.2em;
    }
}

@media screen and (min-width: 300px) {
    #formIni table {
        margin: 0 25%;
    }
}

@media (max-width: 500px) {
    .menuh ul li {
        /*width: auto;*/
        padding: 0 0.4em;
    }
    #formIni {
      padding-top: 0;
      padding-bottom: 0;
      border: none;
  }
}

@media (max-width: 675px) {
    .cabeceraIn {
        height: 141px;
    }
}

@media (min-width: 501px) and (max-width: 1440px) {
    .menuh ul li {
        /*width: auto;*/
        padding: 0 0.5em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cabezaTi{
        padding: 1.5em 0;
    }
}

@media (min-width: 1200px) {
    .cabezaTi{
        margin: 1em 0;
        padding: 1.35em 0;
    }
    .modal-xlg {
      width: 90% !important; 
   }
}

.titUsr {
    color: #fff;
    background-color: #aaa;
    text-align: center;
    padding: 0.5em;
}

.whoUsr {
    text-align: center;
    color: white;
    background-color: #5b1e1e;
    padding:1em;
    font-size: smaller;
}

.whoUsr span:not(:last-child) {
    width: 100%;
    float: left;
    padding: 0.15em 0;
}

.sidebar {
  height: 55%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: auto;
  left: 0;
  background-color: #111;
  /*overflow-x: hidden;
  overflow: auto;*/
  transition: 0.5s;
  /*padding-top: 60px;*/
}

.sidebar a {
  /*padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;*/
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#principio {
  transition: margin-left .5s;
}

.cargando {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 10000;
    text-align: center;
    position: fixed;
    background-color: #FFFFFF;
    opacity: 1.6;
    filter: alpha(opacity=40);
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}  
}