html {height: 100%;}
body{
	margin:0;
	font-family:Arial;
	font-size:12px;
	color:#3f280d;
	background:#ffffff;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	/* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none;
    position: relative;
    min-height: 100%;
    padding: 0 0 313px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link{color:#e76112;text-decoration:none;}
a:active{color:#e76112;text-decoration:none;}
a:visited{color:#e76112;text-decoration:none;}
a:hover{color:#e76112;text-decoration:underline;}

/* ////////////////////////// Comienzo Cabezal ////////////////////////// */

div.cabezal{
	background:#f19300;
	width:100%;
	height:auto;
	clear:both;
	position: relative;
	z-index: 10;
}

div.menu_bg{
	background:url(../img/img_presentacion/menu_bg.png) no-repeat;
	margin:235px 0 0 50%;
	height:50px;
	width:50%;
	position:absolute;
	z-index:11;
}

div.cabezal_cont{
	width:960px;
	margin:0 auto;
	height:340px;
	position: relative;
	z-index: 13;
}

div.logo{
	background:url(../img/img_presentacion/logo.png) no-repeat;
	float:left;
	width:382px;
	height:105px;
	margin: 80px 50px 0;
}

a.logo_a:link{display:block;width:100%;height:100%;}
a.logo_a:active{display:block;width:100%;height:100%;}
a.logo_a:visited{display:block;width:100%;height:100%;}
a.logo_a:hover{display:block;width:100%;height:100%;}

ul.menu{
	padding: 3px 0 3px 3px;
	margin: 50px 0 0;
	list-style: none;
	background: url(../img/img_presentacion/menu.png) no-repeat;
	width: 849px;
	height: 44px;
	float: right;
	clear: both;
}

li.menu_item{
	color:#ffffff;
	float:left;
	line-height:44px;
	font-size:14px;
	height:44px;
}

li.menu_item:hover{
	background:rgba(241,147,0,0.7);
}

li.menu_item:hover ul.submenu{
	display:block;
}

li.menu_item_active{
	color:#ffffff;
	float:left;
	line-height:44px;
	font-size:14px;
	background:rgba(241,147,0,0.7);
	height:44px;
}

li.menu_item_active:hover ul.submenu{
	display:block;
}

div.menu_item_cont{
	padding:0 15px;
	cursor:default;
}

a.menu_item_a:link{color:#ffffff;display:block;text-decoration:none;width:100%;height:100%;padding:0 15px;}
a.menu_item_a:active{color:#ffffff;display:block;text-decoration:none;width:100%;height:100%;padding:0 15px;}
a.menu_item_a:visited{color:#ffffff;display:block;text-decoration:none;width:100%;height:100%;padding:0 15px;}
a.menu_item_a:hover{color:#ffffff;display:block;text-decoration:none;width:100%;height:100%;padding:0 15px;}

ul.submenu{
	display: none;
	padding: 0;
	margin: 0 0 0 -15px;
	width: 202px;
	list-style: none;
	border: 3px solid #B4B3B5;
	border-top: 0;
	background: #db643b;
	overflow:hidden;
}

li.submenu_item{
	clear:both;
	color:#ffffff;
	float:left;
	line-height:33px;
	font-size:14px;
	height:33px;
	width:100%;
	border-top: 3px solid #B4B3B5;
}

li.submenu_item:hover{
	background:rgba(241,147,0,0.7);
}

a.submenu_item_a:link{color:#ffffff;display:block;text-decoration:none;width:100%;height:100%;padding:0 15px;}
a.submenu_item_a:active{color:#ffffff;display:block;text-decoration:none;width:100%;height:100%;padding:0 15px;}
a.submenu_item_a:visited{color:#ffffff;display:block;text-decoration:none;width:100%;height:100%;padding:0 15px;}
a.submenu_item_a:hover{color:#ffffff;display:block;text-decoration:none;width:100%;height:100%;padding:0 15px;}

div.cabezal_sep{
	background:#ffffff;
	border-bottom:4px solid #e6511e;
	padding:0 0 9px;
}

/* ////////////////////////// Fin Cabezal ////////////////////////// */



/* ////////////////////////// Comienzo Cuerpo ////////////////////////// */

div.cuerpo{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:10px auto 0;
}

div.cuerpo_tit{
	color:#2c1a10;
	font-size:22px;
	margin:0 0 10px;
}

div.cuerpo_subtit{
	color:#e6511e;
	font-size:22px;
	margin:20px 0 10px;
	clear:both;
}

div.cuerpo_subtit2{
	color:#f19800;
	font-size:20px;
	margin:20px 0 10px;
	clear:both;
}

div.cuerpo_txt{
	color:#2c1a10;
	overflow:hidden;
	margin:0 0 10px;
	line-height:18px;
}

div.cuerpo_subtxt{
	color:#e6511e;
	overflow:hidden;
	margin:0 0 10px;
	line-height:18px;
}

div.cuerpo_img{
	float:left;
	margin:0 10px 10px 0;
	border:5px solid #FADEB2;
}

div.cuerpo_img2{
	float:left;
	margin:0 10px 10px 0;
	background:#ececed;
	border:5px solid #ececed;
}

div.carrusel_tit{
	color:#e6511e;
	font-size:22px;
	margin:20px 0 10px;
	clear:both;
}

label.contacto_lab{
	display:block;
	float:left;
	clear:both;
	overflow:hidden;
	width:200px;
	line-height:26px;
	margin:0 0 10px;
}

label.contacto_lab2{
	display:block;
	clear:both;
	overflow:hidden;
	width:200px;
	line-height:26px;
	margin:0 0 10px;
}

input[type="text"].contacto_input{
	background:#FEF4E5;
	border:1px solid #E6511E;
	padding:4px 5px;
	height:16px;
	line-height:16px;
	margin:0 0 10px;
	float:left;
	width:220px;
}

textarea.contacto_txt{
	background:#FEF4E5;
	border:1px solid #E6511E;
	padding:4px 5px;
	height:90px;
	line-height:16px;
	margin:0 0 10px;
	clear:both;
	float:left;
	width:420px;
	resize:none;
}

div.contacto_txt{
	float:left;
	clear:both;
	color:#E6511E;
	margin:0 0 10px;
	line-height:26px;
	width:372px;
}

input[type="submit"].contacto_btn{
	float:left;
	background:#E6511E;
	color:#ffffff;
	border:0;
	text-align:center;
	line-height:26px;
	height:26px;
	width:60px;
	cursor:pointer;
}

input[type="submit"].contacto_btn:hover{
	background:#F19300;
}

/* ////////////////////////// Fin Cuerpo ////////////////////////// */



/* ////////////////////////// Comienzo Footer ////////////////////////// */

div.footer{
	background:#e6511e;
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
    position: absolute;
    bottom: 0;
}

div.footer_info{
	color:#ffffff;
	text-align:center;
	width:960px;
	margin:30px auto;
	font-size:11px;
}

a.footer_a:link{color:#ffffff;}
a.footer_a:active{color:#ffffff;}
a.footer_a:visited{color:#ffffff;}
a.footer_a:hover{color:#ffffff;}

/* ////////////////////////// Fin Footer ////////////////////////// */



/* //////////////////// Comienzo Popup //////////////////// */

div.semform_overlay {
	background: rgba(0,0,0,0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

div.semform_popup {
	background: #ffffff;
	border: 2px solid #B7B7B7;
	position: fixed;
	padding: 10px 20px;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -150px;
	width: 300px;
	height: 70px;
}

div.semform_popup_tit {
	color: #014173;
	font-size: 16px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #B7B7B7;
	font-family: Arial;
}

div.semform_popup_close {
	float: right;
	background: url(../img/img_presentacion/semform_popup_close.png) no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

div.semform_popup_close:hover {
	background: url(../img/img_presentacion/semform_popup_close_hov.png) no-repeat;
}

div.semform_popup_txt {
	overflow: hidden;
	clear: both;
	font-size: 12px;
	color: #727176;
	font-family: Arial;
}

/* //////////////////// Fin Popup //////////////////// */



/* //////////////////// Comienzo Slide //////////////////// */

/* The slider */
.iviewSlider {
	overflow: hidden;
}

/* The timer in the Slider */
#iview-timer {
	position: absolute;
	z-index: 100;
	border-radius: 5px;
	cursor: pointer;
}

#iview-timer div {
	border-radius: 3px;
}

/* The Preloader in the Slider */
#iview-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	padding: 1px;
	width: 100px;
	height: 3px;
}
#iview-preloader div {
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 3px;
	background: #000;
	width: 0px;
}

/* The strips and boxes in the Slider */
.iview-strip {
	display:block;
	position:absolute;
	z-index:5;
	width:960px!important;
	height:340px!important;
	background-size:auto 100%!important;
	background-position:center center!important;
}
.iview-block {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
	position:absolute;
	top:7px;
	z-index:9;
	cursor:pointer;
}
.iview-prevNav {
	left:0px;
}
.iview-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
	/*position:absolute;*/
	z-index:9;
	position:relative;
}
.iview-controlNav a {
	z-index:9;
	cursor:pointer;
}
.iview-controlNav a.active {
	font-weight:bold;
}
.iview-controlNav .iview-items ul {
	list-style: none;
	padding:0;
	margin:0;
	float:right;
}
.iview-controlNav .iview-items ul li {
	display: inline;
	position: relative;
}
.iview-controlNav .iview-tooltip {
	position: absolute;
}

/* The captions in the Slider */
.iview-caption {
	/*position:absolute;*/
	z-index:4;
	overflow: hidden;
	cursor: default;
}

/* The video show in the Slider */
.iview-video-show {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.iview-video-show .iview-video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.iview-video-show .iview-video-container a.iview-video-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #222;
	color: #FFF;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 29px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
	background: #444;
}

#iview {
	display: block;
	max-width:960px;
	min-width:300px;
	position:absolute;
	z-index:12;
	left:50%;
	margin:0 0 0 -480px;
	overflow:hidden;
}

#iview .iviewSlider {
	display:block;
	width:960px;
	height:340px;
	overflow:hidden;
	border-radius:0;
	background-size:auto 100%!important;
	background-position:center center!important;
}

#iview .iview-controlNav {
	opacity:1!important;
	width:960px;
	margin:-30px auto 0;
}

#iview .iview-controlNav a.iview-control {
	padding:0px;
	float:left;
	width:20px;
	height:20px;
	background:url(../img/img_presentacion/bullets.png) no-repeat 0px 0px;
	line-height:20px;
	margin-left:7px;
	text-align:center;
	font-size:11px;
}

#iview .iview-controlNav a.iview-control.active {
	background-position:0px -20px;
}

#iview div.iview-directionNav {
	z-index:2000;
	height:55px;
	width:960px;
	opacity:1!important;
	margin: -55px auto 0;
	position: relative;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width:40px;
	height:40px;
	background-image: url(../img/img_presentacion/bg_direction_nav.png);
	text-indent: -9999px;
	opacity:0.8;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: 0;
	background-position:40px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: 0;
	background-position:0px 0px
}

#iview div.iview-directionNav a.iview-nextNav:hover {
	opacity:1;
}

#iview div.iview-directionNav a.iview-prevNav:hover {
	opacity:1;
}

.iview-caption {
	padding:0;
	width:960px!important;
	height:100%!important;
	margin:0 auto;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
	display:none!important;
}

div.cap_tit{
	background:#1E1E1E;
	padding:5px 12px;
	text-align:right;
	width:auto;
	float:left;
	clear:both;
	margin:230px 0 0;
	font-size:18px;
}

div.cap_txt{
	background:rgba(255,255,255,0.6);
	padding:8px 12px;
	width:400px;
	float:left;
	clear:both;
	margin:0;
	color:#000000;
	font-size:11px;
}

/* //////////////////// Fin Slide //////////////////// */
