body {
	font: 70% Verdana, sans-serif;
	color: #333;
}

#header {
	background: url(/docroot/cavallfort/imgs/cabecera_fondo.gif) repeat-x #fff;
}
#logo {
	position: relative;
	left: -18px;
}
#content {
	padding-bottom: 22px; /* Leave room for contentBg */
}

#main>h2 span{
	font-size: .8em;
}
a {outline:none;}

/* Breadcrumb */
#breadCrumb {
	border-bottom: 1px dotted #896201;
	margin: 1em 6px 2em 6px;
	padding-bottom: .7em;
	font-size: .9em;
	background: url(/docroot/cavallfort/imgs/bk_breadCrumb.gif) no-repeat;

}
#breadCrumb li {
	display: inline;
}
#breadCrumb li a {
	font-weight: bold;
}
#breadCrumb li a:hover {
	color: #fff;
	background: #000;
}
#breadCrumb li:before {
	content: " - ";
}
#breadCrumb li:first-child:before {
	content: "";
}


/* Main */
#main {
	line-height: 1.3;
}
#main>h2, #main>h3, #main>h4, #main>h5, #main>h6, #main>p, #main>ul, #main>ol, #main>blockquote.agenda {
	margin-left: 24px;
	margin-right: 24px;
}
#main>h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 2em;
}
#main>h3, #main>blockquote>h3 {
	display: inline;
	font-size: 1.2em;
	background: #333;
	color: #fff;
	padding: 0 3px;
}
#main>h3+*, #main>blockquote>h3+* { margin-top: 1em; }
#main>h4 {
	font-size: 1.1em;
}
#main>p {
	margin-bottom: 1em;
}
#main>ul li {
	list-style: url(/docroot/cavallfort/imgs/marker.gif);
	margin-bottom: .2em;
	margin-left: 2em;
}
#main>ol li {
	list-style: decimal;
	margin-bottom: .2em;
	margin-left: 2em;
}
#main>p a, #main>ul a {
	text-decoration: underline;
}
#main strong, #main a:hover {
	color: #fff;
}





/* Footer */
#footer {
	position: relative;
	background: #fff;
	font-size: .9em;
	padding-top: 1em;
	padding-bottom: 0em;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer .firma-gris {
	font-weight: bold;
	position: absolute;
	top: 1em; /* matches #footer padding-top */
	right: 10px;
	text-decoration: none;
}





/* Imatges */
p.imgLeft, p.imgRight, p.imgCenter {
	clear: both;
	color: #666;
}
p.imgLeft {
	float: left;
	text-align: right;
	margin: 14px 16px 8px 0;
}
p.imgRight {
	float: right;
	
	text-align: right;
	margin: 14px 0 8px 16px;
}
p.imgCenter {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}


/* Imatges + text */

p.imgLeft_txtRight{
	clear: both;
	padding-top:20px;
}

p.imgLeft_txtRight img{
	float: left;
	margin-bottom:10px;
	padding-right:10px;
}

/* Search */
#search {display:none}




