body {
	background: #e6e7e7 url(../media/images/website/body_bg.png) repeat-x;
	text-align: center;
	color: #333;
	margin: 0 0 40px;
}

a {
	color: #92071F;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.container_12 {
	background: #fff url(../media/images/website/header_bg.png) repeat-x;
	text-align: left;
	margin-bottom: 10px;
}

/* @group Header */

#header {
	height: 71px;
	display: block;
	position: relative;
}

#header h1 a {
	height: 71px;
	width: 153px;
	display: block;
	background: url(../media/images/website/header_logo.png) no-repeat;
}

#header h1 a span {
	display: none;
}

#header span {
	position: absolute;
	top: 1.4em;
	left: 14em;
	font-size: 1.3em;
	color: #92071F;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

/* @end */

/* @group News */

h2 {
	color: #92071F;
	font-size: 1.2em;
	background: #eee;
	padding: .3em .5em .2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
}

h3 {
	color: #92071F;
	font-size: 1em;
	border: 1px solid #ccc;
	padding: .3em .5em .2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	margin-bottom: 0;
	clear: both;
}

h3 a {
	color: #92071F;
	text-decoration: none;
}

p.readmore {
	text-align: right;
	font-size: .8em;
	margin:  0 10px 20px 0;
}

p.back {
	border-top: 1px dotted #ccc;
	text-align: right;
	font-size: 1em;
	clear: both;
	margin: 10px 0 20px;
	padding: .5em 1em;
}

p#gallery {
	border-top: 1px dotted #ccc;
	clear: both;
	display: block;
	padding: .5em 1em;
}

p#gallery a {
	border: 1px solid #ccc;
	padding: .5em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
	display: inline;
	margin: 0 .5em .5em 0;
}

p#gallery a:hover {
	border: 1px solid #92071F;
}

p.back a {
	display: block;
	padding: .2em 1em;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 100px;
	background-color: #eee;
	float: right;
	margin: 0 0 20px;
}

p {
	text-align: justify;
	padding: .2em .5em;
}
p.date {
	text-align: right;
	font-size: .8em;
	margin-bottom: 0;
	border-bottom: 1px dotted #ccc;
	padding: .2em 1em;
}
p.imgadv img {
	border: 1px solid #ccc;
	padding: .5em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: right;
	display: inline;
	margin: 0 0 1em 1em;
}

p.imgnot a {
	border: 1px solid #ccc;
	padding: .5em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
	display: inline;
	margin: 1em 1em 1em 0;
}

p.imgnot a:hover {
	border: 1px solid #92071F;
}

#navlat {
	border-top: 1px dotted #ccc;
	list-style: none;
}

#navlat li {
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin: 0;
}

#navlat li a {
	display: block;
	padding: .3em 1em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-size: 1.1em;
}

#navlat li a:hover {
	color: #000;
}

#navlat li a.activo, #navlat li a.activo:hover {
	background: #eee;
	color: #92071F;
}

#navigation {
	border-top: 1px dotted #ccc;
	padding: .5em 0;
	font-weight: bold;
}

#navigation div {
	float: left;
	display: inline;
}

#navigation ul {
	list-style: none;
	float: left;
	display: inline;
}

#navigation ul li {
	float: left;
	display: inline;
	margin: 0 .5em ;
}

#navigation ul li a {
	display: block;
	padding: .3em 1em;
	background: #eee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

#navigation ul li.NAV_selected {
	display: block;
	padding: .2em 1em;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}

/* @end */

/* @group Portanews */

#portanews {
	background: url(../media/images/website/portanews.png) no-repeat;
	height: 256px;
	display: block;
	position: relative;
}

#portanews h2 {
	background: none;
}

div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 597px;	
	height:181px;	
	padding: 0;	
	margin: 1px 0 0 11px;
}
div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
}

div.scrollable div.items div {
	float:left;
	width: 298px;	
	height:181px;	
	border-left: 1px dotted #ccc;
}

div.scrollable div.items div h3 {
	border:  0;
	clear: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

div.scrollable div.items div p.text {
	padding: 0 1em;
	text-align: left;
}

div.scrollable div.items div p.imgnot {
	padding-left: 1em;
}









a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../media/images/website/left.png) no-repeat;
	float:left;
	cursor:pointer;
	position: absolute;
	left: 15px;
	top: 230px;
}

a.next, a.nextPage {
	right: 15px;
	left: auto;
	top: 230px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(../media/images/website/right.png);
	clear:right;	
}

div.navi {
	width:400px;
	height:20px;
	position: absolute;
	left: 100px;
	top: 230px;
	text-align: center;
}

div.navi a {
	width:8px;
	height:8px;
	margin:3px;
	display: inline-block;
	background:url(../media/images/website/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

div.navi a:hover {
	background-position:0 -8px;      
}

div.navi a.active {
	background-position:0 -16px;     
} 

/* @end */

/* @group Home */

div.banendfin {
	position: relative;
	display: block;
	height: 380px;
}

p.sublink {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sublink a, a.sublnkp {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 2px solid #666;
	display: block;
	font-size: 1.1em;
	line-height: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #666;
	width: 130px;
	float: left;
	margin: 0 3px;
}

.sublink a:hover, a.sublnkp:hover   {
	border: 2px solid #92071F;
	color: #92071F;
}

#sponsors {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #ccc;
	margin-top: 10px;
	
}

#sponsors div {
	padding: .5em;
	text-align: center;
	
}

#sponsors div div {
	padding: .5em;
	text-align: center;
	display: inline;
}

#sponsors div div img {
	vertical-align: middle;
}

/* @end */

/* @group Contact */

form {
	text-align: center;
}

label {
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 1em;
	margin: 0 0 .2em;
	border-bottom: 1px dotted #999;
}

input, textarea {
	width: 98%;
	border: 1px solid #666;
	background: #eee;
	padding: .5em;
	text-align: left;
}


input#KT_Custom1 {
	width: auto;
	border: 1px solid #eee;
	background: #eee;
	padding: .5em;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
}

.okmes {
	font-weight: bold;
	color: #006d17;
	text-align: center;
}

/* @end */


/* @group Menu */

#menunav li {
	float: left;
	display: inline;
	background: url(../media/images/website/nav_sep.png) repeat-y right top;
	margin: 1px 0 15px;
}

#menunav li a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	padding: .5em .6em .4em;
	display: block;
}

#menunav li a:hover {
	color: #444;
}

#menunav li a.activo {
	color: #92071F;
}

/* @end */

/* @group Advertise PDF */

#advpdf {
	text-align: center;
	margin: 10px 10px 10px;
	background: url(../media/images/website/adverpdf.png) repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#advpdf a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 32px;
	font-size: 1.3em;
	text-shadow: #fff 0 1px 0;
	display: block;
}

#advpdf a:hover {
	color: #444;
}

#advpdf img {
	vertical-align: middle;
	padding: 0 .3em;
}

/* @end */

/* @group Copyright */

.copyr {
	font-size: 1em;
	padding: .2em 0;
	margin: 0;
	color: #666;
	text-align: center;
}

.copyr a {
	font-weight: bold;
	color: #666;
}

.copyr a:hover {
	color: #444;
}

.copyr a.activo {
	color: #92071F;
}

/* @end */



