@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	background-color: #FFFFFF;
}

/* JPR: Per compatibilitat amb Navegadors antics
 és redundant però alguns navegadors no tenien herència. */
/* Trec definicions de font posteriors que no siguin diferents
 de la bàsica del web */ 

p, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border:none;
}
#cabecera {
	margin: auto;
	clear: both;
	width: 1050px;
	/*background-image: url(../images/cabecera.jpg);	*/
	height: 85px;
	color: #D6E2F0;
	text-align: center;
	/*padding-top: 15px;
	padding-right: 15px;*/
	cursor: pointer;
	padding: 10px 0;
	margin-bottom: 5px;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3C6DA4;
	border-left-color: #3C6DA4;*/
}
#Sombra {
	margin: auto;
	height: auto;
	width: 1060px;
	background-image: url(../images/fondobody.png);
}

/************************************************************************************/
/* CSS propies de centre ITAE
/************************************************************************************/
#header{
	background: url(../images/mw_header_t.png) 0 0 repeat-x;
}
div#wrapper {
	margin-left: auto;
	margin-right: auto;
	background: url(../images/mw_shadow_l.png) 0 0 repeat-y;	
}

div#wrapper_r {
	background: url(../images/mw_shadow_r.png) 100% 0 repeat-y;
}

body.width_medium div#wrapper {
	width: 1030px;

}

body.width_small div#wrapper {
	width: 773px;

}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;

}

div#header_l {
	position: relative;
	background: url(../images/mw_header_t_l.png) 0 0 no-repeat;
}

div#header_r {
	height: 60px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
	/*background-image: url(../images/mw_header_t_r.png) 100% 0 no-repeat;*/
	background: url(../images/mw_header_t_r.png) 100% 0 no-repeat ; 
}

div#logo {
	position: absolute;
	left: 0;
	top: -10px;
	float: left;
	width: 100%;
	height: 75px;
	background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
	margin-left: 30px;
	margin-top: 25px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}
div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 15px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}


/************************************************************************************/
/************************************************************************************/

#menucabecera {
	margin: auto;
	clear: none;
	width: 1030px;
	color:  #FFFFFF;
	background-color: #8B713F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #8B713F;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: none;
	/*background: url(../images/fondo_contenido.png) 0 0 repeat-y ;*/
	
}

/*#menucabecera a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

#menucabecera a:visited {
	color: #FFFFFF;
}
*/
#linkscabecera {
	clear: both;
	width: 950px;
	color: #FFFFFF;
	background-color: #8B713F;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: right;
	font-size: 10px;
	height: 16px;
	padding: 0px;
	margin: auto;
	border-right-width: 1px;
	border-right-color: #000000;
}

#linkscabecera a {
	text-decoration: none;
	color: #FFFFFF;
}

#linkscabecera a:visited {
	color: #FFFFFF;
}

#linkscabecera a:hover {
	text-decoration: underline;
}

.tMenuCabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 13px;
	margin-top: 3px;
	margin-bottom: 2px;
}
.tMenuCabecera td {
	text-align: center;
}
#tdCabeceraDerecha {
	border-right-style: none;
	text-align: right;
}
/*	background-color: #D6E2F0; */

#contenido {
	margin: auto;
	clear: both;
	width: 1050px;
	background-color:#F7F7F7;
	height: auto;
	overflow: hidden;	
	/*margin-left:422.5px;
	padding-left: 10px;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	*/
	background: url(../images/fondo_contenido.png) 0 0 repeat-y ;	
}

#pie1 {
	margin: auto;
	clear: both;
	width: 950px;
	background-color: #8B713F;
	color: #FFFFFF;
	height: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.pie1tabla {
	font-size: 10px;
}

.pie1tabla td {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
}

#pie2 {
	margin: auto;
	clear: both;
	width: 1024px;	
	color: #FFFFFF;
	font-size: 9px;
}

.pie2tabla {
	font-size: 9px;
}

.pie2tabla td {
	padding-right: 5px;
	padding-left: 5px;
}

.tMenuPie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 13px;
	margin: 2px;
}
.tMenuPie td {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #644414;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

#pie2 a {
	text-decoration: none;
	color: #FFFFFF;
}

#pie2 a:hover {
	text-decoration: underline;
}
#Private_area{
	float:right;
	width:400px;
	height:250px;
	float: none;
	padding-top:15px;
	margin-left:500px;
}
#area {
	padding: 0;
}

#whitebox {
	margin: 0 0px 0px 21px;
	/*background: #FFFFFF url(../images/fondo.png) 0px -8px no-repeat;*/
	background: #FFFFFF;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 100%;
	float:left;
}
#leftcolumn div.module {
	padding: 0 10px;
}
.menu-nav{
padding-left:5px;
margin-left:5px;
line-height:200%;
}
.clr {
	clear: both;
}
#maincolumn,
#maincolumn_full {
	margin-left: 0;
	text-align:center;
	padding-left: 15px;
	width: 95%;
	
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 95%;
}
div#footer {
	margin: auto;
	clear: both;
	width: 1050px;	
	background: url(../images/mw_footer_b.png) 0 100% repeat-x;
}
div#footer_l{
	background: url(../images/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	padding-top: 10px;
	height: 77px; 
	background: url(../images/mw_footer_b_r.png) 100% 0 no-repeat;
	/*overflow: hidden; Canviat el 14/8/2012 per posar el peu de LOPD */
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #644414;
}

div#footerspacer {
	height: 10px;
}
#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
	margin-top:-5px;
}
#acreditacio{
	float:left;
	margin-top:-8px;
}
/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 0px;
}
