/* 
    Document   : ad
    Description:
        Hoja de estilo para elementos de administracion
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#form_edicion {
    z-index : 1000;
    display : none;
    min-height : 100%;
    min-width : 100%;
    position : absolute;
    top : 0px;
    left : 0px;
  }

#ficha {
    color: #000;
    padding : 10px;
    background-color : #fff;
    position : relative;
    top : 100px;
    width : 790px;
    margin : auto;
    font-size : 10pt;
  }

input[type="text"], input[type="password"], textarea, #ficha {
    border-width : 1px;
    border-style : solid;
    border-color: #484848;
}

input[type="text"], input[type="password"], textarea {
    margin: 3px;
}

#ficha input[type="text"], #ficha input[type="password"], #ficha textarea {
    width : 100%;
  }


input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background-color : #F7F7F7;
  }

input[type="button"], input[type="submit"], input[type="reset"] {
    min-width: 100px;
    background-color : #F7F7F7;
    border: solid 1px #484848;
    margin: 5px;
    cursor: pointer;
}

select {
    margin : 2px 0px 2px 0px;
  }

.editor {
    background-image : url('../imagenes/trans.png');
    position : absolute;
    min-height : 100%;
    min-width : 100%;
    top : 0px;
    left : 0px;
}

.tab_on, .tab_off {
    z-index : 1500;
    border: 1px;
    border-style: solid;
    background-color: #fefefe;
}

.tab_on {
    display : block;
}

.tab_off {
    display : none;
}

.tab_title_on, .tab_title_off {
    z-index : 1001;
    font-size : 18pt;
    cursor : pointer;
    padding : 10px;
    border: 1px;
    border-style: solid;
    background-color: #eeeeee;
}

.tab_title_on {
    font-weight : bold;
    background-color: #fefefe;
}

.negre {
	color: black;
}
/***************************************************************/

.aviso, .error, .panel {
    display: table;
    width: 80%;
    height: 40px;
    background-color : #fdfa7c;
    border: solid 1px #ff8f00;
    margin: 5px auto;
    color: #e98301;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.error {
    background-color : #fefefe;
    border: solid 1px #ff8f00;
    color: red;
}

.panel {
    width: 90%;
    background-color : #d5d5d5;
    border: solid 1px #868686;
    color: #0c016a;
    font-weight: bold;
    font-size: 14px;
}

.marco {
    width: 100%;
    height: 60px;
    display: table;
    border: solid 1px #868686;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}

.mensage {
    display: table-cell;
    vertical-align: middle;
}

.espacio_tabla {
    height: 500px;
    overflow: auto;
    overflow-x:hidden;
    overflow-y:scroll;
}

.ad_titulo_12 {
	font-size: 12px;
}

.ad_titulo_16 {
	font-size : 16pt;
}

.ad_titulo_12, .ad_titulo_16 {
	font-weight: bold;
}

#res_ex a {color: black;}
