body {
	background-color: #dededc;
	margin: 0px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}


/******************************DIVS***********************************/
#main{
	width:774px;
	left: 50%;
	margin-left: -387px;
	position:absolute;
}

#container{
	position:relative;
	margin:10px 0px;
}

#header{
	height:152px;
	background-image: url(../_img/logobox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left:200px;
}

#footer{
	height:80px;
	background-image: url(../_img/copybox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:8px;
	font-size:11px;
	color:#000000;
}

#nav1, #nav2{
	font-size:14px;
	width:150px;
	text-align:left;
}

.menubox_title{
	width:142px;
	background-color:#b72722;
	background-image:url(../_img/menubox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:16px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
	color:#FFFFFF;
}
.menubox_list{
	width:134px;
	background-color:#6275ad;
	background-image:url(../_img/menubox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:10px;
	padding-top:4px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	color:#FFFFFF;
}

#content{
	width:460px;
	text-align:justify;
	font-size:12px;
}

.content_top{
	background-image:url(../_img/contentbox_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:10px;
}
.content_title{
	background-color:#C1C1C1;
	border:1px solid #000000;
	padding:2px;
	font-weight:bold;
	font-size:1.5em;
	color:#b72722;
}
.content_data{
	border:1px solid #000000;
	border-top:none;
	border-bottom:none;
	padding:6px;
}
.content_bottom{
	height:10px;	
	background-image:url(../_img/contentbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/****************************TABLES**********************************/
.table3col{
	width:100%;
}
.table3col tr{
	vertical-align:top;
}
.tablepubli{
	width:150px;
}
.tablepubli tr{
	text-align:center;
}
.llistat_items_2{
	background-image:url(../_img/item2.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/******************************LISTS************************************/
ul{
	list-style:none;
	margin:0;
	padding:0;
}
ul li{
	margin-bottom:2px;
}
ul li a:link,
ul li a:visited,
ul li a:active{
	color:#FFFFFF;
	text-decoration:none;
}
ul li a:hover{
	background-color:#CCCCCC;
	color:#000000;
}

/****************************TEXT**************************************/
	
#content a:link,
#content a:visited,
#content a:active{
	color:#b72722;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color:#b72722;
}
.link_button{
	background-color:#C1C1C1;
	border: 1px solid #000000;
	font-weight:bold;
	padding:4px;
}
.link_button:hover {
	background-color:#CCCCCC;
	border: 1px solid #000000;
	color:#FFFFFF;
}


.TXT_BLANC {
	color:#FFFFFF;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	text-decoration: none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

.TXT_titol{
	color:#b72722;
	font-weight:bold;
}

/****************************FORMS**************************************/
.textfield {
	background-color:#C1C1C1;
	border: 1px solid #000000;
}
.textfield:hover {
	background-color:#CCCCCC;
}

.button {
	background-color:#C1C1C1;
	border: 1px solid #000000;
	font-weight:bold;
}
.button:hover {
	background-color:#b72722;
	color:#FFFFFF;
}

/*****************************OTROS**********************************/
.foto_left{
	float:left;
	margin-right:4px;
	background-color:#C1C1C1;
	padding:4px;
	border:1px solid #000000;
}
.foto_right{
	float:right;
	vertical-align:bottom;
	margin-left:4px;
	background-color:#C1C1C1;
	padding:4px;
	border:1px solid #000000;
}