* {
	box-sizing: border-box;
	margin:0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.wrapper{
  margin: 20px auto;
  width: 350px;
}

.banner{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:190px;
	z-index:999;
	background: rgba(10,10,10,1);
	background: linear-gradient(to bottom, rgba(10,10,10,1) 0%, rgba(61,87,37,0.98) 100%);
	opacity:1;
-webkit-box-shadow:0px 10px 10px #888888;
 -moz-box-shadow:0px 10px 10px #888888;
	box-shadow:0px 10px 10px #888888;
}

.loban{
	position:fixed;
	left:50px;
	top:70px;
}

.loban img{
	width:135px;
	height:137px;	
}

.nombre{
	position:fixed;
	left:200px;
	top:100px;
	font-family:Edwardian  Script ITC;
	font-size:72px;
	color:white;
}

.redes{
	color:white;
	position:absolute;
	right:50px;
	top:150px;
	font-size:30px;
}

.redes a{
	text-decoration:none;
	padding:10px;
	color:white;
}

#feis:hover{color:#3b5998;}
#insta:hover{color:#ee2a7b;}
#guaza:hover{color:#25b366;}
#iutu:hover{color:#c4302b;}

a:active, a:hover {
	outline: 0;
}
.nido{
	position: absolute;
	top:-25px;
	overflow:visible;
}

.escudo{
	position: fixed;
	height:51px;
	background-color: transparent;
	width:71.5px;
	left:20px;
	z-index: 9999999;
}

.myImg:hover {
    opacity: 0.7;
}
.contenedor {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff;
	margin: 0;
}

a {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	background: transparent;  
}
a, .barranav-toggle,.desplegable-menu{
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; 
}
a:hover,
a:focus {
  color: #4a8669;  
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.contenedor,.contenedor-fluido {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 600px) {
.nido{
	width: 100%;
	height:auto;
}
.banner{
	height:130px;
}
.loban{
	left:20px;
}
.loban img{
	width:67.5px;
	height:68.5px;	
}
.nombre{
	left:90px;
	top:70px;
	font-size:18px;
	font-family:Edwardian  Script ITC;
}
.redes{
	right:10px;
	top:110px;
	font-size:12px;
}
} 
@media only screen and (min-width: 600px) {
.nido{
	width: 100%;
	height:100%;
}
.contenedor {
    width: 90%;
}

} 
@media (min-width: 768px) {
.contenedor {
	width: 90%;
}
.nido{
	width: 100%;
	height:100%;
}
}
@media (min-width: 992px) {
.contenedor {
	width: 90%;
}
.nido{
	width: 100%;
	height:100%;
}
}
@media (min-width: 1200px) {
.contenedor {
	width: 100%;
}
.nido{
	width: 100%;
	height:100%;
}

}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.sub {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.sub.right {
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
}
.desplegable {
  position: relative;
}
.desplegable-toggle:focus {
  outline: 0;
}
.desplegable-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: visible;
  padding: 5px 0;   
  margin: 2px 0 0;
  display: none;
  list-style: none;
  font-size: 14px;     
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 0 4px;
  background-clip: padding-box;  
}
.desplegable-menu .desplegable-menu {    
  min-width: 160px;
  padding: 0;
  display: none;
  margin: 2px 0 0 40px;
  list-style: none;
  font-size: 14px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 0 4px;
  background-clip: padding-box;  
}
@media (min-width: 768px) {
  .desplegable-menu {    
    top: 200%;
    left: 0;    
    visibility: hidden;
    float: left;
    display: block;
    min-width: 160px;
    padding: 5px 0;    
    opacity: 0;
  }
  .desplegable-menu:before{
    content: "";
    position: absolute;
    top: -20px;
    left: 30%;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #1f1f1f transparent;
  }  
  .desplegable-menu .desplegable-menu {    
    top: -3px;
    left: 120%;
    display: block;
    float: left;
    z-index: 1000;
    margin: 2px 0 0;
    visibility: hidden;
    opacity: 0;
  }
  .desplegable-menu .desplegable-menu:before{
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #1f1f1f transparent transparent;
  }
  .desplegable:hover > .desplegable-menu {
    opacity: 1 ;
    top: 100% ;    
    visibility: visible ;
  }
  .desplegable-menu .desplegable:hover > .desplegable-menu {
    opacity: 1;  
    top: -3px;
    left: 100%;
    padding: 5px 0;
    visibility: visible;
  }
  .derecho .desplegable-menu {
    left: auto;
    right: 0;
  }  
  .derecho .desplegable-menu:before{
    content: "";
    position: absolute;
    top: -20px;
    left: auto;
    right: 30%;
    border-style: solid;
    border-width: 10px;
 
  } 
  .barranav {
    border-radius: 2px;
  }
  .barranav-header {
    float: left;
  }
  .barracolap {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .barracolap.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .barracolap.in {
    overflow-y: visible;
  }
  .barranav-fixed-top .barracolap,
  .barranav-static-top .barracolap,
  .barranav-fixed-bottom .barracolap {
    padding-left: 0;
    padding-right: 0;
  }
  .contenedor > .barranav-header,
  .contenedor-fluido > .barranav-header,
  .contenedor > .barracolap,
  .contenedor-fluido > .barracolap {
    margin-right: 0;
    margin-left: 0;
  }
  .barranav > .contenedor .barranav-brand,
  .barranav > .contenedor-fluido .barranav-brand {
    margin-left: -15px;
  }
  .barranav-toggle {
    display: none;
  }
  .grupo1 {
    float: left;
    margin: 0 !important;
  }
  .grupo1 > li {
    float: left;
  }
  .grupo1 > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .grupo1.derecho:last-child {
    margin-right: -15px;
  }
  .derecho {
    float: right !important;
  }
}
.desplegable-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.desplegable-menu > li {
  position: relative;
}
.desplegable-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #fff;  
  line-height: 1.42857143;
  white-space: nowrap;
}
.desplegable-menu > li > a:hover,
.desplegable-menu > li > a:focus,
.desplegable-menu > .active > a,
.desplegable-menu > .active > a:hover,
.desplegable-menu > .active > a:focus {      
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.open > .desplegable-menu {  
  display: block;
  opacity: 1;
}
.barranav {
  position: fixed;
  z-index: 99999;
  min-height: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
background-color:rgba(0, 0, 0, 0.4);
  width: 93%;
}
.barracolap {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;


  -webkit-overflow-scrolling: touch;
}
.barracolap.in {
  overflow-y: auto;
}


.contenedor > .barracolap,
.contenedor-fluido > .barracolap {
  margin-right: -15px;
  margin-left: -15px;
}
.barranav-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  color:#fff;
}
.barranav-brand:hover,
.barranav-brand:focus {
  text-decoration: none;
}
.barranav-toggle {
  position: relative;
  
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

}
.barranav-toggle:focus {
  outline: none;
}
.barranav-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.barranav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.grupo1 {
  margin: 7.5px -15px;
  list-style: none;
  padding-left: 0;
}
.grupo1 > li {
  position: relative;
  display: block;
}
.grupo1 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;  
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  
  .grupo1 .open .desplegable-menu{
    position: static;
    float: none;
    width: auto;
    margin-top: 0;    
    border: 0;
    box-shadow: none;
  }
  .grupo1 .open .desplegable-menu > li > a,
  .grupo1 .open .desplegable-menu .desplegable-header {
    padding: 5px 15px 5px 25px;
  }
  .grupo1 .open .desplegable-menu > li > a{
    line-height: 20px;
  }
  .grupo1 .open .desplegable-menu > li > a:hover,
  .grupo1 .open .desplegable-menu > li > a:focus {
    background-image: none;
  }
}
.grupo1 > li > .desplegable-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.barranav .barranav-brand:hover,
.barranav .barranav-brand:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.barranav .grupo1 > li > a{
    color: #fff;
}
.barranav .grupo1 > li > a:hover,
.barranav .grupo1 > li > a:focus {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  -webkit-box-shadow: 0 -25px 0 rgba(0, 0, 0, 0.6) inset, 0 25px 0 rgba(0, 0, 0, 0.6) inset, 100px 0 0 rgba(0, 0, 0, 0.6) inset, -100px 0 0 rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 -25px 0 rgba(0, 0, 0, 0.6) inset, 0 25px 0 rgba(0, 0, 0, 0.6) inset, 100px 0 0 rgba(0, 0, 0, 0.6) inset, -100px 0 0 rgba(0, 0, 0, 0.6) inset;
  -ms-box-shadow: 0 -25px 0 rgba(0, 0, 0, 0.6) inset, 0 25px 0 rgba(0, 0, 0, 0.6) inset, 100px 0 0 rgba(0, 0, 0, 0.6) inset, -100px 0 0 rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 -25px 0 rgba(0, 0, 0, 0.6) inset, 0 25px 0 rgba(0, 0, 0, 0.6) inset, 100px 0 0 rgba(0, 0, 0, 0.6) inset, -100px 0 0 rgba(0, 0, 0, 0.6) inset;
}
.barranav .grupo1 > .active > a,
.barranav .grupo1 > .active > a:hover,
.barranav .grupo1 > .active > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}
.barranav .barranav-toggle {
  border-color: #fff;  
}
.barranav .barranav-toggle:hover,
.barranav .barranav-toggle:focus {
  background-color: #000;

}
.barranav .barranav-toggle .icon-bar {
  background-color: floralwhite;
}

.notify{
  padding: 4px;
  padding-top: 3px;
  padding-right: 5px;
  /* border: 1px solid #ffffff; */
  border-radius: 50%;
  background-color:red;
  color: #ffffff;
  font-weight: bolder;
  font-size: 0.8em;
  top:-10px;
}

.notification{
  padding: 15px 12px;
  border-bottom: solid 1px #efefef;
}

