@import url("reset.css");
* {
	margin:0;
	padding:0;
}
body {
	font: 90% Helvetica, arial, sans-serif;
	background: #333;
	color: #9d9d9d;
	width: 960px;
	margin: 20px auto 0;
}
a {
	color: #1a99f2;
}
a:hover {
	color: #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
h2 {
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 1.7em;
	text-shadow: 1px 1px 1px #000;
	color: #ebebeb;
	margin: 0 0 20px 0;
}
strong {
	color: #ccc;
	background: #222;
	padding: 2px 3px;
}
/************
 ** header
 ************/
#header {
	border-bottom: 1px solid #2c2c2c;
	padding: 10px 0;
	float: left;
	width: 100%;
}
#header h1 {
	background: url('/images/jordi.jpg') no-repeat;
	width: 308px;
	height: 84px;
	float: left;
}
#header h1 a {
	width: 308px;
	height: 84px;
	display: block;
}
#header h1 a:hover {
	border: 0;
}
#header h1 a span {
	visibility: hidden;
}
/************
 ** content
 ************/
#content {
	width: 100%;
	font-size: 1.2em;
	float: left;
	padding: 25px 0;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #2c2c2c;
}

/** breadcrumb **/
.breadcrumb {
	float: left;
	width: 100%;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #2c2c2c;
}
#breadcrumb
{
		float: left;
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('/images/bc_bg.png'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin: 10px 0 10px 0;
    padding:0px;
}
#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#breadcrumb a, #breadcrumb li.no_click
{
    height:30px;
    display:block;
    background-image:url('/images/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
#breadcrumb a {
	color: #1a99f2;
}
.home
{
    border:none;
    margin: 8px 0px;
}

#breadcrumb a:hover
{
	color:#454545;
}
/************
 ** footer
 ************/
#footer {
	width: 100%;
	float: left;
	padding: 25px 0;
	border-top: 1px solid #393939;
}