/* CSS Document */

/*body {
  font-family: "Lato", sans-serif;
}*/
#barraSuperior{
	position: fixed;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: 100;
	
	
}
#menuIzq{
	position: relative;
	
	float: left;
	/*padding: 15px 0px;*/
	
}

/*#menuIzq a img{
	max-width: 180px;
}*/
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  /*left: 0;*/
	right: 0;
  /*background-color: #111;*/
  background-color: #fff;	
  overflow-x: hidden;
  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;*/
	color:#0092d2;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  /*right: 25px;*/
	right: 25px;
  font-size: 36px;
  
	
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  /*background-color: #111;
  color: white;*/
  background-color: #fff;
  color:#003256; 
  /*padding: 10px 10px;*/
  border: none;
	/*margin-left: 90%;*/
}

.openbtn:hover {
  /*background-color: #444;*/
	background-color: #fff;
	color: #0092d2;
}

/* #main {
 transition: margin-left .5s;
	
	max-width: 60%;
	
	right: 100px;
	
	
	
	
}*/

#main{
	transition: margin-right .5s;
 	/*padding: 16px;*/
	position: relative;
	float: right;
	/*border: solid blue 2px;*/
}

.redesSociales a{
	color:#003256;
	font-size:2rem;
}

.redesSociales a:hover{
	color:#0092D2;
}

/* 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;}
}

/*DISPOSITIVOS MOVILES (XS revisamos en 320px ) */
@media(max-width:767px){ 
	#menuIzq a img{
		max-width: 100px;
	}
	
	#barraSuperior .redesSociales a img{
		width: 20px;
	}
	
	.redesSociales a{
		font-size:1rem;
	}
}