@CHARSET "iso-8859-1";
/*  ------------------------------------------------------------ 
CSS Serveis d'Intranet de la UAB
OAID - Oficina de l'Autònoma Interactiva Docent
UAB  - Universitat Autònoma de Barcelona 
------------------------------------------------------------ */

a:visited, a:link, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }

/* LLISTES */

ul {
	margin:			0 0 1em 0; 
	background:		#fff;
	-ms-border-radius:	0 0 7px 7px;
	-moz-border-radius:	0 0 7px 7px;
	-webkit-border-radius:	0 0 7px 7px;
	-khtml-border-radius:	0 0 7px 7px;
	border-radius:		0 0 7px 7px;
	-moz-box-shadow:	2px 2px 1px #888;
	-webkit-box-shadow:	2px 2px 1px #888;
	box-shadow:		0 0 5px #555; 
	padding:		0.8em;
}
ul li {
	margin:		0 0.5em 2px 0;
	padding:	0.5em 0;
	list-style:	none;
	border-bottom:	1px solid #E8E8E8;
}
ul li a {
	background:		url(bg_columna_li.png) 0 0 no-repeat;
	color:			#FF6600;
	text-decoration:	none;
	padding-left:		13px;
}
ul li a:hover {
	background:	url(bg_columna_li_hover.png) 0 0 no-repeat;
	padding-left:	13px;
}

/* LAYOUT */

body {
	text-align:	center;
	margin:		0;
	padding:	0;
	background:	#676c70 url('bg.png') top repeat-x;
	font-family:	helvetica, arial, sans-serif;
	color:		#333;
	font-size:	80%;
	line-height:	130%;
}
#wrap {
	text-align:	left;
	width:		960px;
	margin-right:	auto;
	margin-left:	auto;
	_height:	1%;
	background:	#BDC2C7;
	min-height:	500px;
	_height:	500px;
	border:		4px solid #fff;
	margin-top:	10px;
	margin-bottom:	10px;
	_margin-top:	50px;
}
#contingut {
	background:	#BDC2C7;
	padding:	1.5em 0 1.5em 2em;
	min-height:	800px;
}
.clear { clear: both; }

/* DIVS */

#logoUAB {
	width:		142px;
	float:		left;
	margin-top:	25px;
}
#logoGestioPwd {
	margin:		0;
	padding:	0;
	height:		159px;
	background:	#fff url('logo_gestio_pwd.jpg') top left no-repeat;
}
#logoGestioPwd img {
	float:		left;
	margin-top:	27px;
}

#columna1, #columna2, #columna3 {
	width:		25%;
	float:		left;
	margin-bottom:	2em;
	margin-right:	5%;
}
#dobleColumna {
	width:		90%;
	float:		left;
	margin-right:	5%;
	line-height:	150%;
}
#dobleColumna p {
	background:		#FFF;
	-ms-border-radius:	7px 7px 0 0;
	-moz-border-radius:	7px 7px 0 0;
	-webkit-border-radius:	7px 7px 0 0;
	-khtml-border-radius:	7px 7px 0 0;
	border-radius:		7px 7px 0 0;
	margin:			0;
	padding:		0.8em;
	position:		relative;
	z-index:		1000;
	font-weight:		bold;
}
div.descripcio {
	background:	#302C3E;
	color:		#FFF;
	padding:	0.7em 0;
	text-align:	center;
	font-size:	0.9em;
}

/* IDIOMES */
  
#idiomes {
	text-align:		right;
	background:		none;
	margin:			0;
	padding:		0 0 3px 0;
	height:			20px;
	-ms-border-radius:	0;
	-moz-border-radius:	0;
	-webkit-border-radius:	0;
	-khtml-border-radius:	0;
	border-radius:		0;
	-moz-box-shadow:	none;
	-webkit-box-shadow:	none;
	box-shadow:		none;
	width:			960px;
	margin-right:		auto;
	margin-left:		auto;
	padding-right:		10px;
}
#idiomes a { color: #fff; }
#idiomes a:hover { text-decoration: none; }
#idiomes li {
	background:	none;
	display:	block;
	float:		right;
	width:		66px;
	_width:		71px;
	margin:		2px 0 0 0;
	padding:	2px 0 4px 0;
	border:		none;
}
#idiomes li a { background: none; }
#idiomes li a:hover {
	background:		none;
	text-decoration:	underline;
}

/* TÍTOLS */

h1 { display:none; }
h2 {
	text-transform:	uppercase;
	color:		#302C3E;
	background:	none;
	font-size:	1.6em;
	font-weight:	normal;
	text-shadow:	0 1px 0 #EDEEEF;
	margin-bottom:	1em;
	line-height:	1.2em;
}
h2 span { font-family: "Arial Black"; }
h3 {
	padding:		5px;
	margin:			0;
	text-weight:		normal;
	text-transform:		uppercase;
/*	color:			#FFF;	*/
	color:			#000;
	background:		#FFC932 url(bg_h3_columna.png) repeat-x bottom left;
	font-size:		1.1em;
	text-align:		center;
	padding:		1em;
	-ms-border-radius:	7px 7px 0 0;
	-moz-border-radius:	7px 7px 0 0;
	-webkit-border-radius:	7px 7px 0 0;
	-khtml-border-radius:	7px 7px 0 0;
	border-radius:		7px 7px 0 0;
	text-shadow:		1px 1px 0 #CC831C;
}

/* PARÀGRAFS */

p.link {
	margin:		10px 0;
	line-height:	1.4em;
	color:		#333;
	text-align:	center;
/*	border-top:	2px solid #ccc;	*/
	padding-top:	1px;
	font-size:	80%;
}
p.pie {
	margin:		10px 0;
	line-height:	1.4em;
	color:		#333;
	text-align:	center;
	border-top:	2px solid #ccc;
	padding-top:	1px;
	font-size:	80%;
}
p.pie b {
	font-weight:	bold;
}
