@charset "UTF-8";
body {
	font: 94% "Century Gothic", Georgia, Helvetica, Tahoma;
	background: #1B1B1B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #222222;
}
h1, h2, h3 {
	text-shadow: 1px 1px 2px #333;
}
h1 {
	font-size:28px;
	line-height:22px;
	text-align:left;
}
h2 {
	font-size:24px;
	color: #EC2426;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:50px;
	text-align:left;
	text-transform: uppercase;
}
h3 {
	font-size:20px;
	line-height:40px;
}
h4 {
	font-size:14px;
	text-align:center;
	line-height:30px;
	margin: 0 auto 15px;
	text-align:center;
	background: url(../images/gradient.jpg) repeat-x center center;
	background: -moz-linear-gradient(top, #f9f9f9, #f6f6f6 50%, #e9e9e9 51%, #e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(.5, #f6f6f6), color-stop(.5, #e9e9e9), to(#e3e3e3));
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
	box-shadow: 1px 1px 3px #292929;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	text-shadow: 2px 2px 1px white;
}
h5 {
	font-size:18px;
	color:#FFF;
	padding: 15px 0 5px;
}
h6 {
	font-size:16px;
	font-weight:800;
	line-height:30px;
	padding:10px 0;
}
p {
	margin:10px 0;
}
a {
	text-decoration:none;
	color:#222;
}
a:hover {
	color:#A7C322;
}
u {
	text-decoration:none;
	font-style:italic;
	font-weight:600;
}
img {
	border:none;
}

#top {
	background: url(../images/topbg.jpg) center repeat-y;
	position:absolute;
	width:100%;
	min-width:1024px;
	height:80px;
	left:0px;
	top:0px;
	z-index:3;
}
#container {
	background: url(../images/mainbg.jpg) center repeat-y;
	position:absolute;
	border: none;
	width:100%;
	min-width:1024px;
	text-align: left;
	top: 80px;
	overflow: hidden;
	left: 0px;
	z-index: 5;
	height: 470px;
}
#whitecontainer {
	background: url(../images/mainbodybg.jpg) center repeat-y;
	position:absolute;
	left:0px;
	z-index:4;
	border: none;
	width: 100%;
	min-width:1024px;
	top:550px;
}
#mainContent {
	width:1024px;
	margin: 0 auto;
	padding: 0;
}
#texto {
	width:790px;
	float:right;
	text-align:left;
	padding:10px 18px 20px 0;
	margin: 0;
	clear: both;
}
#texto img{
	margin:5px 25px 15px 10px;
	width:auto;
	float:left;
	-moz-box-shadow: 1px 1px 5px #292929;
	-webkit-box-shadow: 1px 1px 5px #292929;
	box-shadow: 1px 1px 5px #292929;
}
#sidebar {
	width:180px;
	float:left;
	padding:0;
	text-align: center;
	height: 350px;
}
#sidebar img{
	width:auto;
	margin: 30px auto;
}
.clear {
	clear:both;
}
.clearlong {
	height:20px;
	clear:both;
}
.strong {
	font-weight:800;
}
.link {
	text-align:right;
	font-size:11px; 
}
.hr {
	height:1px;
	color:#DDD;
	margin: 10px 0 15px;
}
.half{
	width:360px;
	float:left;
	margin: 0 5px 15px;
	padding:0 10px;
}
.third{
	width:33%;
	float:left;
	margin: 0;
	padding:0 0 20px 0;
}
.fourth{
	width:165px;
	float:left;
	margin: 0;
	padding:15px;
}
.twothirds{
	width:66%;
	float:left;
	margin: 0;
	padding:0 0 20px 0;
}
.li {
	list-style-image:url(../images/li.png);
	list-style-position:inside;
	padding: 2px 0 0 0;
	margin: 0;
}
.lil {
	list-style-image:url(../images/lil.png);
	list-style-position:inside;
	padding: 2px 0 0 0;
	margin: 0;
}
.indent {
	margin: 0 0 0 50px;
}
.small {
	font-size:90%;
}

/************ Menu **************/
#mg {
	height:50px;
	text-align:right;
	padding: 5px 10px 0 0;
}
#mg h1{
	font-size:22px;
	color:#222;
	line-height:22px;
	padding-bottom: 8px;
	text-align:right;
}
#menu {
	font-size:14px;
	text-align:left;
	height: 55px;
	line-height:60px;
	color: #333;
	margin: -30px 0 0 225px;
	overflow:hidden;
}
#menu ul, #menu ul li{
	list-style:none;
	display:inline;
	padding: 0;
}
#menu li a{
	color:#333;
	padding: 15px 20px 25px;
}
#menu li a:hover{
	color:#FFF;
	background-color:#A7C322;
}

/*********** Footer **********/
#footer {
	text-align:center;
	height:160px;
	color:#AAA;
	padding:20px;
	margin: 0;
	background-color: #1B1B1B;
}
#textofooter {
	width:790px;
	float:right;
	text-align:center;
	padding:0 18px 18px 220px;
	margin: 0;
}
#textofooter .hr{
	height:1px;
	color:#333;
	margin: 10px 0;
}
#textofooter ul, #textofooter ul li{
	list-style:none;
	display:inline;
	padding: 0 20px;
	margin: 15px 0;
}
#textofooter a{
	color:#666;
}
#textofooter a:hover{
	color:#A7C322;
}
#col {
	width:150px;
	float: left;
	margin: 0;
	padding: 0 15px;
}
.copy {
	font-size:9px;
	text-align:left;
	width:420px;
	float:right;
}
.onemkt {
	font-size:9px;
	text-align:right;
	width:400px;
	float:right;
}
.onemkt a{
	color:#666;
}
.onemkt a:hover{
	color:#F30;
}


/*//////// slideshow //////////*/

#rotator {
	border: none;
	height:400px;
	min-width:2000px;
	padding: 0;
	float: left;
	margin: -351px 0 0 198px;
	background:url(../images/bannerbg.jpg) repeat-x left top;
}
#slideshow {
	width: 825px;
	margin: 0;
	height:400px;
	border: 0;
	padding:0;
	color:#FFF;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top:1px;/*	height: 1%;  IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 825px;
	height:350px;
	padding: 0px;
}
#slideshow .slides ul {
	width: 4600px;
}
#slideshow .slides li {
	width: 825px;
	float: left;
	padding: 0px;
}
#slideshow .slides li img {
	width: 825px;
	height:350px;
	float:left;
	border: none;
}
#slideshow .slides h2 {
	margin-top: 0;
}
#slideshow .slides h4 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 20px;
}

/* SLIDESHOW NAVIGATION */

#slideshow .slides-nav {
	background: none;
	border: 0;
	margin:10px 0;
	z-index:1000;
	float:right;
}
#slideshow .slides-nav li {
	float: left;
	width: 20px;
	height:10px;
	margin:5px 10px 20px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#slideshow .slides-nav li a {
	display: block;
	padding:10px;
	outline: none;
	background-color: #A7C322;
	-moz-box-shadow: 1px 1px 3px #292929;
	-webkit-box-shadow: 1px 1px 3px #292929;
	box-shadow: 1px 1px 3px #292929;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#slideshow .slides-nav li a:hover {
	background-color: #EE3825;
}
.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {
	background-color: #333;
}
.js #slideshow .slides-nav li.on a {
	position: relative;
	top: 0px;
}


/**************    SLIDER *************/
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

#slider {
	margin:0;
	padding:0;
	float:left;
	clear:both;
}
#sliderthumb {
	width:200px;
	background:#FFF;
	padding:0;
	float:left;
	margin: 0 15px;
	height: 190px;
}
#sliderthumb img{
	width:100%;
	margin:0;
	padding:0;
}
.coda-slider-wrapper {
	padding: 20px 0;
	width:800px
}
.coda-slider {
	background: none
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height: 240px;
	overflow: auto !important;
	padding-right: 0
}
/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 790px
}
/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 700px;
	margin:5px 0
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0
}
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
	background: #333;
	color:#fff;
	padding: 10px;
	font-size:10px;
	margin-top:100px;
}
.coda-nav-left a:hover, .coda-nav-right a:hover {
	background: #A7C322;
	color:#FFF;
}

/* Tab nav */
	.coda-nav ul li a.current {
	background: #39c
}
/* Panel padding */
	.coda-slider .panel-wrapper {
	padding: 5px;
}
/* Preloader */
	.coda-slider p.loading {
	padding: 20px;
	text-align: center
}
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden
}
.coda-nav ul li {
	display: inline
}
.coda-nav ul li a {
	background: #000;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 3px 6px;
	text-decoration: none
}
/* Miscellaneous */
	.coda-slider-wrapper {
	clear: both;
	overflow: auto
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}
.coda-slider .panel {
	display: block;
	float: left;
	height: 210px;
}
.coda-slider .panel-container {
	position: relative
}
.coda-nav-left, .coda-nav-right {
	float: left
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
}


/*------------Contact Form --------  */

#contact p, label, legend {
	font: 1em;
}
#contact hr {
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border: 0;
	border-style: none;
}
#contact {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px #FFF solid;
	background-color: #fff;
}
/* Form style */

#contact label {
	display: inline-block;
	float: left;
	height: 15px;
	line-height: 30px;
	font-size:12px;
	width:150px;
}
#contact input, textarea, select {
	width: 180px;
	padding: 4px;
	color: #666;
	background: #EEE;
	border: 1px #DDD solid;
	margin: 2px 0;
	webkit-border-radius:5px;
}
#contact input:focus, textarea:focus, select:focus {
	border: 1px #DDD solid;
	background-color: #EEE;
	color:#333;
}
#contact input.submit {
	width: 80px;
	cursor: pointer;
	border:1px #FFF solid;
	background:#A7C322;
	color:#fff;
}
#contact input.submit:hover {
	background:#333;
}
#contact input[type="submit"][disabled] {
	background:#888;
}
#contact fieldset {
	padding:5px;
	border:1px #FFF solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#contact legend {
	color:#000;
	font-size:12px;
	border:1px #FFF solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:0 !important;
	margin-bottom:20px;
}
#contact span.required {
	font-size: 11px;
	color: #ff0000;
} 
#message {
	margin: 0;
	padding: 0;
}
.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #f9f9f9 url('../images/error.gif') no-repeat 10px center;
	padding: 5px 0 5px 40px;
	color:#F00;
	border:none;
	-webkit-border-radius:5px;
	margin-bottom:10px;
}
#texto .loader {
	padding: 0 10px;
	margin:0; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	box-shadow:none;
}
#contact #success_page h1 {
	background: url('../images/success.gif') left no-repeat;
	padding-left:10px;
}
acronym {
	border-bottom:1px #999 dotted;
}
