@font-face{
  font-family: 'Open Sans', sans-serif;
    src:url('fonts/OpenSans-Regular.ttf');
    }
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

    * {
        
    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
  padding: 0; 
       
        
}


.p-cabecera {
  
 
}

.p-cabecera .contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
/*   background: rgb(91,192,222);*/
/*   background: #c71f45;*/
/*   background: #f86415;*/
/*   background: #28328b;*/
   background: #fff;
    color: #000;
    padding: 15px;
}

.logo_md{
    
/*    border: solid 1px red;*/
    width: 20%;
}

.logo_md img {
    vertical-align: top;
    width: 100%;
/*    height: 120px;*/
    overflow: hidden;
}

.p-cabecera .contenedor .salir a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 15px;
    
}

.p-cabecera .contenedor .salir{
 
    width: 10%;
    
}

.p-cabecera .contenedor .salir img {

      vertical-align: top;

    margin-right: 5px;
}


header .menu {
    display: flex;
/*      background-color: #079bd7;*/
/*      background-color: #000;*/
 
/*    height: 70px;*/
   background: #f86415;
/*   background: #4c007d;*/
    
}
.menu ul {
/*     background-color: #079bd7;*/
/*     background-color: #222222;*/
/*       background: #f86415;*/
       background: #f86415;
/*       background: #4c007d;*/
/*       background: #0000c7;*/
/*     background-color: rgba(0,0,0,0.6);*/
    display: flex;
    list-style: none;
}
.menu ul ul {
    display: none;
   background-color: #079bd7;
}

.menu a {
    display: block;
    padding: 18px 20px;
   margin: 0 auto;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
      letter-spacing: 2px;
    height: 100%;
/*    border: solid 1px #fff;*/
}
.menu a:hover {
 
    background: rgba(0,0,0,0.6);
/*    background: #c71f45;*/
}

.menu img {

    width: 24px;
    height: 24px;
      vertical-align:text-bottom;

    margin-right: 5px;
}

.menu ul li:hover ul {
    display: block;
   /* position: static; */
      position: absolute;
    z-index: 1;
     background-color:  #222222;
}
