
/* ===================================================================== 
   Aquest full d'estils conté els corresponents a les divs fixes (total 
   i postTotal, capcalera, peu, contingut i menu) i els estils globals 
   (de body).
   ===================================================================== */


/* Tipografia bāsica */
.body {
	font: Verdana green 10px;
}

.p {
	text-indent: 20pt;
}

.cosPortal {
	padding: 0px;
	margin: 0px;
	font: normal normal 12px/14px arial, sans-serif;
	text-align: center;
	background-color: #666666;
}

.cosPortal img {
	border-style: none;
}


.hand {
	cursor: pointer;
	cursor: hand;
}


/** Missatges d'error **/
.errorMessage {
	color: #aa6666;
	font:  normal bold 10px verdana;
}




/* ===================================================================== */
/* Total i postTotal. Englobarān tot el contingut i donarān la forma rodonejada */
div#divTotal {
	width: 720px;
	padding: 20px 10px 10px;
	margin: 15px auto 25px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../imatges/roundtop.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
    overflow-x: hidden;
}
div#divPostTotal {
    display: block;
    width: 740px;
    padding: 0px 10px 10px;
    margin: -35px auto 15px;
    background: url(../imatges/roundbottom.gif) 50% 100% no-repeat;
    height: 30px;
}
/* ===================================================================== */





/* ===================================================================== */
/* Capcalera i peu, amb els estils de totes les seves seccions */

div#divCapcalera ul, div#divPeu ul { 
	list-style-type: none;
	padding: 0%;
	margin: 0%;
} div#divCapcalera ul li, div#divPeu ul li {
	display: inline; 
}

ul#capcaleraSeccions {
	float: right;
    padding-top: 0.5ex;
} ul#capcaleraSeccions a {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0.5ex;
	color: #4c4c4c;
} div#capcaleraCibertira { 
	margin-top: .5ex; 
}

#divPeu {
	clear:both;
    background-color:#c8c8c8; 
    margin-top: 1em;
    padding: .5ex;
    font-size: 90%;
    color: black !important;
} ul#peuExtern {
	float: left;
	margin-right: 1em;
	height: 100%;
} ul#peuExtern li {
	margin-right: 7px;
} ul#peuIntern { 
	float: right; 
} ul#peuLinks {
    float: right;
    clear: right;
    margin-top: -2px !important;
} ul#peuLinks a {
    color: black !important;
    text-decoration: none;
}

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;
}
/* ===================================================================== */


#divMenuAjuda {
	width:30%; 
	float:left;
	padding-top: 18px;
}

#divAjuda {
	/*height: 200px;
	background-color: #ffffaa;
	overflow:auto;
	*/
}

#divContingut { 
    width:70%; 
    float:left;
    min-height: 300px;
}

#divSeccio ol {
	list-style: none;
}

#divTitol ol {
	list-style: none;
}
/* ===================================================================== */

