html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100.1%;
}
body {
	background: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	color: #757575;
	line-height: 1.4em;
	padding-bottom: 20px;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a img {
	border: none;
}
* {
	outline: none;
}
.clear {
	clear: both; height: 0; line-height: 0; font-size: 0;
}
P {
	margin: 0;
	padding: 5px 0 5px 0;
}

H1 {
	margin: 0;
	padding: 10px 0 10px 0; 
}
H1, H1 a {
	font: 23px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
H1 SPAN {
	font-size: 14px;
}
H1.extra {
	color: #c00;
}

H2 {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0; 
}
H2, H2 a {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	text-decoration: none;
}
H2 SPAN {
	font-size: 10px;
}

.cursor H2 {
	background: url(/images/cursor2.png) no-repeat left bottom;
	padding: 0 0 5px 18px;
	margin: 10px 0 20px 0;
}

hr {
	border: none;
	background: url(/images/hr.gif) repeat-x left center;
	margin: 20px 0;
}

ul {
	padding: 0 0 20px 10px;
	margin: 0;
	list-style-type: none;
}
li {
	padding: 0 0 0 10px;
	background: url(/images/li.gif) no-repeat 0px 8px;
}
.wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -370px;
	width: 740px;
	text-align: left;
}

.content {
	position: absolute;
	left: 180px;
	top: 88px;
	width: 560px;
	padding-bottom: 20px;
}

#logo {
	position: absolute;
	left: 0;
	top: 34px;
	width: 166px;
	height: 88px;
}

.col1,.col2,.col3, .col-2-1, .col-2-2 {
	float: left;
	width: 31%;
	padding-left: 0px;
	padding-right: 2%;
	margin: 0;
}
.col1 {
	left: 0px;
}
.col2 {
	left: 33%;
}
.col3 {
	left: 66%;
}

.col-2-1 {
	left: 0px;
	width: 48%;
	padding-right: 1%;
}
.col-2-2 {
	left: 50%;
	width: 48%;
	padding-left: 1%;
}


ul#menu {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 166px;
}
ul#menu, ul#menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#menu li {
	background: none;
}
ul#menu li a {
	display: block;
	height: 34px;
	padding-right: 5px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding: 0 0 1px 0;
}
ul#menu li a:hover {
	color: #b8b8b8;
	padding: 1px 0 0 1px;
}
#menu li a.act {
	color: #b8b8b8;
	padding: 1px 0 0 1px;
}
div#tabs div {
	display: none;
}

.needed-label {
	color: #C11;
}
.needed-label:before {
    content: "* ";
	color: #C11;
}
.needed {
	background-color: #f8f8f8;
	border-right-color: #F8A447;
	border-bottom-color: #F8A447;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FA9245;
	border-left-color: #FF8040;
	
	border: #C11 1px solid;
}

#contactform
{
	margin: 0;
	padding:0;
}
#contactform label
{
	display: block;
	float: left;
	width: 100px;
}
#contactform textarea
{
	width:250px;
}
#contactform input
{
	border: none;
	border: #3d3d3d 1px solid;
	width: 250px;
}
.error {
	color: #c00;
}
IMG.smink {
	margin-bottom: 5px;
}

.galeria-lista h1 {
	margin-top: 20px;
}



#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
/*	background-color: #fff;*/
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #fff;
}
#lightbox-container-image-data #lightbox-image-details { 
	padding-top: 5px; 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
}
UL.logos LI {
	margin: 10px 0;
	background-position: left center;
}

.footer {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: #ccc 1px solid;
	font-size: 11px;
}
.footer a {
	color: #888;
}
