

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

}




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

}
html{ font-size: 10px;
 'source_sans_proregular';}


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

}

/*atributos*/

body{ 
   
    margin: 0;
    padding: 0;
    background: url(../img/fondo.png);
     font-family: 'source_sans_proregular';
    
}
div#logo{
    font-family: 'source_sans_probold';
}
div#logo img{
     max-width: 50%;
max-height: 50%;
    margin: 1rem;
    padding:1rem;
}


a {
    text-decoration: none;
}

header{
   background-color: #facb8c;
    
}

/*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;
background-color:#f8e2bd;
margin:1.8rem;
text-align: center;
border-radius:2rem;
border-color: ;
border:solid 0.3rem #fcd8da;

}

div.navegador nav ul li a{
display: block;
text-decoration: none;
font-family: 'source_sans_probold';
color: #3d12ef;
font-size:1.6rem;
margin:auto;
}

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


main{
    margin:2rem auto;
    width: 100%;
   
}
h1,h2,h3,p{
    margin: 1rem;
    padding: 1rem;
    width: 100%;
}
section{
    margin: 1rem;
}
h1{font-family: 'source_sans_probold';
    color: aqua;
    font-size: 2rem;
}
h2, h3 {
    color: cadetblue;
     margin-top: 0.5em;
    
}
div.navse h2{
    font-size: 1.5rem;
   border-bottom: dotted 0.2rem #ed8d0c;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
} 
}
p {
    padding-bottom: 1em;
    max-width: 35em;
    font-family: 'source_sans_proregular';
    font-size: 1rem;
    text-align:left;
    font-kerning: auto;
    font-size: 1rem;
}

/*navegador secundario*/
div.navse{
    
}
div.navse nav ul li a{
    font-size: 1rem;
    color: #1234ef;
   
    margin:1rem;
    padding: 1rem 0,7rem;
}

/*formulario*/

}
 
div.form{
    background-color: #d61313;
    margin: 2rem;
    padding: 1rem;
    max-width: 100%;
    
}
div.form h1{
    color: #ffffff;
    background-color: #ed8d0c;
   text-align: center;
    clear: both;
    font-size: 2rem;
    margin: 1rem;
    padding: 1rem;
}
th,td{
    font-size: 1.4rem;
    color: #fdfcff;
}
td input{max-width: 20rem;
}

div#inicio h3{
    font-size: 2.3rem;
    float: left;
    color:#3d12ef;
}

/*footer*/
footer{
    background-color: #2b0ade;
    color: aliceblue;
    font-family: 'source_sans_proregular';
    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) {
      .container {
        width: auto;
      }
    }

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

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

/*query*/
@media screen and (min-width:40rem) {
    nav ul {
    display: flex;
    }
    td input{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);
        }}
        