body {
	background:#000; 
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
}

html { 
	min-height: 100%;
	margin-bottom: 1px; 
}

#container {
	width:768px; 
	margin:0px auto;
}

/* estilos HEADER */

#header {
	float:left;
	width:768px;
	background:url(../images/header-bg.jpg) repeat-x;
	border-bottom:solid 2px #384c0c;
	position: relative;
}

#header .logo {
	float:left;
	width:235px;
}

#header .links {
	float:right;
	width:498px;
	padding-right:15px;
}

#header .links .menu {
	margin:0;
	padding:25px 0 0 10px;
	color:#fff;
}

#header .links .menu .menulink {
	display:inline;
	list-style-type:none;
	position:relative;
	z-index: 2;
}

#header .links .menu .menulink span {
	font-size:9px;
	color:#86b81f;
}

#header .links .menu .menulink a {
	font-size:9px;
	color:#fff;
	text-decoration:none;
	
	padding-bottom:5px;
}

#header .links .menu .menulink a:hover {
	color:#86b81f;
}

#header .links .menu .menulink ul {
	display:none;
	position:absolute;
	background:url(../images/drop_back_horiz.jpg) repeat-x;
	width:470px;
	height:50px;
	text-align:center;
	top:15px;
	left:-110px;

	*left:-150px;
	padding-top: 3px;

	*margin-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	z-index: 1;
}

#header .links .menu .menulink .submenu2 {
	left:-214px;
	*left:-254px;
}

#header .links .menu .menulink ul li {
	display:inline;
	
}

#header .links .menu .menulink ul li a {
	font-size:12px;
	color:#FFFF99;
}

#header .links .menu .menulink:hover ul {
	display:block;
}

#header .links .btnSchedule {
	display:block;
	width:137px;
	height:22px;
	padding-top:4px;
	text-align:center;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:url(../images/btn-schedule.jpg);
	float:right;
	margin:15px 0 0 0;
}

#header .links .btnSchedule:hover {
	color:#FFFF99;
}

#header .links .btnSchedulePress {
	display:block;
	width:137px;
	height:22px;
	padding-top:4px;
	text-align:center;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:url(../images/btn-schedule.jpg);
	float:right;
	margin:15px 0 0 0;
	text-decoration:underline;
}


/* estilos BODY */

#main {
	width:768px;
	float:left;
}

#main .welcome {
	/*background:url(../images/heading-home.jpg) no-repeat; 
	padding-top:270px;*/
}

#main .welcome p {
	margin:0 0 15px 0;
	color:#fff;
	padding:0 10px;
}

#main .boxesHome {
	width:760px;
	float:left;
	padding-left:8px;
}

#main .boxesHome .box {
	width:249px;
	float:left;
	padding-right:2px;
}

#main .boxesHome .box .title {
	background:url(../images/back_title.gif) no-repeat;
	padding:8px 0 0 50px;
	display:block;
	height:21px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

#main .boxesHome .box .title:hover {
	color:#86b81f;
}

#main .headingSection {
	padding:15px 0 15px 5px;
}

#main .contentSection {
	background:url(../images/section_bottom.gif) no-repeat bottom #152e0f;
	padding-bottom:20px;
	float:left;
	width:748px;
	margin-left:5px;
}

#main .contentSection h1 {
	background:url(../images/section_title.gif) no-repeat top;
	padding:5px 0 0 20px;
	height:47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CEEC91;
	margin:0;
}

#main .contentSection p {
	margin:0 0 15px 0;
	color:#fff;
}

#main .contentSection .blockline {
	border-bottom:solid 1px #364821;
	margin:0 20px 15px 20px;
}

#main .contentSection .block {
	margin:0 20px;
}

#main h2 {
	font-size:18px;
	margin:0 0 10px 0;
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
}

#main .firma {
	display:block;
	font-weight:bold;
	font-style:italic;
}

.form {
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	padding-top:15px;
	width:708px;
	float:left;
}

.form .fields {
	border-bottom:solid 1px #364821;
	margin-bottom:10px;
	float:left;
	width:708px;
	padding-bottom:15px;
}

.form .fields label {
	float:left;
	width:270px;
	text-align:right;
	display:block;
	margin-top:5px;
}

.fields input {
	float:left;
	border:solid 1px #666;
	padding:4px;
	width:300px;
	margin:0 0 10px 10px;
}

.form .fields .checkbox {
	float:left;
	width:300px;
	margin-top:5px;
}

.form .fields .checkbox .row {
	float:left;
	width:300px;
	margin-bottom:5px;
}

.form .fields .checkbox label {
	text-align:left;
	margin:2px 0 0 10px;
	float:left;
	width:250px;
}

.form .fields .checkbox input {
	width:15px;
	border:none;
	float:left;
}

.form .buttonform {
	float:left;
	width:708px;
}

.form .btnsend {
	margin:0 auto;
	width:106px;
	display:block;
}

.contactInfo {
	border-bottom:solid 1px #364821;
	margin-bottom:15px;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-bottom:15px;
}

.contactInfo a {
	text-decoration:none;
	color:#CEEC91;
}

.contactInfo a:hover {
	color:#a6bd77;
}

#main .contentSection img {
	border:none;
}

#main .contentSection .picture {
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

#main .contentSection .pictureRight {
	float:right;
	margin-bottom:30px;
}

#main .contentSection .contentGallery {
	float:left;
	width:708px;
}

#main .contentSection a {
	color:#ffffff;
}

#main .contentSection a:hover {
	color:#ffffff;
    text-style:bold;
}

#main .contentSection a:visited {
	color:#ffffff;
}

/* estilos FOOTER */

#footer {
	clear:both;
}

#footer .links {
	text-align:center;
	padding:15px 0;
	color:#86b81f;
}

#footer .links a {
	text-decoration:none;
	color:#86b81f;
	font-size:10px;
	font-weight:bold;
	padding:0 10px;
}

#footer .links a:hover {
	color:#fff;
}

#footer .copy {
	background:url(../images/footer-bg.jpg) repeat-x;
	height:40px;
	padding:20px 15px 0 15px;
}

#footer .copy span {
	float:left;
	width:360px;
	color:#fff;
	font-size:11px;
	margin-top:7px;
}

#footer .copy a {
	float:right;
	width:300px;
	text-align:right;
	font-size:10px;
	padding:8px 40px 0 0;
	background:url(../images/bug_3.gif) no-repeat right;
	height:22px;
	font-weight:bold;
	text-decoration:none;
	color:#86b81f;
}

#footer .copy a:hover {
	color:#fff;
}
.video {
	color:#CEEC91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.video:hover   {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#content .links {
	text-align:center;
	padding:15px 0;
	color:#86b81f;
}

#content .links a {
	text-decoration:none;
	color:#86b81f;
	font-size:10px;
	font-weight:bold;
	padding:0 10px;
}

#content .links a:hover {
	color:#fff;
}

