@font-face {
    font-family: 'Candara';
    font-style: normal;
    font-weight: bold;
    src: local('Candara'), url('fonts/Candara.woff') format('woff');
     -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
   
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Candara', sans-serif;
    line-height: 1.5;
    
}
picture {
    display: block;
    width: 100%;
    text-align: center;
}
h1 {
    float: left;
}
a {
    text-decoration: none;
}
.tamanomaximo {
    width: 100%;
}
.tamano80 {
    width: 80%;
}
hr.linea {
    height: 1px;
    border: 1px dotted #bbb;
    color: #cc0000;
    background-color: #ffffff;
}
header {
    display: block;
    width: 100%;
    height: 80px;
    background: #fff;
    color: #111;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
header h1 {
    font-size: 3em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
}
header .contenedor {
    width: 100%;   
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-display: flex;
    align-items: center;
    padding:10px;
}
#menu-bar {
    display: none;
}
header label {
    float: right;
    font-size: 28px;
    margin: 6px 0;
    cursor: pointer;
}
.menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    height: 346px;
    transition: all 0.3s;
    transform: translateX(-100%);
    background: #2d2d2d;
    font-size: 1.1em;
    
}
.menu a {
    display: block;
    color: #fff;
    height: 40px;
    text-decoration: none;
    padding: 9px;
    font-size: 1.1em;
    border-bottom: 1px solid #f7f7f7;
}

.menu a:hover {
    color: #000;
}
#menu-bar:checked ~ .menu {
    transform: translateX(0%);
}
#bienvenidos {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 94px;
}
#bienvenidos .contenedor {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-display: flex;
    align-items: flex-end;
}
#bienvenidos img {
    box-shadow: #fff 1px 1px 1px 1px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
}
.imagengrande {
    width: 96%;
}
.nombreseccion {
    padding: 40px;
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 1em;
}
.tituloimagen {
    font-size: .9em;
    color: #333;
    text-align: center;
}
.tamano {
    width: 300px;
    text-align: center;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    /* appearance: none;  */
    
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 7px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 1em;
    text-decoration: none;
    margin: 10px;
    width: 100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #37c0fb;
}
.negro {
    width: 100%;
    height: 96px;
    background: url(images/fleconegro.png);
}
.row1 {
    COLOR: #222222;
    BACKGROUND-COLOR: #f7f7f7;
    padding: 6px;
    FONT-SIZE: small;
}
.row2 {
    COLOR: #333333;
    BACKGROUND-COLOR: #f7f7f7;
    FONT-SIZE: small;
    padding: 6px;
}
.row5 {
    COLOR: #111111;
    BACKGROUND-COLOR: #fffcd5;
    padding: 7px;
    FONT-SIZE: small;
}
.head1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: smaller;
    COLOR: #fff;
    padding: 6px;
    BACKGROUND-COLOR: #67b0d1
}
.titulo {
    text-transform: uppercase;
    font-size: 1.25em;
    color: #196b00;
}
.boton3 a {
    background: #000;
    font-size: 1em;
    width: 100px;
    margin: 3px;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    position: relative;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    text-decoration: none;
    color: #fff;
    
}
.boton3 a:hover {
    background: #e5e5e5;
    font-size: 1em;
    width: 100px;
    margin: 3px;
    text-align: center;
    color: #000;
    padding: 3px 10px;
    position: relative;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    text-decoration: none;
    color: #000;
   
}
.button {
    background: #aeaeae;
    width: 169px;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 1px solid #aeaeae;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -o-border-radius: 11px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}
.buttonpanel {
    background-color: #000;
    width: 130px;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    padding: 7px;
    margin: 50px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 1px solid #000;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}
.buttonseccion {
    background-color: #347521;
    width: 169px;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}
.cl {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}
.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.formulariologout {
    padding-top: 50px;
}
.imagenlogout {
    width: 522px;
    height: 260px;
    margin: 0 auto;
    background: url(images/imagenlogout.png) no-repeat 0 0;
    padding: 30px;
    text-align: left;
}
.centrarelemento {
    width: 80%;
    position: relative;
    margin: 0px auto;
    border: 1px solid #cdcdcd;
}
.centrado-porcentual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.redes {
    text-align: center;
    width: 80px;
    display: inline-block;
}
.box {
    text-align: center;
    width: 45%;
    display: inline-block;
    margin: 20px;
}
.box7 {
    display:flex;
    flex-wrap  : wrap  ;
    align-items  : center;
    justify-content: center; 
    width: 300px;
    height: 340px;
    box-shadow: #515151 1px 1px 1px 1px;
    margin-bottom: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.box6 {
    text-align: left;
    width: 300px;
    margin: 10px;
    padding: 15px;
    box-shadow: #888 1px 1px 1px 1px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    float: left;
}
.sombra {
    box-shadow: #f5f5f5 1px 1px 4px 1px;
}
.sombraobscura {
    box-shadow: #222 2px 2px 6px 2px;
}
.sombragris {
    box-shadow: #777 1px 1px 2px 1px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -o-border-radius: 11px;
}
.cuadroblanco {
    width: 100%;
    margin: 10px;
    position: relative;
    font-size: 1em;
    text-align: left;
    color: #222;
}
.featuredblanco {
    width: 100%;
    margin: 2px;
    position: relative;
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.featuredblancocentro {
    width: 100%;
    margin: 20px auto;
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #888;
}
.featured {
    background: #ff9c00;
    border: 0px solid #e5e5e5;
    padding: 1em;
    margin: 30px;
    position: relative;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    text-align: center;
    color: #fff;
    text-align: center;
}
.featuredgris {
    width: 100%;
    background: #e5e5e5;
    padding: 1em;
    margin: 2px;
    position: relative;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 1.2em;
    text-align: center;
    color: #444;
}
.featuredgris2 {
    width: 100%;
    background: #e5e5e5;
    padding: 1.2em;
    margin: 20px 0px;
    position: relative;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    font-weight: bold;
    font-size: 1.2em;
    color: #444;
    text-align: left;
}
.featured a.blue-btn {
    background: #3b6cff;
    width: 169px;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    margin: 10px 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: 1px solid #3b6cff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
}
.marco {
    position: relative;
    display: inline-block;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.featured a.blue-btn:hover {
    background-position: 0 bottom;
}

.marco77 { margin: 50px auto; width: 100%; display:flex ; flex-wrap: wrap;  align-items: center;}

.boxinicio {
    width: 300px;
    font-size: 1em;
    margin :30px auto;
    text-align: center;
}
.menumini {
    display: flex;
    font-weight: bold;
    padding: 0px 12px;
    font-size: 1.2em;
    text-align: center;
    z-index: 2000; 
}
footer {
    width: 100%;
}
footer .contenedor {
    width: 80%;
    padding: 20px 0px;
    margin: 20px 0px;
    font-size: 0.9em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -ms-display: flex;
    align-items: flex-end;
}
/* Panel de Control   */

#menucontrol {
    width: 20%;
    padding: 20px;
}
#menucuerpo {
    width: 70%;
    padding: 20px;
}
footer .contenedor {
    width: 100%;
    margin: 0px auto;
}
@media (min-width: 800px) {

    .imagengrande {
        max-width: 500px;
        margin: 0px auto;
    }
    .menu a {
        border-bottom: 0px solid #fff;   
        color:#222;    
    }
    
    
    
    #bienvenidos .contenedor {
        width: 80%;
    }
    .imagengrande {
        max-width: 400px;
        float: left;
        margin-right : 60px;
    }
    
        .imagengrande16 {        
        max-width: 500px;        
        margin : 0px auto;
    }
    
     .imagengrandenota {
        max-width: 600px;        
        margin-left : 60px;
    } 
}
@media (min-width: 980px) {
   header .contenedor {
        width: 80%;
        margin: 0px auto;
    }
    header label {
        display: none;
    }
    .menu {
        transform: translateX(0);
        position: static;
        width: auto;
        height: auto;
        display: flex;
        font-size: 0.9em;
        font-weight: bold;
        background: #fff;
    }
    .menu a {
        border: none;
    }
}
