/* ------------------------------------- */
/* Full d'estils en cascada per la UAB	 */
/* autor: keepu						   						 */
/* data: 07/2007		 			   						 */
/* ------------------------------------- */




/*************************************
*	ESTILS PER ALS TAGS HTML, BODY i IMG
*************************************/

/* Defineixo estils per defecte al tag HTML i al tag BODY, default IMG, default FORM */

html{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#9a9999;
}

body{
	margin:0px;
	padding:0px;
	background:#9a9999;
}

img{
	border:none;
}

form{
	margin:0px;
	padding:0px;
}




/**********************************************************************************************
*	ESTILS PER A LES SECCIONS CONTENIDORES GENERALS, AMB EL DEGRADAT DE BACKGROUND DE TOTA LA WEB
**********************************************************************************************/

/* Defineixo CENTRAL com a cos central contenidor de tot el lloc Web */

div#central{
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:944px;
	background:transparent;	
}

/* Defineixo CANVAS com a cos central contenidor de tot el lloc Web */

div#central div#canvas{
	margin:0px;
	padding:0px;
	width:944px;	
	background:#ffffff url("http://saf.uab.cat/images/bgDegradatMig.gif");
	
	/*Escalabilitat 4FF*/
	float:left;	
}

/* Defineixo DEGRADAT TOP com a degradat Top del lloc web */

div#central div#canvas div#degradatTop{
	margin:0px;
	padding:0px;
	background:url("http://saf.uab.cat/images/bgDegradatTop.gif") repeat-x;
	width:944px;
	height:15px;
	line-height:15px;
	margin-left:auto;
	margin-right:auto;
}

/* Defineixo aquests CORNERS per a les cantonades del Degradat del Top */

div#central div#canvas div#degradatTop p#bgCornerTopLeft{
	margin:0px;
	padding:0px;
	width:56px;
	height:15px;
	background:url("http://saf.uab.cat/images/bgCornerTopLeft.gif") no-repeat;
	float:left;
}

div#central div#canvas div#degradatTop p#bgCornerTopRight{
	margin:0px;
	padding:0px;
	width:55px;
	height:15px;
	background:url("http://saf.uab.cat/images/bgCornerTopRight.gif") no-repeat;
	float:right;
}

/* Defineixo DEGRADAT BOTTOM com a degradat Bottom del lloc web */

div#central div#canvas div#degradatBottom{
	margin:0px;
	padding:0px;
	background:url("http://saf.uab.cat/images/bgDegradatBottom.gif") repeat-x;
	width:944px;
	height:27px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	
	/*Escalabilitat 4FF*/
	float:left;
}

/* Defineixo aquests CORNERS per a les cantonades del Degradat del Bottom */

div#central div#canvas div#degradatBottom p#bgCornerBottomLeft{
	margin:0px;
	padding:0px;
	width:55px;
	height:27px;
	background:url("http://saf.uab.cat/images/bgCornerBottomLeft.gif") no-repeat;
	float:left;
}

div#central div#canvas div#degradatBottom p#bgCornerBottomRight{
	margin:0px;
	padding:0px;
	width:55px;
	height:27px;
	background:url("http://saf.uab.cat/images/bgCornerBottomRight.gif") no-repeat;
	float:right;
}

/* Defineixo BG CLIENT TOOLS com a seccio de les eines del Client */

div#central div#canvas div#bgClientTools{
	margin:0px;
	padding:0px;
	background:#f2f2f2 url("http://saf.uab.cat/images/bgDegradatClientTools.gif") repeat-x;
	width:944px;
	height:41px;
	line-height:41px;
	margin-left:auto;
	margin-right:auto;
}

/* Defineixo CLIENT TOOLS com a seccio de les eines del Client */

div#central div#canvas div#degradatTranscicioBottom{
	margin:0px;
	padding:0px;
	background:#ffffff url("http://saf.uab.cat/images/bgDegradatTranscicioBottom.gif") repeat-x;
	width:944px;
	height:16px;
	line-height:16px;
	margin-left:auto;
	margin-right:auto;
	
	/*Escalabilitat 4FF*/
	float:left;
}

div#central div#canvas div#degradatTranscicioBottom div#cosTranscicio{
	margin:0px;
	padding:0px;
	width:894px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:15px;
	line-height:15px;
	/*border-left:1px solid #c7c7c7;*/
	border-bottom:1px solid #c7c7c7;
	/*border-right:1px solid #c7c7c7;*/	
	
}

/* Defineixo COS com a cos contenidor del lloc web */

div#central div#canvas div#cosWeb{
	margin:0px;
	padding:0px;
	background:#ffffff url("http://saf.uab.cat/images/bgCosWeb.gif") repeat-x top left;	
	width:894px;
	padding-top:12px;
	/*border-left:1px solid #c7c7c7;*/
	border-top:1px solid #c7c7c7;
	/*border-right:1px solid #c7c7c7;*/
	
	
	/* Escalabilitat 4FF */
	float:left;
	margin:0px;
	padding:0px;
	margin-left:25px;
	margin-top:-2px;
	padding-top:12px;
}




/**********************************************************************************
*	ESTILS PER A LA SECCION SENCERA DE CLIENT TOOLS (CERCADOR + FONT-SIZE + LANGUAGE)
**********************************************************************************/

/* Defineixo BG CLIENT TOOLS com a seccio de les eines del Client */

div#central div#canvas div#clientTools{
	margin:0px;
	padding:0px;
	background:#f2f2f2 url("http://saf.uab.cat/images/bgClientTools.gif") repeat-x;
	width:894px;
	height:41px;
	line-height:41px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	/*border-right:1px solid #38393a;*/
	/*border-left:1px solid #38393a;*/
}

/* Defineixo llistatTools per al llistat de Eines de Client */

div#central div#canvas div#clientTools ul#llistatTools{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	float:left;
	margin-left:175px;
}

div#central div#canvas div#clientTools ul#llistatTools li{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:12px;
	padding-right:12px;
	display:inline;
	color:#d7d8da;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:bold;
	
}

div#central div#canvas div#clientTools ul#llistatTools li a{
	margin:0px;
	padding:0px;
	text-decoration:none;
	background:transparent;
	color:#d7d8da;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:11px;*/
	font-size:0.9886em;
	font-weight:bold;
}

div#central div#canvas div#clientTools ul#llistatTools li a:hover{
	text-decoration:underline;
}

/* Defineixo BIG i SUPERBIG per als enllaços per aumentar/reduir el tamany de la lletra */

div#central div#canvas div#clientTools ul#llistatTools li a.big{
	/*font-size:14px;*/
	font-size:1.2764em;
}

div#central div#canvas div#clientTools ul#llistatTools li a.superbig{
	/*font-size:16px;*/
	font-size:1.4016em;
}

/* Defineixo SEARCHFORM com a seccio contenidora del Formulari de Cerca */

div#central div#canvas div#clientTools div#searchForm{
	margin:0px;
	padding:0px;
	float:right;
	margin-right:25px;
}

div#central div#canvas div#clientTools div#searchForm table#tablaSearch{
	margin:0px;
	padding:0px;
	width:260px;
}

div#central div#canvas div#clientTools div#searchForm table#tablaSearch tr td label.inputLabel{
	margin:0px;
	padding:0px;
	background:transparent;
	color:#d7d8da;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:0.626em;
	font-weight:bold;
	padding-right:5px;
}

div#central div#canvas div#clientTools div#searchForm table#tablaSearch tr td input.inputText{
	margin:0px;
	padding:0px;
	background:#ebebeb;
	color:#2b2d2e;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:0.626em;
	font-weight:normal;
	border:1px solid #cacaca;
	padding:1px;
	width:160px;
}

div#central div#canvas div#clientTools div#searchForm table#tablaSearch tr td input.inputSubmit{
	margin:0px;
	padding:0px;
	padding-left:5px;
}


/*************************************************************************
*	ESTILS PER A LA SECCIO DE LA PART SUPERIOR (BANNER DE PRESENTACIO + MENU 
*************************************************************************/

div#central div#canvas div#cosWeb div#presentacio{
	margin:0px;
	padding:0px;
}

div#central div#canvas div#cosWeb div#presentacioUab2{
	margin:0px;
	padding:0px;
	width:710px;
	height:116px;
	margin-left:12px;
	border:1px solid #e6e6e6;	
	float:left;
	z-index:-1;
}
div#central div#canvas div#cosWeb div#presentacioUab{
	margin-left:13px;
	float:left;
	/*	*/
	z-index:1;	
	margin-top:1px;
}

/* LOGO UAB */
div#central div#canvas div#clientTools div#logoUAB{
	float:left;
	margin-left:15px;
	position:absolute;
	margin-top:7px;
}

/* Defineixo logoBlackSaf com a logo Negre de la Web */

div#central div#canvas div#cosWeb div#presentacioUab div#logoBlackSaf{
	margin:0px;
	padding:0px;
	background:#000000 url("logoBlackSaf.gif") center no-repeat;
	width:150px;
	height:114px;
	border:1px solid #22201d;
	float:left;
}

/* Defineixo enllasosTop com els enllasos que apareixen al costat del Logo Black */

div#central div#canvas div#cosWeb div#presentacioUab ul#enllasosTop{
	margin:0px;
	margin-left:720px;
	padding:0px;
	list-style:none;
	float:left;
	margin-top:-116px;
}

div#central div#canvas div#cosWeb div#presentacioUab ul#enllasosTop li{
	margin:0px;
	padding:0px;
	list-style:none;
}

div#central div#canvas div#cosWeb div#presentacioUab ul#enllasosTop li a{
	margin:0px;
	padding:0px;
	display:block;
	width:135px;
	height:30px;
	text-align:left;
	text-decoration:none;
	background:#848382 url("http://saf.uab.cat/images/bgDegradatEnlaceTop.gif") left repeat-y;
	border-bottom:1px solid #d9d9d7;
	padding-left:15px;
	padding-top:8px;
}

div#central div#canvas div#cosWeb div#presentacioUab ul#enllasosTop li a span.grandientEnlaceTop{
	margin:0px;
	padding:0px;
	
	text-decoration:none;
	background:#848382 url("http://saf.uab.cat/images/bgDegradatEnlaceTopOutside.gif") right repeat-y;
	float:right;
}

div#central div#canvas div#cosWeb div#presentacioUab ul#enllasosTop li a:hover{
	background:#5e5d5b url("http://saf.uab.cat/images/bgDegradatEnlaceTopHover.gif") left repeat-y;
}

div#central div#canvas div#cosWeb div#presentacioUab ul#enllasosTop li a.theLast{
	border-bottom:none;
}

div#central div#canvas div#cosWeb div#presentacioUab ul#enllasosTop li a span.texteEnlace{
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:18px;*/
	font-size:1.1268em;
	font-weight:normal;
	width:120px;
	display:block;
	background:transparent url("http://saf.uab.cat/images/fletxaEnlaceTop.gif") right no-repeat;
	cursor:pointer;
}

/* Defineixo enllasosDirectes com els enllasos que apareixen a la part Superior Dreta */

div#central div#canvas div#cosWeb div#divEnllasosDirectes ul#enllasosDirectes{
	margin:0px;
	padding:0px;
	list-style:none;
	width:198px;
	float:right;
	margin-right:3px;
}

div#central div#canvas div#cosWeb div#divEnllasosDirectes ul#enllasosDirectes li{
	margin:0px;
	padding:0px;
	list-style:none;
	width:198px;	
	height:20px;
	line-height:20px;
	border-left:1px solid #d7d6d6;
	border-top:1px solid #d7d6d6;
	border-right:1px solid #d7d6d6;
	background:#f6f6f6;
}

div#central div#canvas div#cosWeb div#divEnllasosDirectes ul#enllasosDirectes li.theLast{
	border-bottom:1px solid #d7d6d6;
	height:20px;
	line-height:20px;
}

div#central div#canvas div#cosWeb div#divEnllasosDirectes ul#enllasosDirectes li.theFirst{
	background:#dfdfdf;
	height:18px;
	line-height:18px;
	margin:0px;
	padding:0px;
}

div#central div#canvas div#cosWeb div#divEnllasosDirectes ul#enllasosDirectes li span.titolEnllasosDirectes{
	margin:0px;
	padding:0px;
	color:#660000;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:12px;*/
	font-size:0.7512em;
	font-weight:bold;
	height:18px;
	line-height:18px;
	display:block;
	padding-left:10px;
	vertical-align:top;
}

div#central div#canvas div#cosWeb div#divEnllasosDirectes ul#enllasosDirectes li a{	
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:12px;*/
	font-size:0.7512em;
	font-weight:bold;
	color:#434748;	
	display:block;
	height:18px;
	line-height:18px;
	width:180px;
	width:188px;
	padding-left:10px;
	padding-right:0px;
	background:#fbfbfb url("http://saf.uab.cat/images/fletxaEnlaceEsquerre.gif") 185px 5px no-repeat;	
	padding-top:1px;
	padding-bottom:1px;	
}

div#central div#canvas div#cosWeb div#divEnllasosDirectes ul#enllasosDirectes li a:hover{
	color:#000000;
	background:#ebebeb url("http://saf.uab.cat/images/fletxaEnlaceEsquerreHover.gif") 185px 5px no-repeat;	
}




/*****************************************
*	ESTILS PER AL MENU DE NAVEGACIO SUPERIOR
*****************************************/

div#central div#canvas div#cosWeb div#menuNavegacio{
	margin:0px;
	padding:0px;
	width:894px;
	height:28px;
	background:url("http://saf.uab.cat/images/bgDegradatMenuNavegacio.gif") repeat-x;
	float:left;
	margin-top:12px;
}

/* Defineixo enllasosMenuNavegacio com els enllasos que apareixen al menu de Navegacio */

div#central div#canvas div#cosWeb div#menuNavegacio ul#enllasosMenuNavegacio{
	margin:0px;
	padding:0px;
	margin-left:24px;
	list-style:none;
	display:inline;
}

div#central div#canvas div#cosWeb div#menuNavegacio ul#enllasosMenuNavegacio li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
}

div#central div#canvas div#cosWeb div#menuNavegacio span.separacioInicial{
	margin:0px;
	padding:0px;
	float:left;
	width:12px;
}

div#central div#canvas div#cosWeb div#menuNavegacio ul#enllasosMenuNavegacio li a{
	margin:0px;
	padding:0px;
	background:#393b3c url("http://saf.uab.cat/images/bgDegradatEnlaceNavegacio.gif") repeat-x;
	float:left;
	height:28px;
	line-height:28px;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #dadada;
	border-right:1px solid #313436;
}



/***********************************
*	ESTILS PER A LA SECCIO DEL TITULAR
***********************************/

div#central div#canvas div#cosWeb div#seccioTitular{
	margin:0px;
	padding:0px;
	width:870px;
	height:44px;
	line-height:44px;
	/*background:transparent url("../images/bgDegradatTitular.gif") repeat-x;*/
	float:left;
	padding-left:24px;
	vertical-align:middle;
	/*border-bottom:1px solid #adbc53;*/
}

div#central div#canvas div#cosWeb div#seccioTitular span.titolWhite{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:17px;*/
	font-size:1.0642em;
	font-weight:bold;
	color:#ffffff;
	background:transparent;
	letter-spacing:0px;
}

div#central div#canvas div#cosWeb div#seccioTitular span.titolGreen{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:17px;*/
	font-size:1.0642em;
	font-weight:bold;
	color:#660000;
	background:transparent;
	letter-spacing:0px;
}




/**********************************
*	ESTILS PER AL CONTINGUT DE LA WEB
**********************************/

div#central div#canvas div#cosWeb div#contingutWeb{
	margin:0px;
	padding:0px;
	width:654px;
	width:657px;
	float:left;
	display:block;
	margin-left:12px;
}

/* Defineixo BREADCUMB com a contenidor del Breadcumb de la web */
div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb{
	margin:0px;
	padding:0px;
	width:654px;
	width:657px;
	background:#d7d6d6;
	height:25px;
	margin-top:12px;
}

div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb ul#enllasosBreadcumb{
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
}


div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb ul#enllasosBreadcumb li{
	margin:0px;
	padding:0px;
	display:inline;
	list-style:none;
}

div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb ul#enllasosBreadcumb li a{
	margin:0px;
	padding:0px;
	float:left;
	width:auto;
	padding-left:24px;
	padding-right:24px;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:bold;
	color:#660000;
	background:transparent;
	height:25px;
	line-height:25px;
	text-decoration:none;
}

div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb ul#enllasosBreadcumb li.titolLlista{
	margin:0px;
	padding:0px;
	float:left;
	width:auto;
	padding-left:24px;
	padding-right:24px;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:bold;
	height:25px;
	line-height:25px;
	background:#660000;
	color:#ffffff;
	text-decoration:none;
	background-image:url("http://saf.uab.cat/images/fletxaEnlaceAillat.gif");
	background-position:90% 50%;
	background-repeat:no-repeat;
}


div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb ul#enllasosBreadcumb li a.linkActiu{
	margin:0px;
	padding:0px;
	float:left;
	width:auto;
	padding-left:24px;
	padding-right:24px;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:bold;
	height:25px;
	line-height:25px;
	background:#660000;
	color:#ffffff;
	text-decoration:none;
	background-image:url("http://saf.uab.cat/images/fletxaEnlaceAillat.gif");
	background-position:90% 50%;
	background-repeat:no-repeat;
}

/* Defineixo LINK AILLAT per a l'enllaç de la dreta del Breadcumb */

div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb a.linkAillat{
	margin:0px;
	padding:0px;
	float:right;
	width:auto;
	padding-left:24px;
	padding-right:12px;
	background:#660000;
	height:25px;
	line-height:22px;
	text-decoration:none;
}

div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb a.linkAillat:hover{
	background:#660000;
	text-decoration:none;
}

div#central div#canvas div#cosWeb div#contingutWeb div#breadcumb span.texteEnlaceAillat{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:bold;
	color:#ffffff;
	padding-right:15px;
	background:#660000 url("http://saf.uab.cat/images/fletxaEnlaceAillat.gif") right no-repeat;
}

/* Defineixo ESPAI_NOTICIES Com a contenidor de les diferents noticies de la Home */

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies{
	margin:0px;
	padding:0px;
	width:302px;
	float:left;
	display:block;
	margin-top:8px;
}

div#NoticiesDreta{
	margin-left:335px;
	margin-top:10px;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.dataNoticia, div#NoticiesDreta div.dataNoticia{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	font-family:Arial;
	float:left;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.seccioNoticia, div#NoticiesDreta div.seccioNoticia{
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	float:right;
	margin-right:10px;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia, div#NoticiesDreta div.itemNoticia{
	margin:0px;
	padding:0px;
	width:328px;
	display:block;
	margin-top:15px;
	float:left;
	margin-bottom:10px;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia img.imgNoticia, div#NoticiesDreta img.imgNoticia{
	margin:0px;
	padding:0px;
	float:left;
	margin-right:10px;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia p.texteNoticia, div#NoticiesDreta p.texteNoticia{
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:normal;
	color:#5c6063;
	background:transparent;
	display:block;
	text-align:left;
	clear:right;
	
	
	
	font-family:Verdana, Arial, Heveltica;
	margin-top:5px;
	
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia p.texteNoticiaAtDreta, div#NoticiesDreta p.texteNoticiaAtDreta{

	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:normal;
	color:#5c6063;
	background:transparent;	
	text-align:left;	
	float:left;
	clear:right;
	width:215px;
	font-family:Verdana, Arial, Heveltica;
	margin-top:0px;
	
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia a.titularNoticia, div#NoticiesDreta a.titularNoticia{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:13px;*/
	font-size:0.8138em;
	font-weight:bold;
	color:#660000;
	background:transparent;
	text-decoration:none;
	display:block;
	margin-top:0px;
	margin-bottom:5px;

}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia a.titularNoticia:hover, div#NoticiesDreta a.titularNoticia:hover{
	text-decoration:underline;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia span.fechaNoticia, div#NoticiesDreta span.fechaNoticia{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:12px;*/
	font-size:0.7512em;
	font-weight:bold;
	color:#5c6063;
	display:block;
	background:transparent;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia span.titularMasinfo, div#NoticiesDreta span.titularMasinfo{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.9886em;
	font-weight:bold;
	color:#660000;
	background:transparent;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia span.titularMasinfo a.masInfo, div#NoticiesDreta a.masInfo{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.9886em;
	font-weight:bold;
	color:#660000;
	background:transparent;
	text-decoration:none;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiNoticies div.itemNoticia span.titularMasinfo a.masInfo:hover, div#NoticiesDreta a.masInfo:hover{
	text-decoration:none;
}


/* Defineixo ESPAI_CARTELLS Com a contenidor de les diferents noticies de la Home en format visual */

div#central div#canvas div#cosWeb div#contingutWeb div#espaiCartells{
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	display:block;
	margin-top:12px;
	margin-left:24px;
	width:331px;
	margin-top:23px;
	overflow:hidden;
}

div#central div#canvas div#cosWeb div#contingutWeb div#espaiCartells p.degradatBannerBottom{
	margin:0px;
	padding:0px;
	display:block;
	height:8px;
	line-height:8px;
	background:url("http://saf.uab.cat/images/bgDegradatBannerBottom.gif") repeat-x;
	
	
	margin-bottom:7px;
}

div#central div#canvas div#cosWeb div#espaiCartells a.linkMultimedia{
	margin:0px;
	padding:0px;
	display:block;
	/*
	margin-top:15px;
	margin-top:7px;
	*/
}

div#central div#canvas div#cosWeb div#espaiCartells img.imgatgeMultimedia{	
	display:block;
	border:1px solid #d7d6d6;
	border-bottom:none;
	margin: 0px;
	padding: 0px;
}

/* Aquest estils son per al cartell especial dels Videos de la UAB */

div#central div#canvas div#cosWeb div#espaiCartells div#cartellVideosUab a{
	text-decoration:none;
}

div#central div#canvas div#cosWeb div#espaiCartells div#cartellVideosUab span#titolVideosUab{
	margin:0px;
	padding:0px;
	background:#e5e5e5;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:bold;
	color:#660000;
	height:22px;
	line-height:22px;
	padding-left:8px;
	display:block;
	cursor:pointer;
}

div#central div#canvas div#cosWeb div#espaiCartells div#cartellVideosUab span#texteVideosUab{
	margin:0px;
	padding:0px;
	background:transparent url("http://saf.uab.cat/images/bgDegradatVideosUab.gif") repeat-x;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:17px;*/
	font-size:12px;
	font-weight:normal;
	color:#660000;
	height:20px;
	line-height:20px;
	padding-left:8px;
	display:block;
	cursor:pointer;
	
}

div#central div#canvas div#cosWeb div#espaiCartells div#cartellVideosUab span#texteVideosUab span.texteGrey{
	color:#5d5d5d;
}


/********************************************
*	ESTILS PER ALS BANNERS I CONTACTE DE LA WEB
*********************************************/

div#central div#canvas div#cosWeb div#contingutBanners{
	margin:0px;
	padding:0px;
	width:204px;
	width:201px;
	float:left;
	margin-left:13px;
	margin-top:12px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto{
	margin:0px;
	padding:0px;
	width:204px;
	width:201px;
	margin-top:7px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto a.destacatBanner{
	margin:0px;
	padding:0px;
	text-decoration:none;	
	height:40px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto a.fotoDestacatBanner{
	margin:0px;
	padding:0px;
	text-decoration:none;
	float:right;
	
	height:60px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto a.fotoDestacatBanner img{
	display:block;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto div.partEsquerra{
	float:none;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto span.texteBanner{
	margin:0px;
	padding:0px;
	display:block;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:10px;*/
	font-size:0.626em;
	font-weight:bold;
	color:#ffffff;
	background:#42484c;
	height:23px;
	line-height:23px;
	padding-left:10px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto span.texteBannerAmbFoto{
	margin:0px;
	padding:0px;
	display:block;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:10px;*/
	font-size:0.626em;
	font-weight:bold;
	color:#ffffff;
	background:#42484c;
	height:23px;
	line-height:23px;
	padding-left:10px;
	width:139px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto a.destacatBanner img{
	margin:0px;
	padding:0px;
	/*
	display:block;
	*/
	margin-bottom:-5px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerBoto a.destacatTitularBanner img{
	margin:0px;
	padding:0px;
	margin-bottom:-5px;
}

div#central div#canvas div#cosWeb div#contingutBanners div#contacteUab{
	margin:0px;
	padding:0px;
	display:block;
	border:1px solid #ececec;
	border-bottom:none;
}

div#central div#canvas div#cosWeb div#contingutBanners div#contacteUab p#titolContacte{
	text-decoration:none;
	margin:0px;
	padding:0px;
	height:20px;
	line-height:20px;
	padding-left:10px;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:12px;*/
	font-size:0.7512em;
	font-weight:bold;
	color:#ffffff;
	background:#41484b url("fletxaEnlaceEsquerreWhite.gif") 185px 5px no-repeat;	
}

div#central div#canvas div#cosWeb div#contingutBanners div#contacteUab a:hover p#titolContacte{
	color:#000000;
	background:#ebebeb url("http://saf.uab.cat/images/fletxaEnlaceEsquerreHover.gif") 185px 5px no-repeat;	
}

div#central div#canvas div#cosWeb div#contingutBanners div#contacteUab div#texteContacte{
	margin:0px;
	padding:0px;
	/*background:transparent url("../images/bgContacte.jpg") bottom left no-repeat;*/
	padding-bottom:10px;
}

div#central div#canvas div#cosWeb div#contingutBanners div#contacteUab div#texteContacte p#infoContacte{
	margin:0px;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:0.626em;
	font-weight:normal;
	color:#606060;
	background:transparent;
	display:block;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:0px;
}
div#central div#canvas div#cosWeb div#contingutBanners div#contacteUab div#texteContacte a{
	text-decoration:none;	
	color:#606060;
}
div#central div#canvas div#cosWeb div#contingutBanners div#contacteUab div#texteContacte a.mailContacte{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	font-size:10px;
	font-weight:normal;
	background:transparent;
	padding-left:5px;
	color:#660000;
	background:transparent;
	text-decoration:none;
}

div#central div#canvas div#cosWeb div#contingutBanners div#contacteUab div#texteContacte a.mailContacte:hover{
	text-decoration:underline;
}

/* Estils per a l'enllaç de la Persona destacada */

div#central div#canvas div#cosWeb div#contingutBanners div.bannerPersona{
	margin:0px;
	padding:0px;
	margin-top:7px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerPersona a.destacatPersona{
	margin:0px;
	padding:0px;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerPersona a.destacatPersona img{
	display:block;
	margin:0px;
	padding:0px;
	border:1px solid #ececec;
	border-bottom:none;
}

div#central div#canvas div#cosWeb div#contingutBanners p.degradatBannerBottom{
	margin:0px;
	padding:0px;
	display:block;
	height:8px;
	line-height:8px;
	width:201px;
	background:url("http://saf.uab.cat/images/bgDegradatBannerBottom.gif") repeat-x;
}

div#central div#canvas div#cosWeb div#contingutBanners p.degradatBannerBottom2{
	margin:0px;
	padding:0px;
	display:block;
	height:8px;
	line-height:8px;
	width:200px;
	background:url("http://saf.uab.cat/images/bgDegradatBannerBottom.gif") repeat-x;
}

div#central div#canvas div#cosWeb div#contingutBanners div.bannerPersona p.degradatBannerBottomPersona{
	margin:0px;
	padding:0px;
	display:block;
	height:8px;
	line-height:8px;
	width:200px;
	background:url("http://saf.uab.cat/images/bgDegradatBannerBottom.gif") repeat-x;
}

/* Defineixo enllasosMesBuscats com els enllasos que apareixen a la part Dreta dels Banners de la Web */

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats{
	float:left;
	margin-top:6px;
}

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats  ul#enllasosMesBuscats{
	margin:0px;
	padding:0px;
	list-style:none;
	width:198px;
	margin-right:13px;
	/*margin-top:110px;*/
}

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats ul#enllasosMesBuscats li{
	margin:0px;
	padding:0px;
	list-style:none;
	width:198px;	
/*	height:20px;*/
	line-height:20px;
	border-left:1px solid #d7d6d6;
	border-top:1px solid #d7d6d6;
	border-right:1px solid #d7d6d6;
	background:#f6f6f6;
}

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats ul#enllasosMesBuscats li.theLast{
	border-bottom:1px solid #d7d6d6;
	height:20px;
	line-height:20px;
}

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats ul#enllasosMesBuscats li.theFirst{
	background:#dfdfdf;
	height:18px;
	line-height:18px;
	margin:0px;
	padding:0px;
}

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats ul#enllasosMesBuscats li span.titolEnllasosDirectes{
	margin:0px;
	padding:0px;
	color:#660000;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:12px;*/
	font-size:0.7512em;
	font-weight:bold;
	height:18px;
	line-height:18px;
	display:block;
	padding-left:10px;
	vertical-align:top;
}

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats ul#enllasosMesBuscats li a{	
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:12px;*/
	font-size:0.7512em;
	font-weight:bold;
	color:#434748;	
	display:block;
/*	height:18px;*/
	line-height:18px;
	width:180px;
	width:188px;
	padding-left:10px;
	background:#fbfbfb url("http://saf.uab.cat/images/fletxaEnlaceEsquerre.gif") 185px 5px no-repeat;	
	padding-top:1px;
	padding-bottom:1px;	
}

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats ul#enllasosMesBuscats li a.altres_links2{
	background-color:#EBEBEB;
}

div#central div#canvas div#cosWeb div#divEnllasosMesBuscats ul#enllasosMesBuscats li a:hover{
	color:#000000;
	background:#ebebeb url("http://saf.uab.cat/images/fletxaEnlaceEsquerreHover.gif") 185px 5px no-repeat;	
}




/****************************
*	ESTILS PER AL PEU DE LA WEB
****************************/

div#central div#peuWeb{
	margin:0px;
	padding:0px;
	width:944px;
	text-align:center;
	padding-bottom:10px;
}

div#central div#peuWeb ul#linksPeu{
	margin:0px;
	padding:0px;
	list-style:none;
}

div#central div#peuWeb ul#linksPeu li{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:0.626em;
	display:inline;
	color:#ffffff;
	background:transparent;
	font-weight:normal;
}

div#central div#peuWeb ul#linksPeu span.separator{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:0.626em;
	color:#ffffff;
	background:transparent;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}

div#central div#peuWeb ul#linksPeu li a{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:0.926em;
	color:#ffffff;
	background:transparent;
	font-weight:normal;
	text-decoration:none;
}

div#central div#peuWeb ul#linksPeu li a:hover{
	text-decoration:underline;
}

div#central div#peuWeb span#dretsLegals{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:5px;
	display:block;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:10px;*/
	font-size:0.626em;
	color:#ffffff;
	background:transparent;
	font-weight:normal;
}




span.invisible{
	visibility:hidden;
}

h1{
	display:none;
}

div.clearPage{
	margin:0px;
	padding:0px;
	float:none;
	clear:both;
}

div.cartellSeparator {
border:thin solid white;
float:right;
width:13px;
height:1px;
}
div.cartellSeparatorFinal {
height:1px;
float:right;
width:13px;
clear:left;
}
div.cartellHome {
float: right;
margin-right: 0px;
padding-bottom: 8px;
background-color: transparent;
background:url("http://saf.uab.cat/images/bgDegradatBannerBottom.gif") left bottom repeat-x;
margin-bottom: 7px;
}
div.cartellHomeFi {
float: right;
margin-right: 0px;
padding-bottom: 8px;
background-color: transparent;
background:url("http://saf.uab.cat/images/bgDegradatBannerBottom.gif") left bottom repeat-x;
margin-bottom: 7px;
}

#cartellVideosUab{
	float:right;
	position:inherit;
	margin-bottom:-25px;
}
div#central div#peuWeb span#dretsLegals strong{
	text-transform: uppercase;
}

div#central div#canvas div#cosWeb  ul#enllacosXarxaUniv{
	margin:0px;
	padding:0px;
	list-style:none;
	width:198px;
	margin-right:13px;
	margin-top:7px;
}

div#central div#canvas div#cosWeb ul#enllacosXarxaUniv li{
	margin:0px;
	padding:0px;
	list-style:none;
	width:198px;	
/*	height:20px;*/
	line-height:20px;
	border-left:1px solid #d7d6d6;
	border-top:1px solid #d7d6d6;
	border-right:1px solid #d7d6d6;
	background:#f6f6f6;
}

div#central div#canvas div#cosWeb ul#enllacosXarxaUniv li.theLast{
	border-bottom:1px solid #d7d6d6;
	height:20px;
	line-height:20px;
}

div#central div#canvas div#cosWeb ul#enllacosXarxaUniv li.theFirst{
	background:#b8ca03;
	height:18px;
	line-height:18px;
	margin:0px;
	padding:0px;
}

div#central div#canvas div#cosWeb ul#enllacosXarxaUniv li span.titolEnllasosDirectes{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:12px;*/
	font-size:0.7512em;
	font-weight:bold;
	height:18px;
	line-height:18px;
	display:block;
	padding-left:10px;
	vertical-align:top;
}

div#central div#canvas div#cosWeb ul#enllacosXarxaUniv li a{	
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-family:Arial, Verdana, Heveltica;
	/*font-size:12px;*/
	font-size:0.7512em;
	font-weight:bold;
	color:#434748;	
	display:block;
/*	height:18px;*/
	line-height:18px;
	width:180px;
	width:188px;
	padding-left:10px;
	background:#fbfbfb url("http://saf.uab.cat/images/fletxaEnlaceEsquerre.gif") 185px 5px no-repeat;	
	padding-top:1px;
	padding-bottom:1px;	
}

div#central div#canvas div#cosWeb ul#enllacosXarxaUniv li a:hover{
	color:#000000;
	background:#ebebeb url("http://saf.uab.cat/images/fletxaEnlaceEsquerreHover.gif") 185px 5px no-repeat;	
}


/******************************************************************************************************/


/* Defineixo ESPAI_CENTRAL_INTERIOR Com a contenidor de les diferents noticies de les Pagines Interiors */

div#central div#canvas div#cosWeb div#espaiCentralInterior{
	margin:0px;
	padding:0px;
	width:706px;
	float:left;
	display:block;
	margin-top:12px;
	margin-left:12px;
}

/* Defineixo MENU_CENTRAL Com a contenidor del menu central de les pagines interiors. */

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral{
	margin:0px;
	padding:0px;
	display:block;
	margin-top:10px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral div#close{
	display:none;
	float:left;
	margin-top:10px;
}


.minimap{
	width:310px;
	height:300px;
	margin-top:10px;
	margin-right:10px;
	float:left;
}

.maxmap{
	width:680px;
	height:350px;
	margin-top:10px;
	margin-right:10px;
	float:left;
}

.infowindow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral div#divraons{
	margin:0px;
	padding:12px;
	padding-bottom:0px;
	padding-top:0px;
	font-family: Verdana, Arial, Heveltica;	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:normal;
	color:#5c6063;
	background:transparent;
	text-align:left;
	display:block;
}

.img_minifoto {
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:10px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral div#directori {
	margin-left:auto; 
	margin-right:auto;
	display: table;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral div#directori div#persona{

	font-family:Arial;
	font-size:12px;
	text-align:center;
	float:left;         
  	border-style:solid;
	border-width:2px;
	padding:7px;
	margin: auto 15px 5px 15px;
	position:relative;
	width:180px;
	display: table-cell;
	height:50px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral p#titolMenuCentral{
	margin:0px;
	padding:0px;
	display:block;
	padding-left:24px;
	padding-right:24px;
	font-family:Arial, Verdana, Heveltica;
	font-size:0.6886em;
	font-weight:bold;
	color:#ffffff;
	height:25px;
	line-height:25px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral img.imatgeCentral{
	margin:0px;
	padding:0px;
	display:block;
	margin-top:10px;	
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral img.imatgeCentral_minifoto{
	padding:0px;
	display:block;
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:10px;
	margin-left:0px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral ul#llistatMenuCentral{
	margin:0px;
	padding:0px;
	padding-bottom:12px;
	display:block;
	list-style:none;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral ul#llistatMenuCentral li{
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
	height:25px;
	line-height:25px;
	border-bottom:1px solid #dfdfdf;	
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral ul#llistatMenuCentral li a{
	margin:0px;
	padding:0px;
	display:block;
	/*width:335px;*/
	float:left;
	text-decoration:none;
	font-family:Verdana, Arial, Heveltica;
	font-size:0.6886em;
	font-weight:normal;
	color:#444849;
	
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral ul#llistatMenuCentral li a:hover{
	font-weight:bold;
	background:transparent url("http://saf.uab.cat/images/fletxaEnlaceEsquerre.gif") right no-repeat;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior div#menuCentral ul#llistatMenuCentral li span.spacer{
	margin:0px;
	padding:0px;
	display:block;
	width:13px;
	float:left;
	border-bottom:1px solid #ffffff;
}

#espaiCentralInterior a {
	font-family:Verdana;
	color:#7d7b7a;
	font-size:11px;
}

.texto_destacado{
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior .texto_destacado a{
	color:#FFFFFF;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior ul {
	line-height:20px;
}


div#central div#canvas div#cosWeb div#espaiCentralInterior a:hover {
	color:#000000;
}

.texto_normal{
	font-weight: normal;
	font-size: 11px;
	color: #7d7b7a;
	font-family: Verdana;
	text-decoration: none;
	line-height: 13px;
}

.texto_normal_peq10Negrita
{
	font-weight: bold;
	font-size: 11px;
	color: #7d7b7a;
	font-family: Verdana;
	text-decoration: none;
	line-height: 13px;
}

.secciono10px
{
	font-weight: bold;
	font-size: 11px;
	color: #004564;
	font-family: Verdana;
	text-decoration: none;
	line-height: 13px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior .texto_normal_nc{
	font-size:9px;
	text-decoration:none;
}

.texto_normal_nc{
	font-size:9px;
}

.texto_normal a{
	color:#7d7b7a;;
}


/* Defineixo BREACUMB per al Breadcumb que apareix a partir de les pagines interiors */

div#central div#canvas div#cosWeb div#espaiCentralInterior p#breadCumb{
	margin:0px;
	padding:0px;
	display:block;	
	background:#ffffff;
	margin-bottom:12px;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior p#breadCumb a.seccioSuperior{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:normal;
	color:#3f4847;
	text-decoration:none;
}

div#central div#canvas div#cosWeb div#espaiCentralInterior p#breadCumb span.seccioActual{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:bold;
	color:#3f4847;
	text-decoration:none;
}


div#central div#canvas div#cosWeb div#espaiCentralInterior p#breadCumb span.breadSeparator{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	/*font-size:11px;*/
	font-size:0.6886em;
	font-weight:normal;
	color:#3f4847;
	margin-left:5px;
	margin-right:5px;
}


/* Defineixo ESPAI_MENU_INTERIOR Com a contenidor del menu Interior esquerre */

div#central div#canvas div#cosWeb div#espaiMenuInterior{
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	margin-top:12px;
	/*margin-bottom:100px;*/
}

div#central div#canvas div#cosWeb div#espaiMenuInterior ul.menuInterior{
	margin:0px;
	padding:0px;
	list-style:none;
	background:#f3f3f3;
	margin-left:12px;
	width:152px;
	padding-top:4px;
	padding-bottom:8px;
}

/*Diferents colors de background per als enllasos externs*/


div#central div#canvas div#cosWeb div#espaiMenuInterior ul.menuInterior li{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:8px;
	padding-right:8px;
}


div#central div#canvas div#cosWeb div#espaiMenuInterior ul.menuInterior li span.menuTitular{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	font-size:0.6886em;
	font-weight:bold;
	display:block;
	text-decoration:none;
	width: 130px;
	padding-top:3px;
	padding-bottom:3px;	
}


/* Diferents colors per al titular dels menus de la esquerra */

div#central div#canvas div#cosWeb div#espaiMenuInterior ul.menuInterior li.separatorItem{
	
	margin:0px;
	padding:0px;
	display:block;
	text-decoration:none;	
	border-top:1px solid #d0d0d0;
	height:1px;
	line-height:1px;
	width: 152px;
	margin-top:3px;
	margin-bottom:3px;
	background:#ffffff;
}

div#central div#canvas div#cosWeb div#espaiMenuInterior ul.menuInterior li a{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Heveltica;
	font-size:0.6886em;
	font-weight:bold;
	color:#444849;	
	display:block;
	text-decoration:none;	
	width: 134px;
	padding-top:3px;
	padding-bottom:3px;	
}
div#central div#canvas div#cosWeb div#espaiMenuInterior ul.menuInterior li a.selected{
	color:#000000;
}

div#central div#canvas div#cosWeb div#espaiMenuInterior ul.menuInterior li a:hover{
	color:#000000;
	text-decoration:none;
}


div#central div#canvas div#cosWeb div#espaiMenuInterior p.degradatInferior{
	margin:0px;
	padding:0px;
	display:block;
	height:8px;

	line-height:8px;
	width:152px;
	background:transparent url("http://saf.uab.cat/images/bgDebgradatWithBG.png") top repeat-x;
	margin-bottom:7px;
	margin-left:12px;
}

/* CSS UAB_interior */
span.titularMasinfoPetita{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.9886em;
	font-weight:bold;
	color:#660000;
	background:transparent;
}

a.masInfoPetita{
	font-family:Arial, Verdana, Heveltica;
	/*font-size:11px;*/
	font-size:0.9886em;
	font-weight:bold;
	color:#660000;
	background:transparent;
	text-decoration:none;
}

