* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background-image: url(/lenoti/img/layout/fons.png);
	color: #333;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
	margin-top: 10px;
	border: 0;
}

#contenidor {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	border: solid 1px #ccc;
	overflow:hidden;
}

#contenidor li {
	margin-left: 20px;
}
#contenidor .ombra_e {
	width: 6px;
	background-image: url(/lenoti/img/layout/ombra.png);
	background-repeat: repeat-y;
}
#contenidor .ombra_ei {
	width: 6px;
	background-image: url(/lenoti/img/layout/ombra3.png);
	background-repeat: no-repeat;
}
#contenidor .ombra_i {
	height: 7px;
	background-image: url(/lenoti/img/layout/ombra2.png);
	background-repeat: repeat-x;
}

#contenidor .principal {
	padding-left:10px;
	padding-top:10px;
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	width:780px;
}

#peu {
	width:1000px;
	height:64px;
	background-image:url(/lenoti/img/layout/peu.png);
	background-repeat:repeat-x;
	font-size: 14px;
}

#capsalera table {
	width:100%;
	padding:0;
	margin:0;
}

#capsalera td {
	height:100px;
}

#capsalera .td_contenidor {
	width:1000px;
	background-image: url(/lenoti/img/layout/fons_capsalera.png);
	background-repeat: no-repeat;
}

#capsalera h1 {
	font-size:22px;
	font-weight:bold;
	color: #666;
}

#capsalera a {
	font-size:14px;
	font-weight:bold;
	color: #333;
	text-decoration: none;
}

#capsalera a:hover {
	color: #333;
}

#capsalera a:visited {
	color: #333;
}

#separador {
	height: 16px;
	/*background-image: url(/lenoti/img/layout/separador.png);
	background-repeat: no-repeat;*/
}


#contingut {
	overflow:hidden;
}
#contingut * {
	font-size: 14px;
}
#contingut a, a:hover, a:visited {
	font-weight:normal;
	color: #c44a06;
	text-decoration: none;
}

#contingut h2 {
	font-weight:bold;
	color: #c44a06;
	font-size: 15px;
}

#contingut h3 {
	font-weight:bold;
	color: #c44a06;
	font-size: 14px;
}

#contingut .literals {
	list-style-type: disc;
	margin-left:10px;
}

#contingut .part {
	font-weight: bold;
	color: #333;
	text-decoration:none;
}

#contingut .eti {
	background:#eee;
}
#contingut .id {
	background:#ccc;
}
#contingut .sub {
	background:#ddd;
}

#esquerra {
	width: 214px;
	background:#fff;

	vertical-align:top;

}
#agraiments {
	color: #c44a06;
	font-weight:bold;
	display:table-cell;
	vertical-align:bottom;
	height:250px;
}


#agraiments img{
	border:none;
}

#menu {
	width:214px;
	overflow: hidden;
}
#menu td {
	height:30px;
	width:214px;
	padding-left: 8px;
	background-image: url(/lenoti/img/layout/fons_menu.png);
	background-repeat: repeat-x;
	border-top:solid 1px #efefef;
}

#menu a {
	font-size: 14px;
	text-decoration: none;
	font-weight:normal;
	color: #333;
}

#menu a:hover {
	color: #ccaa00;
}

#bloc {
	border: solid 1px #ccc;
	margin: 10px;
	padding: 10px;
	overflow:hidden;
}

#bloc p {
	text-align:justify;
}

#index th {
	background: #333;
	color: #fff;
}

#index th,td {
	text-align:left;
	height: 24px;
}

#index .altrow {
	background: #efefef;
}

#index .minim {
	background: #ffca39;
}

#index a,a:hover,a:visited {
	text-decoration: none;
	color: #333;
}

#index a:hover {
	font-weight:bold;
}

#top_menu {
	height: 30px;
	background-image: url(/lenoti/img/layout/fons_top_menu.png);
	background-repeat: repeat-x;
	padding: 5px 5px 0 5px;
	text-align:right;
}

#top_menu a {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color: #333;
}

#top_menu a:hover {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color: #333;
}

#top_menu a:visited {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color: #333;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
