.BtnActivities {
	width: 218px;
	height: 100px;
	background-image:url(../images/secundaria/btn_video.png);
	background-position:top;
	float: left;
	margin: 3px 0 0;
	text-indent:-10000px;
}
.BtnActivities:hover {
	background-position:bottom;
}
/* Left & Right alignment */
.left {
	float: left;
}
.right {
	float: right;
}
.leftimg {
	float: left;
	padding: 0 10px 0 0
}
.rightimg {
	float: right;
	padding: 0 0 0 10px
}
.imgRight {
	width: 220px;
	float: right;
	padding: 0 0 0 25px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
/* Global properties ======================================================== */
.glob {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #f0f;
	line-height: 18px;
	min-width: 990px;
	min-height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* Global Structure ============================================================= */
.main {
	margin: 0px auto 0 auto;
	width: 980px;
	z-index: 2;
	height: 100%;
}
.page_spinner {
	position: fixed;
	background: url(../images/loader.gif) 50% 50% no-repeat #161616;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
#glob {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/* ============================= main layout ====================== */
a {
	color: #e84a3c;
	text-decoration: none;
	outline: none;
	font-size: 13px;
}
a:hover {
	text-decoration: underline
}
h1 {
	float: left;
	padding: 0 0 0 0px;
}
h2 {
	color: #F7941D;
	font-size: 20px;
	line-height: 22px;
	width: 90%;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 40px;
	text-align: right
}
h3 {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 4px;
}
p, .list {
	font-family: Arial, sans-serif;
	padding-bottom: 15px;
	font-size: 13px;
	color: #fff;
	line-height: 17px;
}
.list li {
	list-style: circle;
	margin: 0 0 0 15px
}
.undLineOff {
	text-decoration: none;
}
.textLowerCase {
	text-transform: lowercase
}
.textUpperCase {
	text-transform: uppercase
}
.center {
	padding: 0 0;
	width: 100%;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
#LinkBtn {
	background: #6B9D30;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	text-align: center;
	width: 200px;
	display: block;
}
:hover#LinkBtn {
	background: #F7941D;
}
/* ============================= header ====================== */
header {
	position: relative;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	z-index: 100000
}
#logo {
	text-indent: -9999px;
	background: url(../images/logo.png) 0 0 no-repeat;
	width: 255px;
	height: 120px;
	display: inline-block;
}
.headerHolder {
	position: absolute;
	top: 0;
	width: 100%;
	height: 120px;
	background: #161616;
	z-index: 1;
}
.menu {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: right;
	padding: 14px 0;
}
.menuHolder {
}
#menu {
	z-index: 3;
	position: relative;
}
#menu > li {
	float: left;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
#menu > li > a {
	color: #FFF;
	font-family: "Trebuchet MS";
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	line-height: 20px;
	position: relative;
	background-color: #6B9D30;
	padding: 5px 10px;
}
#menu > li > a:hover {
	text-decoration: none;
	background-color: #F7941D
}
#menu > li.active > a {
	text-decoration: none;
	background-color: #F7941D
}
.submenu_1 {
	position: absolute;
	background: url(../images/subPlane.png);
	z-index: 2;
	width: 98px;
	height: 102px;
	float: left;
	top: 36px;
	left: -10px;
}
.submenu_1 li {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}
.submenu_1 a {
	font-size: 12px;
	color: #fff;
	font-family: "Trebuchet MS";
	display: inline-block;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	margin-left: 10px;
}
.submenu_1 li:hover > a, .submenu_1 li.sfHover > a {
	text-decoration: none;
	color: #e84a3c
}
.submenu_2 {
	background: url(../images/subPlane.png);
	position: absolute;
	z-index: 3;
	width: 98px;
	height: 80px;
	top: -8px;
	left: 99px;
}
.submenu_2 li {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}
.submenu_2 a {
	font-size: 12px;
	color: #fff;
	font-family: "Trebuchet MS";
	display: inline-block;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
}
.submenu_2 li:hover > a, .submenu_2 li.sfHover > a {
	text-decoration: none;
	color: #e84a3c
}
.mOver {
	width: 190px;
	height: 0px;
	position: absolute;
	background: url(../images/menuOver.png);
	left: 0;
	bottom: 0;
	display: block;
}
.imgHolder {
	width: 130px;
	height: 397px;
	position: relative;
	overflow: hidden;
}
.extraHolder {
	background: #161616;
	width: 130px;
	height: 60px;
	position: relative;
	float: left;
}
/* ============================= content ====================== */
#content {
	position: relative;
	height: 446px;
	z-index: 1;
}
#content > ul {
	width: 100%;
	height: 446px;
}
#content > ul > li {
	width: 100%;
	display: block;
	position: absolute;
	overflow: hidden;
}
.box {
	height: 446px;
	width: 100%;
	margin: 0 auto;
	background: #161616;
}
.menuHolder {
	height: 49px;
	float: right;
	z-index: 1;
	display: inline-block;
}
.underline {
	text-decoration: underline;
}
.space1 {
	display: inline-block;
	width: 68px;
}
.space2 {
	display: inline-block;
	width: 52px;
}
.padTop1 {
	padding-top: 10px;
}
.padTop2 {
	padding-top: 16px;
}
.padRight1 {
	padding-right: 18px;
}
.padRight2 {
	padding-right: 25px;
}
.padRight3 {
	padding-right: 25px;
}
.padBot1 {
	padding-bottom: 25px;
}
.magRight1 {
	margin-right: 25px;
}
.magRight2 {
	margin-right: 10px;
}
.color1 {
	color: #fff;
}
.color2 {
	color: #e84a3c;
}
.color3 {
	color: #848484;
}
.fontSize1 {
	font-size: 10px;
}
.page1List {
	width: 100%;
}
.page1List > li {
	width: 100%;
	position: relative;
	float: left;
	height: 28px;
	border-bottom: 1px dotted #262626;
}
.page1List > li >a {
	width: 100%;
	height: 28px;
	display: block;
}
.page1List > .bordNone {
	border: none;
}
.listText1 {
	font-size: 13px;
	color: #e84a3c;
	display: inline-block;
	margin-top: 5px;
	position: relative;
	float: left;
	font-family: Arial;
}
.listText2 {
	font-size: 11px;
	color: #5f5f5f;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 6px;
}
.listMkr1 {
	background: url(../images/litsMarker1.png) 0 50% no-repeat;
	display: inline-block;
	width: 19px;
	height: 100%;
	position: relative;
	float: left;
	padding-right: 10px;
}
.link2 {
	font-size: 11px;
	font-family: Arial;
	margin: 35px 0 0 15px;
	position: relative;
	display: inline-block;
	text-decoration: underline;
}
.moreHolder {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.moreHolder >a {
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	color: #e84a3c;
}
.marker1 {
	background: url(../images/markerCirc.png) 0 0 no-repeat;
	display: inline-block;
	width: 55px;
	height: 55px;
	position: relative;
	float: left;
	margin-right: 10px;
	text-align: center;
}
.extraText1 {
	font-size: 23px;
	color: #fff;
	width: 100%;
	display: inline-block;
	margin-top: 12px;
}
.extraText2 {
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	line-height: 10px;
}
.closeButton {
	position: absolute;
	right: 0;
	top: 0;
}
#jcarousel_1 > ul > li {
	width: 210px;
	position: relative;
	height: 260px;
}
.btnHolder {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
}
.scrButn {
	position: relative;
	float: left;
	margin-right: 4px;
}
#backContent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#backContent > video {
	width: 120%;
	height: auto;
	top: 0;
	left: 0;
}
#backContent > img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#bgStretch {
	overflow: hidden;
	z-index: -1;
}
/* ============================= splash ====================== */
.splashHolder {
	position: relative;
	z-index: 2;
	width: 980px;
}
#splash {
	position: relative;
}
#splash > li {
	position: relative;
	float: left;
	margin: 0 5px;
}
.mText1 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
	position: relative;
	float: left;
	margin-left: 10px;
	color: #fff;
}
.mText2 {
	font-size: 20px;
	font-weight: 600;
	color: #e84a3c;
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.mText3 {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	float: right;
	margin: 24px 2px 0 2px;
	color: #fff;
}
.fontSize2 {
	font-size: 12px;
}
/* ============================= footer ====================== */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	height: 50px;
	background: #161616;
}
.topBtn {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.mainFooter {
	width: 980px;
	z-index: 2;
	height: 50px;
	margin: 0 auto;
}
.textPrivacy {
	font-size: 10px;
	color: #fff;
	position: relative;
	display: inline-block;
	font-family: "Trebuchet MS";
	line-height: 50px;
	padding: 0 0 0 25px
}
.privHold {
	font-size: 10px;
	color: #ededed;
	text-transform: uppercase;
	line-height: 1;
	top: 0;
	position: absolute;
	font-family: Arial;
}
.fontWeight1 {
	font-weight: 800;
}
.fontWeight2 {
	font-weight: 300;
}
.linksHolder {
	position: relative;
	float: right;
}
.linksHolder > ul >li {
	position: relative;
	float: left;
	color: #fff;
	font-size: 10px;
	padding-left: 12px;
}
.linksHolder > ul >li > a {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px
}
/*=======================Map=====================================*/
.google_map {
	margin: 0;
	width: 335px;
	height: 230px;
	background: #fff;
	border-radius: 0px;
}
/* ============================= forms ============================= */
#ContactForm {
	padding: 0;
}
#ContactForm .bg {
	padding: 0;
}
#ContactForm .wrapper {
	overflow: inherit;
	min-height: 40px;
}
#ContactForm .success {
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	float: left;
	color: white;
	width: 360px;
}
#ContactForm label {
	position: relative;
	display: inline-block;
	padding-bottom: 11px;
}
#ContactForm span {
	display: block
}
#ContactForm .error, #ContactForm .empty {
	font-size: 9px;
	color: #fff;
	line-height: 9px;
	display: none;
	width: 100%;
	top: 0px;
	position: relative;
	text-transform: uppercase;
}
#ContactForm a {
	position: relative;
	z-index: 1;
}
#ContactForm a:hover {
	text-decoration: none;
}
#ContactForm .input {
	width: 226px;
	padding: 5px 8px;
	color: #5F5F5F;
	outline: none;
	margin: 0;
	font-size: 13px;
	font-family: Arial;
	border: 1px solid #2b2b2b;
	background: transparent;
}
#ContactForm textarea {
	overflow: auto;
	margin: 0;
	width: 356px;
	height: 110px;
	background: transparent;
	padding: 5px 8px;
	color: #5F5F5F;
	resize: none;
	outline: none;
	font-size: 13px;
	font-family: Arial;
	border: 1px solid #2d2d2d;
}
#ContactForm .block {
	display: inline-block;
	position: relative;
}
.w2 {
	width: 560px;
}
.formBtn {
	display: inline-block;
	padding: 5px 5px 5px 5px;
	position: relative;
	text-transform: uppercase;
}
/* ============================= end forms ============================= */


a#Facebook {
	width: 148px;
	height: 50px;
	float: left;
	text-indent: -10000px;
	background-image: url(../images/facebook.jpg);
	background-position: top
}
a:hover#Facebook {
	background-position: bottom
}
