/*****			ESTILS GENERALS 		*****/

body {
	cursor: default;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-align: justify;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	overflow: auto;/*****scroll cuando se necesita *****/
}

input{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

option {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A1A1A1;
	background-color: #565656;
	border-style: solid;
	border-width: thin;
	border-color: #7C7C7C;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.boto {
	background-color: #62C39A;
	border: 1px;
	border-style: solid;
	border-color: #3F5A31;
	color: #FFFFFF;
	cursor: hand;
    width: 75px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}



	
/*****			ESTILS privats	 		*****/

#imgLogo {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 291px;
    height: 64px;
}

.TextTitolApartat {
	font-family: Tahoma;
	font-size: 18px;
    font-weight: normal;
	color: #3F5A31;
	text-decoration: none;
}
.TextApartat {
	font-family: Tahoma;
	font-size: 12px;
	color: #3F5A31;
	text-decoration: none;
}
.TextMissatge {
	font-family: Tahoma;
	font-size: 14px;
    font-weight: bold;
	color: #3F5A31;
}

ul.mapaweb {
    margin: 0 20px 0 0 ;
    padding: 5px 0 0 0;
}
li.mapaweb {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-right: 0px;
    margin-left: 50px;
    padding: 0;
	color:#3F5A31;
	text-align:left;
}

/* Capa central */
#centre {background: transparent; margin:0em;}

#plomall { width:600px; background:url(../images/portada_transparencia.png); margin-top:365px; padding:2px 2px 2px 2px;}


.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1o, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 0px; background:#fff;}
.xb2 {margin:0 0px; border-width:0 2px;}
.xb3 {margin:0 0px;}
.xb4 {height:2px; margin:0 0px;}

.xboxcontent {
	display:block; background:#fff; border:1px solid #ffffff; border-width:0 1px;
	
	width: 620px;
	height: 449px;

	overflow: auto;
	position: relative;

	background-color: transparent;
	background-image: url();
	background-repeat: no-repeat;
	background-position:bottom left;

	font-family: Tahoma;
	font-size: 14px;
	color: #3F5A31;
	text-decoration: none;
	text-align: justify;
}


.titol {
	font-family: Tahoma;
	font-size: 16px;
	color: #7D0101;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.text {
	font-family: Tahoma;
	font-size: 14px;
	color: black;
	text-align: justify;
	text-decoration: none;
}


.textBottom {
	font-family: Tahoma;
	font-size: 11px;
	color: green;
	text-decoration: none;
}

