@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
*{
	box-sizing:border-box;
	}
img{
	display:block;
	max-width:100%;
	}

h1,h2,h3,h4,h5,h6{
	
	}
/*************************/
.header{
	height:60px;
	}
.header .contenedor{
display: flex;
    justify-content: space-between;
	}
.logo, #bars{
    margin: 5px;
    font-weight: bold;
    color: white;
    
}
#bars{
    display: block;
    width: 150px;
    height: 40px;
    font-size: 30px;
    background: #0676a9;
    color:white;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-left: auto;
    cursor: pointer;
	font-family:menus;
    
}

.nav1{
	visibility:hidden;
    position: absolute;
	z-index:5;
    top: 50px;
	font-size:12px;
    width:auto;   
}

.nav2{
	visibility:hidden;
   position: absolute;
   z-index:5;
    top: 155px;
	font-size:12px;
    width: auto;   

}
.menu2{
    list-style:none;
    padding: 0;
    margin: 0;    
    
}
.menu2_link{
    display: block;
    padding: 15px;
    background:#0676a9;
    font-weight: bold;
    text-decoration: none;
    color:white;
	text-align:center;
}

.menu2_link:hover{
    background:white ;
color: #0676a9;}

.mostrar2{visibility:visible;   
    right:14.2%;
}

.menu{
	background:#0676a9;
    list-style:none;
    padding: 0;
    margin: 0;
	text-align:right;
	color:white;	    
    
}

.menu_link{
    display: block;
    padding: 15px;
   background:#0676a9;
    text-decoration: none;
    color: white;
    
    
}

.menu_link:hover{background: white;
color: #0676a9;}


.mostrar{
	visibility:visible;
	right:0%;
}

.ocultar{
    
    left:-100%;
}

.select{
  background: white;
color: aquamarine;  
    
}

/****Estilos banner****/


.banner{
margin-top: -60px;
position: relative;
    z-index: -1000;   
}

.banner .contenedor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: white;
    text-align: center;
}

.banner_txt{
    display: none;
}

.contenedor_re{
    margin: 10px;
    padding: 3%;
    border: 5px solid #F4FA58;
    border-radius: 5px;
    display: none;
	height: auto;
    
}

.contenedor_r{
    margin: 10px;
    padding: 3%;
    border: 5px solid #F4FA58;
    border-radius: 5px;
   
    
}

.title_vista{
    font-weight: bold;
    font-size: 50px;
    color: cadetblue;
    
}

.subt_vista{
    font-weight: bold;
    font-size:35px;
    
    
}

.title_consul{
    font-weight: bold;
    font-size: 35px;
    color: cadetblue;
    
}




.renglon{
	font-size:12px;
	}
.renglon.uno{
	background-color:#CEE4FF;}
.renglon.dos{
	background-color:#FFA8A8;}
.renglon.tres{
	background-color:#B0FFAE;}
.renglon.cuatro{
	background-color:	#FFFC82;}		
.renglon.rojo{
	background-color:#F00;}	

 .renglon.blanco{
	background-color:#FFF;}	
 .renglon.azul{
	background-color: #9ECAE4;}
	
.renglon:hover  {
	background-color: #FED354;
}
.renglon.chico{
	width:380px;
	font-size:8px;
	height: auto;

	}


