@font-face {
    font-family: 'geomanistlight';
    src: url('../fonts/Geomanist-Light.otf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Geomanist-Medium';
    src: url('../fonts/Geomanist-Medium.otf') format('truetype');
    font-weight: normal;
    font-weight: normal;
}

html,
body, #map {
    height: 100%;
    font-family: geomanistlight;
    width: 100vw;
}
.container{
    font-family: geomanistlight;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    font-family: geomanistlight;
}

.wrap > .container {
    padding: 70px 15px 20px;
}



.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'geomanistlight';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.cortar{
    width:15px;

    text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}



.imagen_collage{
    width:94%;-webkit-box-shadow: 6px 3px 15px 3px rgba(0,0,0,0.68);
    -moz-box-shadow: 6px 3px 15px 3px rgba(0,0,0,0.68);
    box-shadow: 6px 3px 15px 3px rgba(0,0,0,0.68);
    transition-duration: 6s;



}
/*
.imagen_collage:hover {
  transition-duration: 0.500s;
  transition: 6s;
  -webkit-transform: rotatey(180deg);
  -moz-transform: rotatey(180deg);
  -o-transform: rotatey(180deg);
  -ms-transform: rotatey(180deg);
  transform: rotatey(180deg);
} */
.mmm{
    background-color: beige;  
}

.demo {
    border:2px solid #000000;
    border-collapse:collapse;
    padding:5px;
}
.demo2 {
    border:2px solid #000000;
    border-collapse:collapse;
    padding:5px;
}
.demo3 {
    
    padding:5px;
}
.demo2 tr th, .demo2 tr td{
    padding: 10px;
}
.demo3 tr th, .demo3 tr td{
    padding: 10px;
} 
.tabla-fac-linea {
    border:2px solid #000000;
    padding:0px;
}
.tabla-fac{
    width: 330px;
    padding: 5px;
}
.tabla-fac2{
    width: 380px;
    padding: 5px;
}
.linea-derecha-fac{
    border-right:1px solid #000000;
}

.tabla-fac-d{
    width: 560px;
     padding: 5px;
}
.tabla-fac2-d{
    width: 150px;
     padding: 5px;
}
.uep{
color: red;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	font: 50px 'ChunkFiveRegular';
}

.pestania{
    background-color: #DCE9F9;
    color: #1C5195;
}
.pestania:focus{
    background-color: #4790EA;
    color: white;
}
.pestania:hover{
    background-color: #555559;;
    color: #1C5195;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    width: 55%;
    
}
.panel-default > .panel-heading {
    color: #4790EA;
    background-color: transparent;
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-family: geomanistlight;
    
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
    font-weight: bolder;
    
}
.panel-title > a:hover{
    text-decoration: none;
    color: #053F78;
}
div #w1{
    border: 2px solid #E1D6D6;
}
