html { width:100%; height:100%;}
body {font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px;margin:0px; padding:0px;height:100%; background-color:#999; color:#000
;font-weight:normal; }

a {text-decoration: none;color: #0D87BC;border: none; text-decoration:none; }
a:hover {color: #0D87BC;border: none;text-decoration:underline;}

img{ border:0px;}

/* -------------- zona capcalera ---------------- */
#cont-principal{width:100%; height:auto;text-align:center;position:relative; border:0px solid #333333; padding-bottom:0px;}
#cont-capcalera{float:left;width:100%; height:50px; border:0px solid red;background-color:#fff; color:#000;}
#caixa-menu{float:left;width:100%;height:auto; min-height:15px;text-align:left; line-height:34px;border:0px solid green; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#fff; padding-right:0px; background-color:#000099;}
#caixa-central{ float:left;width:100%; height:auto; color:#000; background-color:#fff; text-align:left; padding:0px; font-size:12px;margin-top:0px; border:0px solid yellow; min-height:400px;}

#caixa-myp{ float: left; width:25%; height:52px;border:0px solid yellow; padding:5px;}

#caixa-idiomas{ float: left; width:25%; height:52px;border:0px solid yellow; padding:5px; line-height:45px;}
#caixa-idiomas a{ color:#FFF;}
#caixa-idiomas a:hover{ text-decoration:underline;}

#caixa-usuari-admin{ float: right; width:20%; height:52px;border:0px solid yellow;text-align:right; line-height:52px; padding-right:5px;}
#caixa-usuari-admin-text{ float:right;width:auto; height:52px; border:0px solid yellow;text-align:right; line-height:45px;}
#caixa-home-tanca{float: right; width:10%; height:52px;border:0px solid red; text-align:right; padding-right:15px;}

#caixa-peu{float:left; width:100%; height:50px; border:0px solid red;background-image:url(../imatges/disseny/fons_part_capcalera.png); background-repeat:repeat-x;}
#caixa-peu-text{float:left; width:80%; height:50px; border:0px solid red; color:#FFF; text-align:left; padding-left:10px; font-size:11px; padding-bottom:10px;}


/* --------------------estils taules----------------------- */
.taula_cabecera{background-image:url(/imatges/disseny/pastilla_titol.gif); background-repeat:repeat-x;}
#titol_taula_gestora{ color:#3366CC; text-align:left; font-size:10px; font-family:Arial; font-weight: bold;}
.fila_gestora td{  border:0px; border-bottom:1px solid #3366CC;}
#taula_gestora{ font-size:11px;}
#afegir-boto{ font-size:11px;}
/* ---------------------------------------------------------- */

a.Ntooltip {
position: relative; /* es la posición normal */
text-decoration: none !important; /* forzar sin subrayado */
color: #3366CC !important; /* forzar color del texto */
font-weight:bold !important; /* forzar negritas */
}

a.Ntooltip:hover {
z-index:999; /* va a estar por encima de todo */
background-color:#999; /* DEBE haber un color de fondo */
}

a.Ntooltip span {
display: none; /* el elemento va a estar oculto */
}

a.Ntooltip:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:2em; left:2em; /* donde va a estar */
width:250px; /* el ancho por defecto que va a tener */
padding:5px; /* la separación entre el contenido y los bordes */
background-color: #0080C0; /* el color de fondo por defecto */
color: #FFFFFF; /* el color de los textos por defecto */
}


input { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000; background-color: #E2EDFC; border: #000099; border-style: solid; border: 1px;} 
select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000; background-color: #E2EDFC; border: #000099; border-style: solid; border:1px;} 
textarea { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000; background-color: #E2EDFC; border: #000099; border-style: solid; border: 1px;} 

input.button {font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000; background-color: #E2EDFC; border: #000099; border-style: solid; border: 1px; cursor:pointer;}

#entrada {font-family: Tahoma, Verdana, Arial; font-size: 13px; color: #FFF; background-color:#06F; border: #000099; border-style: solid; border: 1px; cursor:pointer; margin-bottom:5px;}

input.submit {font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000; background-color: #E2EDFC; border: #000099; border-style: solid; border: 1px; cursor:pointer;}

.mayus {text-transform:uppercase}
