* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
body {
	background-color: #444;
}
img, a img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#nav {
	height: 41px;
	overflow: hidden;
	zoom: 1;
}
.p1 #nav {
	background: url('../gfx/nav/np1.gif') bottom no-repeat;
}
.p2 #nav {
	background: url('../gfx/nav/np2.gif') bottom no-repeat;
}
.p3 #nav {
	background: url('../gfx/nav/np3.gif') bottom no-repeat;
}
.p4 #nav {
	background: url('../gfx/nav/np4.gif') bottom no-repeat;
}
.p5 #nav {
	background: url('../gfx/nav/np5.gif') bottom no-repeat;
}
#nav li {
	float: left;
	width: 196px;
}
#nav li#n6 {
	float: right;
	width: 60px;
}
#nav li#n7 {
	float: right;
	width: 130px;
}
#nav li a {
	display: block;
	height: 21px;
	text-indent: -999em;
}
#n1 {
	background: url('../gfx/nav/n1.gif');
}
#n2 {
	background: url('../gfx/nav/n2.gif');
}
#n3 {
	background: url('../gfx/nav/n3.gif');
}
#n4 {
	background: url('../gfx/nav/n4.gif');
}
#n5 {
	background: url('../gfx/nav/n5.gif');
}
#n1, #n2, #n3, #n4, #n5 {
	background-position: center top;
	background-repeat: no-repeat;
}
#n1:hover, #n2:hover, #n3:hover, #n4:hover, #n5:hover {
	background-position: center bottom;
}

#main {
	overflow: hidden;
	zoom: 1;
	padding-bottom: 5%;
}
.p1 #main {
	background-color: #8b8b88;
}
.p2 #main {
	background-color: #4b4b48;
}
.p3 #main {
	background-color: #6b6b68;
}
.p4 #main {
	background-color: #8b8b88;
}
.p5 #main {
	background-color: #ababa8;
}

#copy {
	overflow: hidden;
	zoom: 1;
	padding: 5% 0 5% 50px;
	line-height: 1.3em;
}
.p1 #copy {
	color: #333;
}
.p2 #copy {
	color: #dedede;
}
.p3 #copy {
	color: #fff;
}
.p4 #copy {
	color: #333;
}
.p5 #copy {
	color: #333;
}

.mycol {
	width: 400px;
	float: left;
	margin-right: 40px;
}
.triplecol#copy {
	margin-right: 0;
}
.triplecol .mycol {
	width: 246px;
	margin-right: 20px;
}
.triplecol .mycol#centercol {
	width: 340px;
	margin-left: 10px;
	margin-right: 30px;
}

#subnav {
	width: 600px;
	overflow: hidden;
	zoom: 1;
	padding: 3%;
	margin: 0 auto;
}
#subnav li {
	font-size: 15px;
	float: left;
	margin-right: 24px;
}
#subnav a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px;
}
#subnav li.connectnav a {
	padding-left: 0;
}
#visual {
	width: 100%;
	height: 360px;
}
.p3 #visual, .p5 #visual {
	margin-top: 5%;
}
#footer {
	display: block;
	overflow: hidden;
	zoom: 1;
}
#footer a {
	float: right;
	text-indent: -999em;
	display: block;
	height: 20px;
	width: 130px;
	margin-right: 30px;
}
.p1 #footer {
	background: url('../gfx/nav/nf1.gif') center no-repeat;
}
.p2 #footer {
	background: url('../gfx/nav/nf2.gif') center no-repeat;
}
.p3 #footer {
	background: url('../gfx/nav/nf3.gif') center no-repeat;
}
.p4 #footer {
	background: url('../gfx/nav/nf4.gif') center no-repeat;
}
.p5 #footer {
	background: url('../gfx/nav/nf5.gif') center no-repeat;
}


/* General styles
------------------------------- */
h1 {
	font-size: 1.2em;
	margin: 20px 20px 2px;
}
.p4 h1 {
	margin: 0 0 8px;
}

h2 {
	border-top: 1px dotted #ccc;
	padding: 5px 0;
	font-size: 1.1em;
	margin: 8px 4px 8px 0;
}
a {
	font-size: 1em;
	color: #fff;
}
a:hover {
	color: #ddd;
}


p {
	margin: 0 20px 15px;
}
#copy ul {
	margin: 0 20px 15px;
}

/*
PAGINAS
--- */
#logo {
	width: 800px;
	margin: 0 auto;
}


#zoom {
	overflow: hidden;
	zoom: 1;
	padding: 5px 0 10px;
}
#zoomer a strong {
	display: block;
}
#zoomer a.wrapper {
	padding: 20px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	background: #989896;
	text-decoration: none;
	color: #333;
}
#zoomer img.thumbnail {
	float: left;
	margin-right: 10px;
}
#zoomer a.wrapper:hover {
	background: #fff;
}
.datum {
	display: block;
	font-size: 9px;
	color: #444;
}
.description {
	color: #333;
}


/* slideshow 
				---------------------------------------------- */
/*** set the width and height to match your images **/
#visual {
	position: relative;
	height: 390px;
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: .0;
	border: 0 !important;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}

.bx-clone {
	display: none;
}

/* Form styles
------------------------------- */
table {
	border: 0;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}

.p4 #copy td {
	padding-bottom: 8px;
}
.p4 th {
	font-weight: normal;
}

.p5 td {
	font-size: 9px;
	color: #333;
}
input, textarea {
	font-size: 9px;
	color: #333;
	background-color: #ccc;
	border: 1px solid #999;
}
.btn {
	display: block;
	float: left;
	padding: 2px;
	margin-right: 2px;
}
.bt_send {
	background: #666;
	color: #fff;
}
.bt_reset {
	color: #6;
}

.btn:hover {
	-moz-opacity: .50;
	opacity: .50;
	filter: alpha(opacity=50);
}


/*
  extras*/

.trigger2 {
	color: #333;
}


.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	cursor: pointer;
	opacity: .9;
}

.slideshow2 {
	position: relative;
}

.slick-prev, .slick-next {
	position: absolute;
	z-index: 1;
	top: 48%;
	border: 0;
	outline: none;
	background-color: transparent;
	font-size: 0;
}

.slick-next {
	right: 10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
}

.slick-prev {
	left: 10px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #fff;
}


.slick-prev {
	left: 10px;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -35px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color:#222;
	border-radius: 10px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button
{
    border: 2px solid #ccc;
}
