/*FUENTES*/
@font-face{
    font-family: "fajala";
    src: url(../fonts/fuente.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*GENERALES*/
*{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif, Helvetica, Arial;
    text-decoration: none;
}

.clearfix{
    clear: both;
    float: none;
}

table{
    margin: 0 auto;
    
    
}

.btn{
    background: #33BF11;
    border: 10px;
    padding: 15px 32px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn2{
    background: #33BF11;
    border: 10px;
    padding: 15px 32px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn3{
    background: #33BF11;
    border: 10px;
    padding: 15px 32px;
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}



body{
    background: url(../img/cubes.png) #f4f4f4;
}

.alerta{
    padding: 5px;
    font-size: 14px;
    color: white;
    background: green;
    box-shadow: 0px 1px 3px #ccc;
    margin-bottom: 15px;
    border-radius: 2px;
}

.alerta-error{
    background: red;
}

/*cabecera*/
#cabecera{
    width: 85%;
    height: auto;
    background: transparent;
    margin: 0px auto;
}
/*logotipo*/
#logo{
    float: left;
    width: 540px;
    height: 110px;
}

#logo a{
    font-family: "fajala", helvetica;
    font-size: 20px;
    letter-spacing:2px;
    color:#2979CD;
    text-shadow:0px 0px 0px black, 1px 1px 0px black, 2px 2px 0px black;
    transition: all 500ms;
    line-height: 90px;
    
    
}

#logo a:hover{
    cursor: pointer;
    text-shadow: 0px 0px 0px black, -1px -1px 0px black, -2px -2px 0px black;
    
}

/*menu*/
* {
        padding:0px;
        margin: 0px;
    }

    #header{
        margin: left;
        width: 800px;
        font-family: Arial, Helvetica, sans-serif;

    }

    .nav {
        clear: both;
        width: 100%;
        height: 60px;
        background:linear-gradient(to bottom, #f9f9f9 0px, #e9e9e9 100%);
        border: 1px solid #c9c9c9;
        border-radius: 8px;
        box-shadow: 0px 1px 1px #ccc;
        overflow: hidden;
    }

    ul, ol {
        list-style: none;
    }

    .nav li a {
        background-color: #F8F9F9 ;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        color: #838282;
        display: block;
    }


    .nav  li a:hover{
       background: linear-gradient(to bottom, #f2f2f2 0px, #dad9da 100%);

    }

    .nav > li {
        float: left;
    }

   

    .nav li ul {
        display: none;
        position: absolute;
        min-width: 140px;
    }

    .nav li:hover > ul{
       display: block;
    }


/*contenido*/

#contenedor{
    width: 85%;
    height: auto;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
}


#tablatotal{
    width: 85%;
    height: auto;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*barra lateral*/

#sidebar{
    float:right;
    width: 27%;
    height: auto;
}

.bloque{
    display: block;
    width: 45%;
    margin: 0px auto;
    margin-bottom: 35px;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3), 0px 3px 7px rgba(0,0,0,0.3), 0px 0px 1px #FFFFFF inset, 0px -3px 2px rgba(0,0,0,0.25) inset;
    
}

.bloque2{
    display: block;
    width: 60%;
    margin: 0px auto;
    margin-bottom: 35px;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3), 0px 3px 7px rgba(0,0,0,0.3), 0px 0px 1px #FFFFFF inset, 0px -3px 2px rgba(0,0,0,0.25) inset;
    
}
.bloque h3{
    margin-bottom: 15px;
}

label,
input[type="text"],
input[type="email"],
input[type="password"]{
    display:block;
    width: 95%;
    margin-top: 2px;
    margin-bottom: 2px;
}

input[type="text"],
input[type="email"],
input[type="password"]{
    padding: 5px;
    margin-bottom: 10px
}


input[type="button"],
input[type="submit"],
.boton{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    border-radius: 2px;
    color:white;
    background: #007ee5;
    border: 1px solid #156785;
    cursor: pointer;
    padding: 7px;
}

#principal{
    float: left;
    width: 65%;
    min-height: 670px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
    margin-left: 20px;
    padding: 20px;
    overflow: hidden;
}

#eqtiqueta{
    float: left;
    width: 67%;
    min-height: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
    margin-left: 150px;
    padding: 20px;
    overflow: hidden;
}



/*pie*/



#pie{
    clear: both;
    width: 82%;
    margin: 0px auto;
    background:linear-gradient(to bottom, #f9f9f9 0px, #e9e9e9 100%);
    border: 1px solid #c9c9c9;
    border-bottom: none;
    border-radius: 8px 8px 0px 0px;
    color: #666;
    height: auto;
    padding: 15px;
    text-align: center;
        
}