﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ebebeb;
    font-size: 11px;
    font-family:  Verdana, Arial, Helvetica,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #2d2d2d;
}

a:link, a:visited
{
    font-size: 11px;
    font-weight:bold;
    font-family:  Verdana, Arial, Helvetica,sans-serif;
    color: #683b15;
}

a:hover
{
    font-size: 11px;
    font-weight:bold;
    font-family:  Verdana, Arial, Helvetica,sans-serif;
    color: #ee7e1c;
    text-decoration: none;
}

a:active
{
    font-size: 11px;
    font-weight:bold;
    font-family:  Verdana, Arial, Helvetica,sans-serif;
    color: #683b15;
}

p
{
    margin-bottom: 10px;
    line-height: 1.2em;
}

.show {
    display: block;
}

.hide{
    display: none;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #ed7d1d;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 1px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.literalNegrita
{
    font-weight: bold;
}
.fuenteVerde
{
    font-size: 1.2em;
    color: #b9cd33;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 1px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1100px;
    background-color: #fff;
    margin: 20px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #683b15;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.seleccionIdioma
{
    float: right;
    margin:5px 5px 0px 0px;
    color:#ffffff;
}

.main
{
    padding: 0px 12px;
    margin: 8px 2px 8px 2px;
    min-height: 420px;
    border:1px #683b15 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#ffffff;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
.logo
{
    background:#683b15 url(/imagenes/logotipos/logoGesMueble.png) no-repeat;
    width:140px;
    height:60px;
    float:left;
    margin:0px 0px 0px 20px;
    cursor: pointer;
}

.title
{
    display: block;
    float: left;
    text-align: right;
    width: 300px;
}



.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/****************** MENÚ PRINCIPAL ***************/
.menuPrincipal
{
    border:2px solid #79a723;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left:2px;
    margin-right:2px;
    margin-bottom:2px;
    margin-top:5px;
    padding:2px 2px;
    text-align:left;
    font-size:11px;
    width:1088px;
}

.menuPrincipal ul li {
    list-style-type: none;
}

.level1menu
{
    font-size:11px;
    font-weight:bold;
    color: #79a723;
    list-style-type:none;
    margin: 0px 10px;
    margin-left:2px;
    margin-right:8px;
    margin-bottom:2px;
    margin-top:5px;
    list-style-type:none;
    text-decoration:none;
}
.level1 ul li
{
    list-style-type:none;
    
}
.level1menu img
{
    border:0px;
}

.level2menu
{
    font-size:11px;
    font-weight:bold;
    color: #00ff00;
    list-style-type:none;
    margin: 0px 10px;
    margin-left:2px;
    margin-right:8px;
    margin-bottom:2px;
    margin-top:5px;
    list-style-type:square;
    border:0px;
    width:200px;
}
.level2
{
   margin:5px 0px 5px 0px;
   width:200px;
}
.level2 li
{
     background-color:#fff;
     border-left: 2px solid #79a723;
     list-style-type:square;
     padding-top:5px;
     z-index: 70 !important;
}
.level2 li a
{
    color: #79a723;
    padding:5px 5px;
    text-decoration: none;
}

.level3 {
    z-index: 900 !important;
}
 
 .level3 li {
    background-color: #fff;
    border-left: 2px solid #79a723;
    list-style-type: square;
    padding-top: 5px;
    margin: 0px 0px 0px -140px;
    z-index: 980 !important;
}


/*****************CONTROLES***************/
.main input {
    border: 1px solid #666666;
    padding: 1px 0px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}

.main input.sinBorde
{
    border:0px solid #ffffff;   
    width:87px;
    height:27px;
}
.main select
{
    border:1px solid #683b15;
    padding:1px 0px;
    font-family:Verdana;
    font-size:11px;    
    font-weight:bold;   
}

.inputIdentificador
{
    background-color:#D9FFD9;
}

.cuadroMarron
{
    padding: 0px 12px;
    border:2px #683b15 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width:100%;
}
.cuadroTotales
{
    padding: 0px 12px;
    border:2px #b9cd33 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width:100%;
}
.filaVerde
{
    border-bottom:2px #b9cd33 solid;
}
.perfilEntrada
{
    padding: 0px 12px;
    border:2px #ed7d1d solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width:150px;
    text-align:center;
    min-height:150px;
}

div.divTextoHTML
{
	width: 98%;
	height: 400px;
    padding: 0px 12px 5px 12px;
    border:1px #ed7d1d solid;
    border-radius: 5px;
	overflow-x: hidden;
	overflow-y: auto;
}

/***************CABECERAS TABS***************/
.cabeceraCredenciales
{
    height:20px;
    border:1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.cabeceraPerfiles
{
    height:20px;
    border:1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.cabeceraObservaciones
{
    height:20px;
    border:1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.cabeceraTiendas
{
    height:20px;
    border:1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.cabeceraDiseno
{
    height:20px;
    border:1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.cabeceraEmpleados
{
    height:20px;
    border:1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.cabeceraObservaciones
{
    height:20px;
    border:1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.cabecera
{
    height:20px;
    border:1px solid #cbcbcb;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.fondoTabs
{
    background-color:#e9e9e9;
}
.fondoTabsVerde
{
    background-color:#bfde68;
}
/*****************PÁGINAS**************/

.login
{
    width:100%;
}

#tablaLogin
{
    margin:50px auto;
    border:1px solid #cbcbcb;
}

/*****************TABS**************/

.panelGeneral
{
    border:0px solid #cbcbcb;
    padding:0px;
    margin:0px;
    
}
.panelGeneral fieldset legend
{
    color:#ed7d1d;
    font-size:11px;
    font-style:italic;
    margin:0px;
}

.panelInferior
{
    border:0px solid #000000;
    padding:0px;
    margin:0px;
}
.panelInferior fieldset legend
{
    color:#000000;
    font-size:11px;
    font-style:italic;
    margin:0px;
}

#divPanelCaracteristicas
{
    width:95%;
}
#divPanelValoresCaracteristicas
{
    width:95%;
}
#divPanelHistoricoValorCaracteristica
{
    width:95%;
}

/****************BOTONES NAVEGACIÓN****************/

.BotonNuevo
{
    border:0px solid #ffffff;
}
.BotonNuevoBN 
{
    border:0px solid #ffffff;
}

.BotonModificar
{
    background:#FFFFFF url(imagenes/botones/modificar.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonModificarBN
{
    background:#FFFFFF url(imagenes/botones/modificarbn.png) no-repeat;
    width:87px;
    height:27px;
}

.BotonEliminar
{
    background:#FFFFFF url(imagenes/botones/eliminar.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonEliminarBN
{
    background:#FFFFFF url(imagenes/botones/eliminarbn.png) no-repeat;
    width:87px;
    height:27px;
}

.BotonAceptar
{
    background:#FFFFFF url(imagenes/botones/aceptar.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonAceptarBN
{
    background:#FFFFFF url(imagenes/botones/aceptarbn.png) no-repeat;
    width:87px;
    height:27px;
}

.BotonCancelar
{
    background:#FFFFFF url(imagenes/botones/cancelar.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonCancelarBN
{
    background:#FFFFFF url(imagenes/botones/cancelarbn.png) no-repeat;
    width:87px;
    height:27px;
}

.BotonPrimero
{
    background:#FFFFFF url(imagenes/botones/primero.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonPrimeroBN
{
    background:#FFFFFF url(imagenes/botones/primerobn.png) no-repeat;
    width:87px;
    height:27px;
}

.BotonAnterior
{
    background:#FFFFFF url(imagenes/botones/anterior.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonAnteriorBN
{
    background:#FFFFFF url(imagenes/botones/anteriorbn.png) no-repeat;
    width:87px;
    height:27px;
}

.BotonSiguiente
{
    background:#FFFFFF url(imagenes/botones/siguiente.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonSiguienteBN
{
    background:#FFFFFF url(imagenes/botones/siguientebn.png) no-repeat;
    width:87px;
    height:27px;
}

.BotonUltimo
{
    background:#FFFFFF url(imagenes/botones/ultimo.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonUltimoBN
{
    background:#FFFFFF url(imagenes/botones/ultimobn.png) no-repeat;
    width:87px;
    height:27px;
}

.BotonBuscar
{
    background:#FFFFFF url(imagenes/botones/buscar.png) no-repeat;
    width:87px;
    height:27px;
}
.BotonBuscarBN
{
    background:#FFFFFF url(imagenes/botones/buscarbn.png) no-repeat;
    width:87px;
    height:27px;
}
/****************ESTILOS INFORMES*****************/

.estiloTablaInforme
{
    border:1px #000000 solid;
    font-size: 11pt;
    color:#000000;
}

.estiloCabeceraInforme
{
    border:1px #666666 solid;
    background-color:#683b15;
    font-size: 12pt;
    color:#ffffff; 
}

