@charset "UTF-8";
/*	 page elements	 */

body{
	margin:0;
	background:#FFF;
	font-family:"Gill Sans MT", Arial, sans-serif;
}

a, a:link, a:visited, a:active{
	color:#4e4e4e;
	text-decoration:none;
	border-bottom:#9b9b9b 1px dashed;
}

a:hover{
	color:#900000;
	text-decoration:none;
	border-bottom:#900 1px dashed;
}

/*	 main objects	 */

#main{
	z-index:0;
	width:980px;
	position:relative;
	margin:0 auto;
	border-left:#9b9b9b 2px solid;
	border-right:#9b9b9b 2px solid;
}

#header{
	z-index:1;
	height:138px;
	background:#f0eeef;
}

#header .topNav{
	clear:both;
	width:500px;
	height:35px;
	margin:0;
	padding:3px 10px;
	color:#FFF;
	background:url(/images/pleca.png) no-repeat right top;
	font-size:0.75em;
}

#header .topNav a, #header .topNav a:link, #header .topNav a:visited, #header .topNav a:hover, #header .topNav a:active{
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
}

#header .topNav img{
	vertical-align:bottom;
	border:none;
}

#header .topNav ul{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#header .topNav ul li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0 5px;;
}

#header .topNav ul li a, #header .topNav ul li a:link, #header .topNav ul li a:visited, #header .topNav ul li a:hover, #header .topNav ul li a:active{
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
}

#header .title{
	float:left;
	margin:20px 0 0 10px;
	padding:5px;
	background:#FFF;
	font-size:2.2em;
	color:#4e4e4e;
}

#header .description{
	float:right;
	width:410px;
	margin:0;
	background:#FFF;
}

#header .navBar{
	width:700px;
	height:25px;
	float:right;
	margin:7px 0 0 0;
	padding:15px 0 0 0;
	background:url(/images/pleca-menu.png) left top no-repeat;
	color:#FFF;
	text-align:center;
	font-size:0.85em;
}

#header .navBar img{
	vertical-align:bottom;
	border:none;
}

#header .navBar ul{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#header .navBar ul li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0 5px;;
}

#header .navBar ul li a, #header .navBar ul li a:link, #header .navBar ul li a:visited, #header .navBar ul li a:hover, #header .navBar ul li a:active{
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
}

#content{
	z-index:2;
	background:#FFF;
	border-top:#9b9b9b 2px solid;
}

#contentInside{
	z-index:2;
	background:#FFF;
	border-top:#9b9b9b 2px solid;
	padding:10px 30px;
	text-align:justify;
}

#contentInside img{
	border:1px #333 solid;
}

#contentInside ul li{
	line-height:1.6em;
}

#leftBar{
	float:left;
	width:277px;
}

#leftBar a, #leftBar a:link,#leftBar a:visited, #leftBar a:active, #leftBar a:hover{
	border-bottom:none;
}

#leftBar h1{
	margin:0;
}

#rightBar{
	z-index:2;
	float:right;
	width:700px;
	border-left:#9b9b9b 2px solid;
}

#rightBar img{
	border:1px #333 solid;
}

#footer{
	clear:both;
	padding:5px;
	color:#FFF;
	font-size:11pt;
	text-align:center;
	background:#900000;
}

/* 	styles	 */

h1{
	margin:0;
	padding:10px;
	background:url(/images/h1back.jpg) repeat-x;
	font-size:1em;
	text-align:center;
	color:#4e4e4e;
	border-bottom:#4e4e4e 1px solid;
	margin-left:10px;
	margin-right:10px;
}

h2{
	margin:5px 0 10px 0;
	color:#900000;
	font-size:0.9em;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active{
	color:#900000;
	text-decoration:none;
}

h3{
	margin:5px 0 10px 0;
	color:#900;
	font-size:1em;
	text-transform:uppercase;
	text-align:left;
}

h3 a, h3 a:link, h3 a:visited, h3 a:active{
	color:#900;
	border-bottom:none;
}

h3 a:hover{
	text-decoration:underline;
}

.item{
	margin-bottom:3px;
	padding:5px 30px;
	font-size:11pt;
	border-bottom:#EBEBEB 2px dotted;
}

.sectionTitle{
	font-size:1.3em;
	color:#000;
	margin:0 0 30px 0;
	text-align:left;
}

.style1{
	font-size:1em;
	line-height:1.5em;
	color:#000;
}

.style4{
	font-size:1.5em;
	line-height:1.5em;
	color:#000;
}

.pie_foto{
	font-size:0.8em;
	line-height:normal;
}

.foto{
	float:right;
	margin:0 0 15px 15px;
}

.itemRightBar{
	margin:0 10px;
	padding:20px;
	border-bottom:#EBEBEB 2px dotted;
}

.imgTextRight{
	margin:0 0 15px 15px;
}

.commentItem{
	background:#EBEBEB;
	padding:10px;
	margin-bottom:20px;
}

.imgNoteRight{
	float:right;
	margin:0 0 20px 20px;
}