/*
Escola Universitària d'Infermeria del Mar
Can Antaviana, 2009

-basic
-layout
-vincles

*/

/*---------------
Basic
---------------------------------------------*/
html {font-size: 100%;} /* WinIE text resize correction */
body {
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}
ul,ol,dl,fieldset {margin:0;padding:0;}
img,abbr,acronym,fieldset {border: none;}
ul {list-style: none;}
hr {
	position: absolute;
	left: -9999px;
}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/*acc*/
#acc {
	position : absolute;
	top : -9000px;
	left : -9000px;
	z-index : 20;
}
	#acc a:focus,
	#acc a:active {
		position : absolute;
		top : 9010px;
		left : 9010px;
		background : #fff;
		color : #333;
		padding : 5px;
		font-weight : bold;
		border : 1px solid #600;
		width : 10em;
		z-index : 1;
	}


/*---------------
Layout
----------------------------- */
#container_main {
	width: 58.75em;
	max-width: 95%;
	min-width: 45em;
	margin: 0 auto;
	text-align: left;
}
	#content_sub {
		width: 220px;
		float: left;	
	}
	#content_main {
		margin: 10px 0 0 240px;
		color: #333;
	}
	#content_main img {
		margin: 20px 0 10px 0;
	}
	/* home */
	#home #content_main {
		/*background: url('img_euim/escola-universitaria.jpg') no-repeat;
		padding-top: 293px;*/
		
	}
	/* interior */
	#interior #content_main {
		/*background: url('img_euim/imatge_interior.jpg') no-repeat;
		/*background-position: 0 40px;
		padding-top: 210px;*/
		
	/*	font-size: .87em;*/
		font-size: .6875em;
		line-height: 1.25em;
		position:relative;
	}
	#interior #container_main.news #content_main {
		background: none;	
		/*padding-top: 40px;*/
		font-family: Verdana, Helvetica, Arial;
	}
	#interior #container_main.news #content_main div#entrades p {
		font-size: 11px;	
	}
	
	#interior #container_main.news .totes {
		margin: 20px 0;
		font-size: 11px;	
		padding-left: 20px;
		background: url('img_euim/ico_mes.gif') no-repeat;
		/*clear: both;*/
		height: 15px;
	}
	
	#interior #container_main.news #content_main .resum {
		border-top: 1px #333 solid;
		border-bottom: 1px #333 solid;	
		padding: 10px 0;
		/*font-size: .81em;*/
		margin: 10px 0;
		font-weight: bold;
	}
	

/*---------------
Vincles
---------------------------------------------*/
/*General*/
a:link {
	color: #0a6496;
	text-decoration: none;
	border-bottom: 1px solid #0a6496;
}
a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}
a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #0a6496;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background: #0a6496;
	border-bottom: 1px solid #0a6496;
}
a:active {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #0a6496;
}
/*Vincles externs*/
a.external {
	background-image: url('img_euim/icon_link_ext.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 14px;
}
a:visited.external {background-image: url('img_euim/icon_link_ext3.gif'); background-repeat: no-repeat;background-position: 100% 50%;}
a:hover.external,
a:focus.external,
a:active.external {background-image: url('img_euim/icon_link_ext2.gif');background-repeat: no-repeat;background-position: 100% 50%;}

a.img:hover img,
a.img:focus img,
a.img:active img,
a.img img,
a.img {
	border: none;
	outline: 0;
	text-decoration: none;
}
	.box a:hover {
		border: none;
		background: none;
	}
	
	.caixa-dreta-imatge {
		margin: 15px 0;	
	}
	
.caixa-dreta-imatge a {
	border: none;
}
	.caixa-dreta-imatge a:hover {
		border: none;
		background: none;
	}
#logos a.img:hover {
	border: none;
	background: none;
}
.cerca-ressaltat {
	background: #DEE1E6;
}
.esquerra {
	float: left;
	margin: 0 10px 5px 0;	
	padding-right: 20px;
}
.dreta {
	float: right;
	margin: 0 0 5px 10px;	
	padding-left: 20px;
}

/*---------------
hs
---------------------------------------------*/
h1 { font-size: 1.25em; }

h2 { font-size: 1.125em; border-bottom: 1px #ccc solid; padding-bottom: 10px;}

h3 { font-size: 1em; color: #405163; border-bottom: 1px #ccc solid; padding-bottom: 10px;}

h4 { padding-top: 0; margin-top: 0; font-size: 1em;}

/*---------------
taules
---------------------------------------------*/
table {
	border-collapse:collapse	
}
	table tr td {
			border: 1px #ccc solid;
			margin:0;
			padding: 3px;
	}



/*---------------
Capçalera
---------------------------------------------*/
#eines {
	/*background: #333;*/
	font-size: .69em;
	padding: 20px 10px 5px 10px;
}
	#eines a { 
		color: #333;
		border-bottom: none;
	}
	#eines a:hover,
	#eines a:active { 
		background: none;
		border-bottom: 1px #333 solid;
	}
	#eines ul {
		float: right;	
	}
		#eines ul li {
			background: url('img_euim/kland_navega1.gif') no-repeat;	
			background-position: left;
			float: left;
			display: inline;
			margin-right: 10px;
			padding-left: 15px;
		}
#capsalera {
		background: url('img_euim/bg_capcalera.gif') repeat-x;
		height: 120px;
		position: relative;
}
	/* logo portada */
	#capsalera h1,
	#logo {
		margin: 0;
		font-weight: normal;
		font-size: 1.625em;
		width: 300px;
		padding: 0 0 10px 10px;
		float: left;
	}
		#capsalera h1 a.img,
		#logo a.img {
			color: white;
			border-bottom: none;
		}
			#logo a:hover,
			#logo a:active,
			#logo a:focus   {
				border-bottom: 1px white solid;
				background: none;
			}
			#capsalera h1 a.img:hover,
			#capsalera h1 a.img:active,
			#capsalera h1 a.img:focus,
			#capsalera h1 a.img:hover img,
			#capsalera h1 a.img:active img,
			#capsalera h1 a.img:focus img,
			#logo a:hover,
			#logo a:active,
			#logo a:focus,
			#logo a:hover img,
			#logo a:active img,
			#logo a:focus img {
				border-bottom: none;	
				background: none;
			}

#capsalera span {
	position: absolute;
	right: 20px;
	top: 15px;
	/*width: 100px;*/
	font-size: .6875em;
	text-transform: uppercase;
	background: url('img_euim/kland_idioma.gif') no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
}
#capsalera span a {border: none;}
	#capsalera span a,
	#capsalera span a:hover,
	#capsalera span a:focus,
	#capsalera span a:active,
	#capsalera span a:visited {
		color: white;	
		background: none;
	}
#capsalera span a:hover {border-bottom: 1px white solid;}

/*---------------
Cercador
---------------------------------------------*/
#cercador {
	padding: 20px; 
	right: 0;
	bottom: 0;
	position: absolute;
	width: 260px;
}
#cercador input {margin-top: 1px;}
#cercador legend  { display: none;}
#cercador label { color: white; font-size: .69em; margin-right: 10px;}
#cercador button {
		background: none;
		width: 28px;
		height: 28px;
		padding: 0;
		vertical-align: top;
		border: none;
		margin-left: 10px;
		cursor: pointer;
	}
#cercador #campcercar {
	border: 1px solid #fff;
	background: #fff url('img_euim/bg_input_cercador.jpg') repeat-x;
	padding: .3em;
	font-size: .75em;
}
/*---------------
Menú nav_main EUIM
---------------------------------------------*/
.euim .menustatic {
	font-size: .6875em;	
}
	.euim .menustatic li {
		background: url('img_euim/bg-menu.gif') repeat-x;
		margin-bottom: 7px;
		padding: 7px 0 7px 0;
		width: 100%;
		text-transform: uppercase;
		/* cantons */
		border-radius: 3px;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.euim .menustatic li strong {
		padding-left: 7px;
		display: block;	
	}
		.euim .menustatic li ul{ 
			margin-top: 10px;
			margin-bottom: -7px;
			border-top: 5px white solid;
			
		}
			.euim .menustatic li ul li {
				background: none;
				padding: 0;
				margin-bottom: 5px;
				/* cantons */
				border-radius: 0;
				-khtml-border-radius: 0;
				-moz-border-radius: 0;
				-ms-border-radius: 0;
				-webkit-border-radius: 0;
			}
		.euim .menustatic li a {
			color: white;	
			border-bottom: none;
		}
			.euim .menustatic li a:hover,
			.euim .menustatic li a:active,
			.euim .menustatic li a:focus {
				color: white;	
				border-bottom: 1px white solid;
				background: none;
			}
			
		.euim .menustatic li ul li a {
			background: #DEE1E6;
			color: #405163;	
			/* margin: 3px 0; */
			padding: 7px;
			width: 206px;
			display: block;
		}
		.euim .menustatic li ul li a:hover,
		.euim .menustatic li ul li a:active,
		.euim .menustatic li ul li a:focus {
				color: #405163;	
				border-bottom: 0;
				background: #BCC4CF;
			}
/*---------------
llistes
---------------------------------------------*/	
#interior #content_main ul li {
	color: #636363;
	background: url('img_euim/kland_01.gif') no-repeat;
	padding-left: 25px;
	margin: 10px 0;
}
	#interior #content_main ul li ul li {
		background: url('img_euim/kland_02.gif') no-repeat;
		background-position: 0 4px;
		padding-left: 15px;
	}
#interior #content_main ol {
	padding-left: 25px;	
}
#interior #content_main ol li { 
	background: none;	
	padding-left: 0;
}
/* llista amb fons */
#interior #content_main .fons {
	padding: 20px 0;
	position: relative;
	background: #E0EEFB;
}	
	#interior #content_main .fons li {
		background: url('img_euim/kland_01-c.jpg') no-repeat;
		border-bottom: 1px #a9c2e0 solid;
		padding-bottom: 10px;
		margin: 10px 20px;
		color: black;
	}	
		#interior #content_main .fons .t {
			background: url('img_euim/bg_caixa_2_t.gif');
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			width: 700px;
			height: 6px;
		}
		#interior #content_main .fons .b {
			background: url('img_euim/bg_caixa_2_b.gif');
			background-repeat: no-repeat;
			position: absolute;
			bottom: 0;
			height: 6px;
			width: 700px;
		}
/* llista lateral */
#interior #content_main .llistat_lateral p {
	float: left;
	width: 470px;
	margin-top: 0;
}
	#interior #content_main .llistat_lateral ul {
		background: #E0EEFB;
		float: right;
		width: 209px;
		position: relative;
		padding: 10px 0;
	}
		#interior #content_main .llistat_lateral ul li {
			background: url('img_euim/kland_01-c.jpg') no-repeat;
			border-bottom: 1px #a9c2e0 solid;
			color: black;
			padding-bottom: 10px;
			margin: 10px 20px;
		}
		
		#interior #content_main .llistat_lateral ul .t {
			background: url('img_euim/bg_caixa_1_t.gif');
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			width: 209px;
			height: 6px;
		}
		#interior #content_main .llistat_lateral ul .b {
			background: url('img_euim/bg_caixa_1_b.gif');
			background-repeat: no-repeat;
			position: absolute;
			bottom: 0;
			height: 6px;
			width: 209px;
		}
/* caixa lateral */
#interior .caixa_dret p {
	float: left;
	width: 470px;
	margin-top: 0;
}
	#interior .caixa_dret .caixa{
		background: #e0e0e0;
		width: 179px;
		position: relative;
		float: right;
		padding: 15px; 
	}	

		#interior .caixa_dret .caixa .t {
			background: url('img_euim/bg_caixa_3_t.gif');
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			left: 0;
			width: 209px;
			height: 6px;
		}
		#interior .caixa_dret .caixa .b {
			background: url('img_euim/bg_caixa_3_b.gif');
			background-repeat: no-repeat;
			position: absolute;
			bottom: 0;
			left: 0;
			height: 6px;
			width: 209px;
		}
/* destacat */
#interior .txtDestDret p,
#interior .txtDestEsq p {
	float: right;
	width: 470px;
	margin-top: 0;
	line-height: 1.25em;
}
.destacat {
	background: #E0EEFB url('img_euim/quote.jpg');
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding: 15px 15px 15px 90px;
	color: #586f88;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	/* cantons */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.destacat p {
	margin:0;
	padding:0;	
}
	#interior .txtDestDret .destacat,
	#interior .txtDestEsq .destacat {
		background: #E0EEFB url('img_euim/quote.jpg');
		background-repeat: no-repeat;
		background-position: 15px 15px;
		width: 179px;
		float: left;
		padding: 80px 15px 15px 15px;
		font-size: 1.5em;
		color: #586f88;
		font-weight: bold;
		position: relative;
		margin-bottom: 20px;
	}
		#interior .txtDestDret .destacat .t,
		#interior .txtDestEsq .destacat .t {
			background: url('img_euim/bg_caixa_1_t.gif');
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
			left: 0;
			width: 209px;
			height: 6px;
		}
		#interior .txtDestDret .destacat .b,
		#interior .txtDestEsq .destacat .b {
			background: url('img_euim/bg_caixa_1_b.gif');
			background-repeat: no-repeat;
			position: absolute;
			bottom: 0;
			left: 0;
			height: 6px;
			width: 209px;
		}
/* destacat dreta */
#interior .txtDestDret p {
	float: left;
}
	#interior .txtDestDret .destacat {
		float: right;
	}
	
	
/*---------------
content_sub - columna esquerra
---------------------------------------------*/

.box {
		/*background: #6F8CAD url('img_euim/bg-box.gif') repeat-x;
		background: #6F8CAD url('img_euim/bg-box.gif') repeat-x;*/
		background: #4098D8;
		color: white;
		margin-top: 10px;
		font-size: .75em;
		padding: 10px;
		border-bottom: 1px #405163 solid;
		/* cantons */
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
}
	.box a {
		color: white;
		border-bottom: none;	
	}
		.box a:hover,
		.box a:active,
		.box a:focus {
			color: white;
			border-bottom: 1px white solid;
			background: none;
		}
	.box h2 {
		margin: 0 0 10px 0;
		padding: 0 5px 5px 0;
		font-size: 1.25em;
		font-weight: bold;
		border-bottom: 1px white dotted;	
	}
	.box ul li {
		background: url('img_euim/kland_navega1.gif') no-repeat;
		background-position: 0 4px;
		padding-left: 15px;
		margin: 8px 0;
	}

/*---------------
content_main - contingut central
---------------------------------------------*/
.titol_seccio {
	background: url('img_euim/bg_titol_seccio.jpg') repeat-x;
	/* cantons */
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 5px 10px 10px;	
	margin-bottom: 15px;
}

.titol_seccio #situacio {
	font-size: .91em;
	font-weight: bold;
}
.titol_seccio h1{
	/*margin: 10px 0 0 0;*/
	color: black;
	/*position: absolute;
	top: 0;
	left: 0;*/
	font-size: 1.5em;
	width: 100%;
	margin: 5px 0;
	/*text-transform: uppercase;*/
}
.titol_seccio .ocult {
	display: none;	
}
.box_home {
	/*width: 47%;
	float: left;
	display: inline;	*/
	/*background: url('img_euim/ombra_destacats_portada.jpg') no-repeat;*/
	/*padding-left: 16px;*/
	font-size: .87em;
	line-height: 1.25em;
	color: #333;
	margin-top: 17px;
}	
#novetats.box_home {
	float: left;
	display: inline;
	width: 49%; 
}
#agenda.box_home {
	float: right;
	display: inline;	
	width: 49%; 
}

.box_home ul li p {
	font-size: .72em;	
	line-height: 13px;
}
/*.global {
	border-left: 1px #6a86a5 solid;
	padding-left: 15px;
}*/
	.box_home h2 {
		/* color: #586f88; */
		color: black;
		margin: 0;
		padding: 5px 5px 5px 8px;
		font-size: .75em;
		font-weight: bold;
		margin-bottom: 0;
		background: #e4e2e7;
		/* cantons */
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#home #container_main div.mes {
		margin-top: 10px;
		background: #e4e2e7;	
		padding: 5px 5px 5px 8px;
		font-size: .81em;
		/* cantons */
		border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#home #container_main div.mes a {
		color: #0a6496;
		font-size: .9em;
		border: none;
		font-weight: bold;	
		text-decoration: none;
	}
		#home #container_main div.mes a:hover,
		#home #container_main div.mes a:visited,
		#home #container_main div.mes a:focus {
			/*border-bottom: 1px #0a6496 solid;*/
			background: none;
		}
		div.mes span {
			float: right;
			margin:0;
			padding:0;
		}
			#home #container_main div.mes span img {
					margin:0;
					padding:0;
			}
		
		#home #container_main div.mes p {
			margin:0;
			padding:0;	
		}
		/*.box_home .rss {
			float: right;
		}*/
		p.llegiu {
			font-size: .81em;
			background: url('img_euim/img-llegiu.gif') no-repeat;	
			padding-left: 20px;
			height: 15px;	
		}
			p.llegiu a {
				color: #0a6496;
				border-bottom: none;
				text-decoration: none;
			}
			p.llegiu a:hover,
			p.llegiu a:focus {
				border-bottom: 1px #0a6496 solid;
				background: #fff;
			}
	.box_home h3 a {
		color: black;
		border-bottom: none;	
		font-size: .91em;
	}
		.box_home h3 a:hover,
		.box_home h3 a:active,
		.box_home h3 a:focus {
			border-bottom: 1px black solid;
			background: none;	
		}
	
	.box_home h3 {
		margin: 0;	
		font-size: .91em;
		border-bottom: 0;
		padding-bottom: 0;
	}
		.box_home .date {
			color: #6f8cad;	
			font-size: .72em;
			font-weight: bold;
			margin: 5px 0;
		}
	.box_home ul li {
		border-bottom: 1px #ccc solid;
		padding: 10px 0 5px 0;
	}
/*---------------
Footer
---------------------------------------------*/
#home #site_info {
	background: url('img_euim/bg_peu.gif') repeat-x;
}
#site_info {
	clear: both;
	padding: 25px 0 10px 0;
	color: white;
	margin-top: 10px;
	font-size: .81em;
}
	#site_info a {
		color: #fff;	
		border-bottom: 1px white solid;
	}
		#site_info a:hover,
		#site_info a:active,
		#site_info a:focus {
			background: none;
		}

	#site_info #logos a.img,
	#site_info #logos a.img img,
	#site_info #logos a.img:hover,
	#site_info #logos a.img:active,
	#site_info #logos a.img:focus,
	#site_info #logos a.img:hover img,
	#site_info #logos a.img:active img,
	#site_info #logos a.img:focus img {
		border-bottom: none;	
	}

		/* vcard */
		/* #site_info .vcard .type, */
		#site_info .vcard .org {display: none;}
		
#sup {
	/*background: url('img/imatge_peu.jpg') no-repeat;	
	background-position: 100% 13px;
	margin-top: -53px;
	padding-left: 25px;*/
	position: relative;
	height: 213px;
}

	#sup .titol {
		border-bottom: 1px #fff dotted;
		/*width: 200px;*/
		padding-bottom: 10px;
	}
	#info {
		/*margin-right: 30px;*/
		width: 250px;
		position: absolute;
		top: 0;
		right: 20px;
	}
	#info .ubicacio {
		padding-top: 15px;
		border-top: 1px white dotted;
		/*width: 200px;	*/
	}
		#info .ubicacio a.external {
			border-bottom: 1px white solid;	
		}
	#logos {
		padding: 20px 0 0 20px;
		position: absolute;
		width: 200px;
		top: 35px;
		left: 15px;
	}
	.segell {
		position: absolute;
		right: 300px;
		top: 20px;	
	}
		#logos p {
			margin: 10px 0 0 0;
		}
#inf {
	background: #333;
	margin: 0;
	padding: 5px 0 5px 25px;
	clear: both;
}	
	#inf p {
		clear: both;	
	}
	
/*---------------
NOVETATS + AGENDA
---------------------------------------------*/


#interior #container_main.news .titol_seccio span {
		position: absolute;
		right: 0;
		top: 0;
		width: 200px;
		text-align: right;
}

#entrades p {
	color: #333;
	margin: 5px 0;
}
#interior #content_main ul#entrades li{
	border-bottom: 1px #ccc solid;
	padding: 0;	
	overflow: auto;
	padding-bottom: 20px;
	background: none;
	font-family: Verdana, Helvetica, Arial;
}
#interior #content_main ul#entrades li h3 {
	font-size: 1.3em;	
}
#interior #content_main ul#entrades li p {
	/*font-size: .9em;*/
}
	#entrades img {
		float: left;
		margin: 0 10px 10px 0;	
	}
	#entrades h3,
	#entrades h4 {
		border: none;	
		color: #405163;
		font-size: 1.25em;
		margin: 5px 0;
	}
	
	#interior #content_main #entrades .data {
		margin: 0 0 5px 0;
		padding: 0;	
		color: #2E85D2;
		font-weight: bold;
		font-size: 10px;
	}
	#interior #content_main #entrades .fons {
		margin: 10px 0 0 0;
		padding: 5px 0 0 0;	
	}
	
	#interior #content_main #entrades .fons .titol {
		background: none;
		padding-left: 0;
		font-weight: bold;	
		text-transform: uppercase;
	}
	#entrades li h3 a {
		color: black;
		border-bottom: 1px black dotted;
	}
	#entrades li h3 a:hover,
	#entrades li h3 a:active,
	#entrades li h3 a:focus { 
		color: black;
		background: none;
		border-bottom: 1px black solid;
	}
	
/*---------------
NAVEGACIÓ PÀGINES
---------------------------------------------*/

#interior #content_main #navegacioPagines {
	float: left;
	padding-bottom: 1em;
	width: 100%;
}
#interior #content_main #navegacioPagines p {
	margin: 0;
}
#interior #content_main #navegacioPagines p#pag {
	float: left;
	/*background: url(../comu/icon_paginacio.gif) 0 50% no-repeat;*/
	margin: .5em 0 0 0;
	color: #333;
	margin-right: 1em;
	font-size: .81em;
}
	#interior #content_main #navegacioPagines p#pag strong {
		color: #333;
	}
#interior #content_main #navegacioPagines a.anterior,
#interior #content_main #navegacioPagines a.seguent {
	font-size: .81em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}
	#interior #content_main #navegacioPagines a.anterior {
		background: url('img_euim/ico_anterior.gif') 0 50% no-repeat;
		padding-left: 20px;
		float: left;
		margin-right: 3em;
		margin-top: 5px;
	}
	#interior #content_main #navegacioPagines a.seguent {
		background: url('img_euim/ico_seguent.gif') 100% 50% no-repeat;
		padding-right: 20px;
		float: right;
	}
		#interior #content_main #navegacioPagines a.anterior:hover,
		#interior #content_main #navegacioPagines a.seguent:hover {
			border-bottom: 1px solid #333;
			color: #333;
		}
	#interior #content_main #navegacioPagines ul {
		float: left;
		width: 28em;
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: .81em;
	}
		#interior #content_main #navegacioPagines ul li {
			background: none;	
			float: left;
			display: inline;
			margin: 0 5px;
			padding: 2px 6px;
			border: 1px #999 solid;	
		}
			#interior #content_main #navegacioPagines ul li a {
				/*padding: 6px 8px;
				margin: 5px 5px;*/
				font-weight: bold;
				color: #1b76cd;
				text-decoration:none;
				border: 0;
			}
				#interior #content_main #navegacioPagines ul li a:visited,
				#interior #content_main #navegacioPagines ul li a:focus,
				#interior #content_main #navegacioPagines ul li a:active,
				#interior #content_main #navegacioPagines ul li a:hover {
					background: none;	
				}

/*---------------
	FORMULARI DE CONTACTE
---------------------------------------------*/
				
#formulari_contacte label {
	display: block;
	margin: 10px 0;
}
.text_description {
	font-size: 14px;
	font-weight: bold;	
	display: block;
	margin: 15px 0 10px 0;
}
.descripcioform {
	display: block;
	margin-bottom: 15px;	
}
#formulari_contacte label.error {
	color: #c91212;
	font-weight: bold;
}
