html, body 
{
    height: calc(100% - 10px); /* Se tendra que cambiar siempre que se modifique el tamaño del pie de pagina */
    margin: 0px;
    padding: 0px;
}

/* MENU SUPERIOR*/

#menu-superior
{
    border-radius: 0px;  
    margin-bottom: 0px;
    background-color: #333;
    border: none;
}

/* ZONA PRINCIPAL */

/****************************************/
/********** MENU IZQUIERDA **************/
/****************************************/
#menu_izquierda
{
    background-color: #333;
    height: 100%;
    margin: 0px;
    padding: 0px;
   /* border-right: 1px dotted black; */
}

.opcion_izquierda
{

    border-bottom: 1px solid black;
    background-color: #555555;
    padding: 0px;
}

.opcion_izquierda:hover
{
    cursor: pointer;
}

.izq_selec
{
    background-color: #424242;
}

/********************************************/
/***** ZONA CENTRAL *************************/
/********************************************/
#zona_central
{
    padding: 0px;
    margin: 0px; 
    background-color: white;
    height: 100%;
}
    
/*******************************************/
/************ MENU DERECHA *****************/
/*******************************************/

#menu_derecha
{
    height: 100%;
    background-color: #333;
    margin: 0px;
    padding: 0px;
}

#zona_propiedades h4
{
    margin-top: 0px;
    padding-top: 10px;
}

#titulo-derecha
{
    margin-left: 10px;
    margin-top: 7px;
    color: white;
}

.form_propiedades
{
    background-color: transparent;
    border: 0px solid transparent; 
}

.opcion_derecha
{
    padding: 6px;
    border-bottom: 1px solid black;
    background-color: #555;
    
}

.opcion_derecha:nth-of-type(1)
{
    border-top: 1px solid black;
}

.opcion_derecha h4
{
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    padding-left: 3px;
    font-size: 14px;
    color: #EEE;
   /* font-weight:  bold; */
}

.opcion_derecha_form
{
    padding-top: 10px;
}

   /* boton del color */
.infoColor
{
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
    display: inline;
    width: 40%;
    border: 0px;
    background-color: transparent;
    color: #CCC;
}
   /* boton del slider */
.infoSlider
{
    font-weight: bold;
    color: #CCC;
    font-size: 14px;
}

.botones-menu-derecha
{
    margin-left: 7px;
    margin-top: 7px;
}

.botones-menu-derecha input
{
    background-color: #555;
    color: #EEE;
    font-weight: bold;
    border: 2px solid #676767; 
}

/* Para los input file */
.opcion_derecha input[type=file]
{
    background-color: #555;
    border: 0px solid transparent;
    
}

.botones-menu-derecha input:hover
{
    color: #AAA;
}





/* INPUT FILE */

.fileContainer 
{
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] 
{
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer 
{
    background-color: #555;
    border: 2px solid #777;
    color: #EEE;
    border-radius: 5px;
    float: left;
    padding: .5em;
    
}

.fileContainer:hover
{
    color: #CCC;
}

.fileContainer [type=file] 
{
    cursor: pointer;
}



/* Botones del color */

.jscolor
{
    border: 1px solid #353535;
}






/* Desactivado por ahora
.checkbox
{
    box-shadow: none;
    height: 25px;
    margin: 0px;
}
*/

/************************* ZONA DE DIBUJADO ***********************/




/*****************************************************************/
/********************* PIE DE PAGINA *****************************/
/*****************************************************************/

#piepagina
{
    border: none;
    background-color: #333;
}


.pie-mensaje
{
    margin-top: 6px;
    margin-right: 10px;
    font-size: 12px;
    color: #BBB;

    /* font-family: "Courier New"; */
}

.pie-zoom
{
    font-size: 14px;
    padding-right: 5px;
}

.pie-zoom:hover
{
    cursor: pointer;
}


