/*NOTIFICACION*/

spa {
    position: absolute ;
    top:-10px;
    padding: 5px 9px;
    border: 1px solid white;
    border-radius:100px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset; 
    -webkit-background-clip: padding-box;
    font:bold 9px/15px "Helvetica Neue", sans-serif; 
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    margin-left: 14px;
    margin-top: 13px;
    font-size: 1rem;
}
spaa {
    position: absolute;
    top:2px;
    padding: 3px 9px;
    border: 2px solid white;
    border-radius:100px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset; 
    -webkit-background-clip: padding-box;
    font:bold 16px/20px "Helvetica Neue", sans-serif; 
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    margin-left: 10px;
    margin-top: -5px;
}

.header2{
    width: 100%;
    height: 60px;
    background: #004c66;
    text-align: center;
    top: 0; /* Position the navbar at the top of the page */
    width: 100%;
}

.logo2{
    height: 90%;
}

footer2 {
  background-color: #004c66;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 250%;
  color: white;
}


.conbanner2{
    width: 100%;
    background-size: 100%;
    display: block;
}

/*modifica el submenu <volver*/
h6{
    padding-left: 88px !important;
    padding-top: 15px !important;
    
}



/*li{
    padding-top: 5px !important;
}*/

.fa{
   /* font-size: 35px;*/
}

#global {
	height: 63vh !important;
	overflow-y: scroll;
    overflow-x: hidden;
    max-height:68vh; 
}

#global2 {
	height:72vh;
	overflow-y: scroll;
    overflow-x: hidden;
}

#globalmenu{
    	height:100vh;
	overflow-y: scroll;
    overflow-x: hidden;
}

@media (min-width:1500px)
{

#global {
	height: 70vh !important;
    	overflow-y: scroll;
    overflow-x: hidden;
        max-height:68vh;
    
}
}

@media (max-width:480px)
{
#global {
	height: 72vh !important;
        	overflow-y: scroll;
    overflow-x: hidden;
        max-height:68vh;
}
    ul{
padding-left: 0px !important;
}
}