@charset "utf-8";

/* Reset CSS */
@import url("reset.css");

/* Importación de fuente de Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Abel);

/* CSS Documento general de Estilos */

html, body, header, main, footer, div, nav, section, label, input, button, select, textarea, p{
    font-family: 'Abel', sans-serif;
    font-size: 14px;
}

html, body{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    /*background-color: #FF9966;*/
    background-color: #EFEFEF;
    overflow: auto;
    z-index: -1000;
}

body{
    overflow: auto;
    min-height: 100%;
}

header, main, footer{
    position: relative;
    width: 100%;
    left: 0%;
}

input, select, textarea{
    padding: 2px;
    font-size: 18px;    
    border: 1px solid #C2BFB6;
}

label{
    font-size: 15px;
}

button{
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    border: none;
}

button.boton1{
    background-color: #000;
    color: #FFF;
}

button.boton1:active, button.boton1Sel{
    background-color: #4D4848;
}

button.boton2{
    background-color: #B32117;
    color: #FFF;
}

button.boton2:active, button.boton2Sel{
    background-color: #E65440;
}

button.boton3{
    background-color: #CCC;
    color: #000;
}

button.boton3:active, button.boton3Sel{
    background-color: #EEE;
}

a{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

a img, button img, h1 img{
    border: none;
    height: 15px;
    margin-right: 5px;
    margin-bottom: -2px;
}

h1{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

p.mensaje, span.mensaje{
    color: #FF3333;
}

.justificado{
    text-align: justify;
}

.centrado{
    text-align: center;
}

.izquierda{
    text-align: left;
}

.derecha{
    text-align: right;
}

.negrita{
    font-weight: bold;
}

.cursiva{
    font-style: italic;
}

header{
    height: 10%;
    top: 0%;
    z-index: 10;
}

header img{
    height: 16px;
    margin-left: 5px;
    margin-bottom: -4px;
}

header button#sesion{
    position: relative;
    float: left;
    clear: both;
    left: 3%;
    top: 10%;
    font-size: 14px;
}

header div#sesion{
    display: none;
    position: relative;
    float: left;
    clear: both;
    background-color: #4D4848;
    padding: 10px;
    width: auto;
    left: 3%;
    top: 4px;
    z-index: 100;
}

header div#sesion p{
    color: #FF9966;
}

header div#sesion ul{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

header div#sesion ul li{
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    line-height: 180%;
    padding: 3px 0px;
}

header div#sesion ul li a{
    font-size: 14px;
    color: #FFF;
}

header div#sesion ul li a:hover{
    color: #CCC;
}

header div#sesion ul li#verPerfil{
    display: none;
}

header div#sesion ul li#cambiarContrasena{
    display: none;
}

header div#sesion ul li#cambiarContrasena input, header div#sesion ul li#cambiarContrasena button{
    margin: 5px;
}

header a#logo{
    position: absolute;
    height: 100%;
    top: 10%;
    right: 1.5%;
    float: right;
    z-index: 1000;    
}

header a#logo img{
    height: 100%;
}

header nav{
    position: absolute;
    width: 80%;
    left: 6%;
    bottom: 0px;
    z-index: 10;
}

header nav ul{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

header nav ul li{
    position: relative;
    display: inline;
    float: left;
    margin-left: 10px;
    height: 100%;
    text-align: center;
    line-height: 180%;
    background-color: #B32117;
    padding: 0px 25px;
}

header nav ul li img{
    height: 16px;
    margin-left: 10px;
    margin-bottom: -4px;
}

header nav ul li a{
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

header nav ul li:hover{
    background-color: #E65440;
}

header nav ul li.sel{
    background-color: #EFEFEF;
    border: 1px solid #CCC;
}

header nav ul li.sel a{
    color: #000;
}

section#fondo{
    display: none;
    position: fixed;
    background-color: #000;
    height: 100%;
    width: 100%;
    z-index: 1000;

    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9; 
    filter:alpha(opacity=90);
}

section#emergente{
    display: none;
    position: fixed;
    background-color: #EFEFEF;
    height: 88%;
    width: 58%;
    top: 4%;
    left: 20%;
    padding: 1%;
    z-index: 1001;
}

div#emergente{
    position:  relative;
    height: 100%;
    width: 100%;
    overflow: auto;
}

section#emergente img#cerrarEmergente{
    position: absolute;
    height: 4%;
    right: -4%;
    top: -3%;
    cursor: pointer;
}

footer{
    height: 5%;
    bottom: 0%;
    background-color: #000;
    z-index: -1000;
    color: #FF9966;
    line-height: 230%;
    text-align: center;
}

footer a{
    color: #FF9966;
}

footer a:hover{
    text-decoration: underline;
}

main{
    left: 5%;
    width: 90%;
    min-height: 85%;
    background-color: #EFEFEF;
    z-index: -10;
}

main section#contenido{
    position: relative;
    left: 2%;
    width: 96%;
    padding: 20px 0px;
}

main section#contenido p#noLogged{
    font-size: 40px;
    color: #BBB;
}

main button#opciones{
    position: relative;
    float: left;
    clear: both;
}

main div#opciones{
    display: none;
    position: relative;
    float: left;
    clear: both;
    background-color: #E65440;
    padding: 10px;
    width: auto;
    left: 0%;
    top: 0px;
    margin-bottom: 20px;
    z-index: 100;
}

main div#filtros{
    display: none;
    position: absolute;
    background-color: #FF9966;
    padding: 5px;
    z-index: 100;
}

main div#filtros h2{
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 2.5px;
}

main table#formulario td{
    vertical-align: middle;
    padding: 3px;
}

main div#cartel{
    position: fixed;
    left: 0;
    top: 45%;
    width: 5%;
    padding: 1% 0%;
    background-color: #000;
    z-index: 1000;
    color: #FFF;
}

table#listadoReportes{
    position: relative;
    width: 100%;
}

table#listadoReportes td{
    text-align: center;
    padding: 10px;
    border: 1px solid #EFEFEF;
}

table#listadoReportes td:hover{
    border: 1px solid #CCC;
}

table#listadoReportes img{
    height: 128px;
}

img#seleccionarProducto, img#quitarProducto{
    cursor: pointer;
}

table#catalogo{
    position: relative;
    width: 100%;
}

table#catalogo td{
    text-align: center;
    vertical-align: bottom;
    width: 33.33%;
    padding: 50px 5px;
}

table#catalogo td:hover{
    border: 1px solid #CCC;
}

table#catalogo td img{
    position: relative;
    width: 70%;;
    height: auto;
}