body {
	font-family: 'Maven Pro', arial, sans-serif;
}
#leftCol>h4 {
	margin:5px 33px 0px 18px;
	border-bottom: 1px solid #ccc;
	padding:0 0 8px 0;
	color:#777;
	font-size:15px;
	text-transform:uppercase;
	font-weight:400;
}
#leftCol>p {
	margin:0px 33px 5px 18px;
	padding:10px 0 8px 0;
	color:#606060;
	font-size:11px;
	line-height:120%;
	font-weight:400;
	margin-bottom:30px;
	border-top: 1px solid #fff;
}

#leftColNews {
	list-style: none;
	margin-bottom:60px;
	font-size:12px;
	padding-top: 5px;
}
#leftColNews>li {
	clear:both;
	min-height:55px;
	margin:6px 30px 0 18px;
	border-bottom:1px dotted #ccc;
}

.leftColNewsImg {
	float:left;
	width:40px;
}
.leftColNewsImg>img {
	border:1px solid #ddd;
	margin-top:3px;
	padding:3px;
}
.leftColNewsTxt {
	margin-left:52px;
	line-height: 130%;
	color:#606060;
}
.leftColNewsTxt a {
	text-decoration:none;
}
.leftColNewsTxt a:hover {
	text-decoration:underline;
}
#copyright {
	position:absolute;
	left:18px;
	top:225px;
	width:200px;
	height:20px;
	color:#666;
	font-size:90%;
}
#visto {
	position:absolute;
	right:0px;
	top:225px;
	width:200px;
	height:20px;
	color:#666;
	font-size:90%;
	text-align:right;
}
#visto a{
	color:#999;
	text-decoration:none;
}
#visto a:hover{
	color:#ccc;
	text-decoration:none;
}
#adr1col {
	position:absolute;
	top:30px;
	left:18px;	
}
#adr2Col {
	position:absolute;
	top:30px;
	left:270px;	
}
#adr1col>h6, #adr2Col>h5 {
	color:#e3e3e3;
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
}
#adr1col>table>tbody>tr>td {
	color:#e3e3e3;
	font-size:11px;
	font-weight:400;
	padding-right:20px;
}
#adr2Col>table>tbody>tr>td {
	color:#e3e3e3;
	font-size:11px;
	font-weight:400;
	width:33%;
	padding-right:60px;
}
#adr1col>table>tbody>tr>td a, #adr2Col>table>tbody>tr>td a {
	color:#ccc;
	text-decoration:none;
}
#adr1col>table>tbody>tr>td a:hover, #adr2Col>table>tbody>tr>td a:hover {
	color:#fff;
	text-decoration:none;
}






h1 {
	font-family: 'Abel', sans-serif;
	font-size:24px;
	line-height:105%;
	color:#e84e1b;
	font-weight:400;
	margin-bottom:20px;
	text-transform:uppercase;
}
h2 {
	font-family: 'Abel', sans-serif;
	font-size:24px;
	line-height:105%;
	font-weight:400;
	margin-bottom:20px;
	text-transform:uppercase;
}
h3 {
	font-family: 'Abel', sans-serif;
	font-size:22px;
	line-height:105%;
	color:#e84e1b;
	font-weight:400;
	margin-bottom:10px;
}
h4 {
	font-family: 'Abel', sans-serif;
	font-size:22px;
	line-height:105%;
	font-weight:400;
	margin-bottom:10px;
}
h5 {
	font-family: 'Abel', sans-serif;
	font-size:18px;
	line-height:105%;
	color:#e84e1b;
	font-weight:400;
	margin-bottom:10px;
}
h6 {
	font-family: 'Abel', sans-serif;
	font-size:18px;
	line-height:105%;
	font-weight:400;
	margin-bottom:10px;
}
blockquote {
	margin:1.5em 10px;
	padding:.5em 10px;
	quotes:"\201C""\201D""\2018""\2019";
	font: italic normal 12pt/1.2em Georgia;
	color: #777;
}

blockquote:before {
	color:#aaa;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}

blockquote p {
	display:inline;
}

#rightCol ul {
	padding:0;
	padding-top:5px;
	margin-left:6px;
}
#rightCol ul li {
	padding:0;
	list-style: disc;
	padding-bottom:10px;
	margin-left:10px;
}

#rightCol ol {
	padding:0;
	padding-top:5px;
	margin-left:6px;
}
#rightCol ol li {
	padding:0;
	list-style: decimal;
	padding-bottom:10px;
	margin-left:10px;
}
#rightCol img {
	margin:0px 10px;
	border:1px solid #888;
}
input, textarea, submit {
	padding: 7px 0 5px 4px;
	font-size: 13px;
	border:#ccc 1px solid;
}
.inputMedium{
	width:200px;
}
.inputSmall{
	width:50px;
}
.inputLarge{
	width:350px;
	
}
.formTxt {
	margin-top:5px;
	font-weight:500;
	color:#606060;
}
