html, body, #wrapper {
    min-height: 100%; /* alto minimom FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0
}

html>body #wrapper {
    height: auto /* con este hack escondemos el min-height de IE*/
}
/* fin hacks varios */

body{
	background:url(body2.jpg) repeat-x top #e6e6e6;
	font-family:Arial;
	font-size:0.9em;
	color:#464443;
    min-height: 100%; /* alto minimom FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0
}

#wrapper {
	background:url(body.jpg) no-repeat center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#header,#content,#footer{
	position:relative;
	margin:0 auto 0 auto;
	width:98%;
    padding: 0
}
#header{
	margin-top:0.5em;
	overflow:hidden
}
#content{
	padding-bottom:4.5em;
	overflow:hidden;
}
#footer{
	font-size:0.7em;
    position: absolute;
    bottom: 0;
    width: 98%;
	left:1%;
	overflow:hidden;
    height:4em /* esta altura debe ser menor que el padding bottom del main  */
}

.nodisplay{
	display:none
}
h1{
	margin:0;
	padding:0;
	float:left
}
h2{
	margin:0;
	font-size:1.2em;
	color:#901242;
}
#moto{
	margin-top:32px;
	margin-left:0.5em;
	font-weight:bold;
	float:left;
}
#idioma{
	font-size:0.7em;
	float:right;
	width:50%;
	text-align:right;
}
#idioma a{
	text-decoration:none;
	color:#333
}
#idioma a:hover,#idioma a:focus{
	text-decoration:underline;
	color:#901242;
}
#areas{
	margin:0;
	clear:right;
	float:right;
	width:21%;
	font-size:0.95em;
	color:#901242;
	font-weight:bold;
}
.area1{
	list-style:url(head_dg.gif)
}
.area2{
	list-style:url(head_pb.gif)
}
.area3{
	list-style:url(head_mm.gif)
}
.area4{
	list-style:url(head_gp.gif)
}


#side{
	float:right;
	width:23%
}




#navegacio{
	background:url(proy_bg2.gif) no-repeat right top #efefee;
	padding-bottom:0.5em
}
#navegacio h2{
	background:url(proy_bg1.gif) no-repeat left top;
	font-size:1em;
	padding:0.5em;
	padding-bottom:0
}
#navegacio ul{
	list-style:none;
	margin:0;
	padding:0
}
#navegacio ul li{
	margin:0;
	padding:0;
	padding-left:0.7em;
	margin-top:0.3em
}
#navegacio ul li a{
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	background:url(closeNav.gif) no-repeat 0 3px;
	color:#666
}
#navegacio ul li a:hover,#navegacio ul li a:focus{
	color:#901242
}
#navegacio ul li .selected{
	color:#b0b0b9
}



#news{
	margin-top:1em;
	background:url(news_bg2.gif) no-repeat right top #e5e5e4
}
#news h2{
	background:url(news_bg1.gif) no-repeat left top;
	padding:0.5em;
	padding-bottom:0
}
#news ul{
	list-style:none;
	margin:0;
	padding:0
}
.news_container{
	position:relative;
	font-size:0.8em;
	margin:0.3em;
	padding:0.3em;
	background:#fff;
	height:92px
}
.news_container h3{
	display:inline;
	padding-left:95px;
	font-size:1.1em;
	color:#901242;
	margin:0
}
.news_container img{
	position:absolute;
	top:0.2em;
	left:0.2em;
	border:1px solid #c2c2c1;
}
.news_container p{
	margin:0;
	margin-top:0.4em;
	padding-left:95px;
	padding-bottom:20px
}
.news_container div{
	position:absolute;
	bottom:0;
	right:5px
}
.news_container a{
	background:url(newsInfo1.gif) no-repeat top left;
	width:20px;
	height:19px;
	overflow:hidden;
	display:block;
	text-indent:-10000em;
}
#news_control{
	background:url(news_bg3.gif) no-repeat bottom right
}
#news_control ul{
	background:url(news_bg4.gif) no-repeat bottom left;
	list-style:none;
	margin:0;
	padding:0;
	padding-left:0.5em
}
#news_control ul li{
	display:inline;
	margin-left:0.1em
}
#news_control ul li a{
	background:url(bar_btn_up.gif) repeat-x top #730e35;
	border:1px solid #680c2b;
	border-bottom:1px solid #a8a8a8;
	padding:0 0.3em;
	font-size:0.7em;
	color:#fff;
	text-decoration:none
}
#news_control ul li a:hover,#news_control ul li a:focus,#news_control ul .selected a{
	background:url(bar_btn_down.gif) repeat-x top #a0a0a0;
	border:1px solid #9d9d9d;
	border-bottom:1px solid #a8a8a8;
	color:#333
}




#projects{
	margin-bottom:2.2em;
	background:url(proy_bg2.gif) no-repeat right top #efefee;
	float:left;
	width:75%;
	overflow:hidden
}
#projects h2{
	background:url(proy_bg1.gif) no-repeat left top;
	padding:0.5em;
}





#formu{
	font-size:0.75em;
	background:#f5f5f5;
	margin:0 0.5em;
	padding:1em
}
.filter{
	margin-bottom:0.5em
}
.filter_div{
	display:inline;
	border-right:1px solid #fff;
	padding-right:1em;
}
.filter .der{
	padding-left:1em;
	padding-right:0;
	border-left:1px solid #dedede;
	border-right:none;
}
.filter_select{
	font-size:0.8em;
	background:#f5f5f5;
	margin:0;
	padding:0;
}
.order{
	margin-bottom:0.5em
}
.order_div{
	display:inline;
	padding:1em;
	padding-top:2em;
	padding-right:1em
}
.order .first{
	padding-left:0
}
.order_div label{
	padding-bottom:2em
}
.order_select{
	font-size:0.8em;
	background:#f5f5f5
}
#formu .boton{
	background:#fff;
	padding:0 0.2em;
	width:auto;
	border:1px solid #666
}

#proys_container{
	list-style:none;
	width:97%;
	margin-left:0.5%;
	padding:0.2em 0.5em; 
	position:relative;
	background:#f2f2f1;
	overflow:hidden;
}
.proy_container{
	background:url(proy_top.gif) no-repeat top left #fff;
	float:left;
	position:relative;
	margin:0.5em;
	padding-bottom:0.5em;
	width:155px;
	height:170px
}
.proy_img{
	margin:10px;
	margin-bottom:0;
	border:1px solid #c2c2c1
}
.proy_title,.proy_tag,.proy_tipus,.proy_data{
	font-size:0.75em;
	margin:0 10px
}
.proy_tag{
	margin-top:0.2em;
	color:#901242;
	background:url(proy_tag.gif) no-repeat top left;
	padding-left:15px
}
.proy_tipus,.proy_data{
	font-size:0.70em;
	padding-left:15px
}
.proy_tipus{
	margin-top:0.2em;
	padding-top:0.2em
}
.mm{
	background:url(proy_mm.gif) no-repeat top left;
}
.gp{
	background:url(proy_gp.gif) no-repeat top left;
}
.dg{
	background:url(proy_dg.gif) no-repeat top left;
}
.pb{
	background:url(proy_pb.gif) no-repeat top left;
}
.proy_mas{
	position:absolute;
	overflow:hidden;
	bottom:0;
	right:0;
	width:100%;
	height:15px;
	padding-bottom:3px;
	background:url(proy_bottom.gif) no-repeat bottom left;
}
.proy_mas a{
	float:right;
	margin-right:10px;
	background:url(proy_mas1.gif) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:10000em;
	width:18px;
	height:15px;
}
.proy_mas a:hover,.proy_mas a:focus{
	background:url(proy_mas2.gif) no-repeat;
}
* html .proy_mas a{
	margin-right:5px
}



#int_container{
	list-style:none;
	width:97%;
	height:60%;
	margin-left:0.5%;
	padding:0.2em 0.5em; 
	position:relative;
	background:#f2f2f1;
	overflow:hidden;
	padding-bottom:50%
}
#init_container p{
	margin-top:3em;
}
#map_container{
	list-style:none;
	width:97%;
	height:60%;
	margin-left:0.5%;
	padding:0.2em 0.5em; 
	position:relative;
	background:#f2f2f1;
	overflow:hidden;
	text-align:center;
	padding-bottom:12%
}
#map_container img{
	border:5px solid #ddd;
	margin-top:3%;
}
#map_container a{
	font-weight:bold;
	text-decoration:none;	
	color:#901242
}
#map_container a:hover{
	text-decoration:underline	
}
#cont_container{
	list-style:none;
	width:97%;
	height:60%;
	margin-left:0.5%;
	padding:0.2em 0.5em; 
	position:relative;
	background:#f2f2f1;
	overflow:hidden;
	padding-bottom:20%
}
.contacta label{
	text-align:right;
	display:block;
	margin-top:1em;
	width:75%;
}
.contacta label span{
	width:100%;
}
.contacta label input,.contacta label textarea{
	border:1px solid #666;
	width:50%	
}
.contacta .centro{
	margin-top:2em;
	width:100%;
	text-align:center
}
.contacta .contacta_button{
	background:#fff;
	border:1px solid #666;
	padding: 0 0.2em
}

#det_container{
	list-style:none;
	width:97%;
	height:60%;
	margin-left:0.5%;
	padding:1em 0.5em; 
	position:relative;
	background:#fff;
	overflow:hidden;
	margin-bottom:1em;
	padding-bottom:10%
}
#det_container .volver{
	margin-bottom:2em
}
#det_container .volver a{
	color:#666;
	font-size:0.8em;
	background:#fff;
	border:1px solid #666;
	padding: 0 0.2em 0 0.5em
}
#det_container .volver a:hover{
	text-decoration:none;	
	color:#901242
}
#det_container img{
	margin:0;
	margin-right:5px
}
#det_container h3{
	font-size:1.5em;	
	margin:0;
	margin-top:1em
}
#det_container p{
	margin:0;
	margin-bottom:0.5em
}
#det_container .proy_data{
	margin-bottom:1em
}
#det_container h4{
	margin:0
}
#det_container a{
	font-weight:bold;
	text-decoration:none;	
	color:#901242
}
#det_container a:hover{
	text-decoration:underline	
}
#footer a{
	color:#6e6c6f;
	text-decoration:none
}
#footer a:hover,#footer a:focus{
	text-decoration:underline
}



