
/* ===================================================================== 
   Aquest full d'estils conte els corresponents a les divs fixes (total 
   i postTotal, contingut i menu) i els estils globals (de body).
   ===================================================================== */


.body { font: Verdana green 10px; }
.p { text-indent: 20pt; }

.cos{
	padding: 0px;
	margin: 0px;
	font: normal normal 12px/14px arial, sans-serif;
	text-align: center;
	background-color: #666666;
}

.cos img { border-style: none; }

.hand {
	cursor: pointer;
	cursor: hand;
}


/* ===================================================================== */

div#divTotal {
	/* width: 980px; */
	width: 720px;
	padding: 20px 10px 10px;
	margin: 15px auto 25px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../imatges/roundtop1100-transparent.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
    overflow-x: hidden;
}

div#divPostTotal {
    display: block;
    /* width: 1000px; */
    width: 740px;
    padding: 0px 10px 10px;
    margin: -35px auto 15px;
    background: url(../imatges/roundbottom800.gif) 50% 100% no-repeat;
    height: 30px;
}

#divMenu {
	width:5%;  /* antes 20% */ 
	float:left;
	padding-top: 18px;
}

#divContingut { 
    width:95%; /* antes 80% */ 
    float:left;
    min-height: 300px;
}

#divCapcalera ul{ 
	list-style-type: none;
	display: inline;
	padding: 0%;
	margin: 0%;
}

#divCapcalera li {float:left}

#divOficinaRecollidaFields {
	/* background-color: #ffaaaa; */
}

#divPeu
{
    background-color: rgb(200,200,200);
    margin-top: 1em;
    clear: both;
    padding: .5ex;
    font-size: 90%;
    color: black !important;
}
#divPeu li {    display: inline;
                padding: 0% .5ex; }
#divPeu img, abbr, acronym {    
	border-style: none; }          

#divPeu body, div, h1, h2 { padding: 0%;
                            margin: 0%; }
                            
div#capcelera ul, #divPeu ul { list-style-type: none;
                                padding: 0%;
                                margin: 0%; }
                                                            
ul#extern
{
    float: left;
    margin-right: 1em;
    height: 100%;
}
ul#extern li
{
    margin-right: 7px;
}
ul#extern li img.bigfoot
{
    margin-top: 4px;    /* there's no other way to center them vertically... */
}
ul#extern li img.smallfoot
{
    margin-bottom: 4px;
}
ul#intern { float: right; }
ul#legallinks
{
    float: right;
    clear: right;
}
ul#legallinks
{
    margin-top: -2px !important;
}
ul#legallinks a
{
    color: black !important;
    text-decoration: none;
}

/* ===================================================================== */


.lightTable {
    border: solid 1px black;
    padding: 3px;
    border-collapse: collapse;
} .lightTable th {
    background-color: gray;
} .lightTable td {
	border: solid 1px black;
	vertical-align: top;
}

div#missatgeLegal {
	font-size: 75%;
	text-align: justify;
}

.amagar {
	display: none;
}

.tdLabel {
	min-width: 170px;
}