@charset"utf-8"
    html{font-size: 10px;
 font-family: 'roboto_condensedregular';}
/*fonts*/
@font-face {
    font-family: 'bitterbold';
    src: url('bitter-bold-webfont.eot');
    src: url('bitter-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter-bold-webfont.woff2') format('woff2'),
         url('bitter-bold-webfont.woff') format('woff'),
         url('bitter-bold-webfont.ttf') format('truetype'),
         url('bitter-bold-webfont.svg#bitterbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'bitterregular';
    src: url('bitter-regular-webfont.eot');
    src: url('bitter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter-regular-webfont.woff2') format('woff2'),
         url('bitter-regular-webfont.woff') format('woff'),
         url('bitter-regular-webfont.ttf') format('truetype'),
         url('bitter-regular-webfont.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedbold';
    src: url('robotocondensed-bold-webfont.eot');
    src: url('robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-bold-webfont.woff2') format('woff2'),
         url('robotocondensed-bold-webfont.woff') format('woff'),
         url('robotocondensed-bold-webfont.ttf') format('truetype'),
         url('robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_condensedregular';
    src: url('robotocondensed-regular-webfont.eot');
    src: url('robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-regular-webfont.woff2') format('woff2'),
         url('robotocondensed-regular-webfont.woff') format('woff'),
         url('robotocondensed-regular-webfont.ttf') format('truetype'),
         url('robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



}
#wrapper{
margin: 0 auto;
box-shadow: 3rem;
    
}

/*aplicacion*/
*{ 
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;

}

/*atributos*/

body{ 
   
    margin: 0;
    padding: 0;
    
    
    
}
div#logo{
    
}
div#logo img{
     max-width: 50%;
   max-height: 50%;
    margin: 1rem;
    padding:1rem;
}


a {
    text-decoration: none;
}

header{
   
    
}

/*navegador principal*/

div.navegador ul{
    float: left;
    list-style: none;
    margin: 0rem;
    padding: 2rem;
    width: 100%;
        }


 div.navegador nav ul li{
padding: 0.7rem 3rem;
margin:1.8rem;
text-align: center;
background-color:#FEDC3D; 
}

div.navegador nav ul li a{
display: block;
text-decoration: none;
margin:auto;
color:#000000;
    font-family: 'roboto_condensedbold';
}

div.navegador nav ul li:hover{
background-color:#FEA680 ;
}  

main{
    margin:2rem auto;
    width: 100%;
   font-family: 'roboto_condensedregular';
  
}


h1,h2,h3,p{
    margin: 1rem;
    padding: 1rem;
    width: 100%;
    font-family: 'roboto_condensedbold';
}
section{
    margin: 1rem;
}
h1{;
    color: aqua;
    font-size: 2rem;
}
h2, h3 {
    
     margin-top: 0.5em;
    
}

/*navegador secundario*/
div.sub-menu{
    font-size: 1.5rem;
   border-bottom: dotted 0.2rem #ed8d0c;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
} 
}
p {
    font-family: 'roboto_condensedregular';
}





nav {
	
	padding:10px 0;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
nav ul li {
    display:inline-block;
    position:relative;
}

/* sub navigation */
nav li ul {    
    background-color:rgb(225,75,75);
    position:absolute;
    left:0;
    top:40px; /* make this equal to the line-height of the links (specified below) */
    width:200px;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}

/* style all links */
nav a {
    line-height:40px;
    padding:0 12px;
    margin:0 12px;
}
nav a {
    color:#fff;
    text-decoration:none;
    display:block;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:rgb(50,50,50);
}

/* style sub level links */
nav li li a {
    border-bottom:solid 1px rgb(200,50,50);
    margin:0 10px;
    padding:0;
}
nav li li:last-child a {
    border-bottom:none;
}

/* hide sub menu links */
ul.sub-menu {
    display:none;
}

/* show arrows for dropdowns */
nav li.dropdown > a {
    background-image:url('../img/arrow-down.png');
    background-position:right 20px;
    background-repeat:no-repeat;
}

nav li li.dropdown > a {
    background-image:url('../img/arrow-right.png');
    background-position:right 16px;
    background-repeat:no-repeat;
}



}

/*footer*/
footer{
    background-color: #01ABBA;
    color: aliceblue;
   font-family: 'roboto_condensedregular';
    font-size: 1rem;
    margin:2rem;
    padding: 1rem;
    
}
  /*galeria*/
    /* Prevent the slideshow from flashing on load */
    #slides {
      display: none
    }

    /* Center the slideshow */
    .container {
      margin: 0 auto;
    }

    /* Show active item in the pagination */
    .slidesjs-pagination .active {
      color:red;
    }

    /* Media quires for a responsive layout */

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 10px;
        padding-right: 10px;
      }
      .container {
        width: auto;
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .contenedor {
        width: auto;
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .contenedor {
        width: 724px;
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .contenedor {
        width: 1170px;
      }
    }
  /*final galeria*/

/*query*/
@media screen and (min-width:40rem) {
    nav ul {
    display: flex;
    }
    
}
    
    
    @media screen and (min-width:50rem) {
    header {flex-flow: column;
            display:flex;
            justify-content: space-between;
            align-items: center;
    }
        nav {
        margin: 0;
       flex-basis: calc( 100% - 8em);
        }}
        