﻿* {
    box-sizing: border-box;
    outline: none;
}

@font-face {
    font-family: "BebasNeue";
    font-weight: normal;
    src: url("../fonts/BebasNeue_Book.otf") format("opentype");
}

@font-face {
    font-family: "BebasNeue";
    font-weight: bold;
    src: url("../fonts/BebasNeue_Bold.otf") format("opentype");
}

@font-face {
    font-family: "DDIN";
    font-weight: normal;
    src: url("../fonts/D-DIN.otf") format("opentype");
}

@font-face {
    font-family: "DDIN";
    font-weight: bold;
    src: url("../fonts/D-DIN-Bold.otf") format("opentype");
}

body {
    background: rgb(234,234,234) url(../images/fondo.png) no-repeat right bottom fixed;
    background-size: contain;
    font-family: "DDIN", sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: black;
    height: 100vh;
    min-width: 350px;
}

a:link, a:visited {
    color: #5c8a2d;
}

/*a:hover {
    color: #a18d4e;
    text-decoration: none;
}*/

a:active {
    color: #5c8a2d;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-family: "BebasNeue", sans-serif;
    text-align: center;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    padding-top: 10px;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.page {
    width: 1035px;
    margin: 125px auto 0px auto;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    padding-left: 20px;
    margin: 0px;
    background: /*#a18d4e;cafe*/ #5c8a2d; /* verde*/
    width: 100%;
    height: 100px;
    min-width: 350px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    background: #39b299; /* Old browsers */
    background: -moz-linear-gradient(top, #39b299 0%, #015d58 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #39b299 0%,#015d58 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #39b299 0%,#015d58 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b299', endColorstr='#015d58',GradientType=0 ); /* IE6-9 */

    z-index: 19;
    transition: all ease 400ms;
}

    header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 4em;
        display: inline-block;
        /*height: 100px;*/

        text-shadow: black 1px 1px 5px;
        transition: all ease 400ms;
    }

.dropdown h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #f9f9f9;
    border: none;
    line-height: 1.5em;
    font-size: 2em;
    display: inline-block;
    /*height: 100px;*/

    text-shadow: black 1px 1px 5px;
    transition: all ease 400ms;
}

.dropbtn {
    /*background-color: #FFFFFF1A;*/
    color: white;
    padding: 5px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    line-height: 40px;
    border-radius: 1em;
    border: 1.5px #fff3 solid;
    transition: all ease 150ms;
    margin: 0px 0px 0px 5px;
    font-weight: bold;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #FFF3;
        border: 1.5px #fff0 solid;
    }

    .dropbtn:active {
        background-color: #2CA21A80;
    }

.dropdown {
    position: fixed;
    display: block;
    z-index: 31;
    top: 0em;
    right: 1em;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 185px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 1em;
    background: #ddd; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #fff, #cfcfcf); /* for firefox 3.6+ */

    border: solid 1px #b4b4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .dropdown-content a, .dropdown-content button {
        color: #006255;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content button {
        text-align: left;
        border: none;
        font: inherit;
        cursor: pointer;
        width: 100%;
    }

.dropdown a:hover, .dropdown button:hover {
    background-color: #fff;
}

header #logoClam {
    margin-top: 15px;
    height: 70px;
    display: inline-block;
    float: left;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(165,165,165,0) 75%, rgba(135,135,135,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(165,165,165,0) 75%,rgba(135,135,135,0) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%,rgba(165,165,165,0) 75%,rgba(135,135,135,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00878787',GradientType=1 );
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
}

.title {
    /*display: block;*/
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay /* COLOR DEL TEXTO QUE DICE EL NOMBRE DEL USUARIO LOGEADO*/ {
    /*margin-right:20px;*/
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #f1f1f1; /*#696969; GRIS*/
}

    .loginDisplay a:link {
        color: #f1f1f1; /*#696969;*/
    }

    .loginDisplay a:visited {
        color: #f1f1f1; /*#696969;*/
    }

    .loginDisplay a:hover {
        color: #f1f1f1; /*#696969;*/
    }