body{
	font-family:Arial;
	margin:0;
	padding:0;
	background:#eaeaea;
	color:#1f1f1f;
	font-size:12px;
	-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;
	cursor:default;
	width:100%;
	overflow-x:hidden;
}

a:link{color:#4a4a4a;text-decoration:none;}
a:active{color:#4a4a4a;text-decoration:none;}
a:visited{color:#4a4a4a;text-decoration:none;}
a:hover{color:#4a4a4a;text-decoration:underline;}

/* ////////////////////// Comienzo Cabezal ////////////////////// */

div.cabezal{
	clear:both;
	overflow:hidden;
	height:500px;
	width:100%;
	position:relative;
}

div.cab_sup{
	width:960px;
	margin:0 0 0 -480px;
	left:50%;
	height:204px;
	clear:both;
	position:absolute;
	z-index:1000;
}

div.cab_cont{
	float:left;
	background:rgba(255,255,255,0.7);
	padding:20px;
}

div.logo{
	background:url(../img/img_presentacion/logo.png) no-repeat;
	width:377px;
	height:164px;
	overflow:hidden;
	clear:both;
}

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%;}

div.cab_subcont{
	background:rgba(255,255,255,0.8);
	position:absolute;
	left:60%;
	width:100%;
	margin:40px 0 0 -62px;
}

ul.cab_men{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}

li.cabmen_item_act{
	float:left;
	background:#b5202b;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

li.cabmen_item{
	float:left;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

li.cabmen_item:hover{
	background:#b5202b;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

a.cabmen_item_a:link{display:block;text-decoration:none;color:#1d1d1d;padding:0 25px;}
a.cabmen_item_a:active{display:block;text-decoration:none;color:#1d1d1d;padding:0 25px;}
a.cabmen_item_a:visited{display:block;text-decoration:none;color:#1d1d1d;padding:0 25px;}
a.cabmen_item_a:hover{display:block;text-decoration:none;color:#ffffff;padding:0 25px;}

a.cabmen_item_act_a:link{display:block;text-decoration:none;color:#ffffff;padding:0 25px;}
a.cabmen_item_act_a:active{display:block;text-decoration:none;color:#ffffff;padding:0 25px;}
a.cabmen_item_act_a:visited{display:block;text-decoration:none;color:#ffffff;padding:0 25px;}
a.cabmen_item_act_a:hover{display:block;text-decoration:none;color:#ffffff;padding:0 25px;}

/* ////////////////////// Fin Cabezal ////////////////////// */



/* ////////////////////// 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:100%!important;
	background-position:center top!important;
	background-size:auto 500px!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: 100%;
	min-width: 300px;
	position: relative;
	z-index:900;
	margin: 0 auto;
	overflow: hidden;
}

#iview .iviewSlider {
	display:block;
	width:100%;
	height:500px;
	overflow:hidden;
	border-radius: 0;
	background-position:center top!important;
	background-size:auto 500px!important;
}

#iview .iview-controlNav {
	position:absolute;
	bottom:10px;
	right:45%;
	opacity:1!important;
	z-index:1000;
}

#iview .iview-controlNav a.iview-control {
	padding:0px;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/img_presentacion/bullet.png) no-repeat;
	line-height:14px;
	margin-left:7px;
	text-align:center;
	font-size:11px;
	text-indent:9999px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

#iview .iview-controlNav a.iview-control:hover{
	background:url(../img/img_presentacion/bullet_hov.png) no-repeat;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

#iview .iview-controlNav a.iview-control.active {
	background:url(../img/img_presentacion/bullet_hov.png) no-repeat;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

#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;
}

/* ////////////////////// Fin Slide ////////////////////// */



/* ////////////////////// Comienzo Cuerpo ////////////////////// */

div.cuerpo{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	background:#ffffff;
}

div.cont_cuerpo{
	width:960px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding:20px 0;
	background:#ffffff;
}

div.c_tit{
	clear:both;
	overflow:hidden;
	float:left;
	color:#e1333a;
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px;
}

div.c_info{
	clear:both;
	float:left;
	overflow:hidden;
	height:auto;
	width:960px;
}

div.c_txt{
	float:left;
	width:500px;
	margin:0 20px 0 0;
	height:216px;
	line-height:18px;
}

div.c_img{
	background:url(../img/img_contenido/c_img.png) no-repeat;
	width:436px;
	height:327px;
	border:2px solid #e1333a;
	float:left;
}

div.serv_l{
	width:620px;
	margin:0 20px 0 0;
	height:auto;
	float:left;
}

div.serv_d{
	width:320px;
	margin:0;
	height:auto;
	float:left;
}

div.serv_txt{
	float:left;
	width:600px;
	margin:0 0 10px;
	height:180px;
	clear:both;
	line-height:18px;
}

div.serv_lists{
	clear:both;
	overflow:hidden;
	float:left;
    margin: 10px 0 0;
}

ul.serv_list{
	padding:0;
	margin:0 0 0 10px;
	float:left;
	list-style:none;
	line-height:18px;
	width:200px;
}
ul.serv_list.serv_ext {margin: 0;width: 100%;}

li.serv_item{
	background:url(../img/img_presentacion/item_list.png) left top 3px no-repeat;
	padding:0 0 0 20px;
	clear:both;
	overflow:hidden;
	float:left;
	width:180px;
}

ul.serv_sublist{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	line-height:18px;
	width:200px;
}

li.serv_subitem{
	background:url(../img/img_presentacion/item_list.png) left top 4px no-repeat;
	padding:0 0 0 15px;
	clear:both;
	overflow:hidden;
	float:left;
	width:180px;
    font-size: 11px;
    background-size: 10px;
}
li.serv_txt {clear: both;overflow: hidden;padding: 0 0 0 20px;}

div.serv_img{
	width:316px;
	height:89px;
	border:2px solid #e1333a;
	margin:15px 0 0;
}

div.elec_l{
	width:620px;
	margin:0 20px 0 0;
	height:auto;
	float:left;
}

div.elec_d{
	width:320px;
	margin:0;
	height:auto;
	float:left;
}

div.elec_txt{
	float:left;
	width:600px;
	margin:0 0 20px;
	height:162px;
	clear:both;
	line-height:18px;
}

ul.elec_list{
	padding:0;
	margin:0 0 0 10px;
	float:left;
	list-style:none;
	line-height:18px;
	width:230px;
}

li.elec_item{
	background:url(../img/img_presentacion/item_list.png) left center no-repeat;
	padding:0 0 0 20px;
	clear:both;
	overflow:hidden;
	float:left;
	width:210px;
}

div.elec_img{
	width:316px;
	height:auto;
	border:2px solid #e1333a;
	margin:15px 0 0;
}

div.cont_l{
	width:520px;
	margin:0 20px 0 0;
	height:316px;
	float:left;
	clear:both;
}

div.cont_d{
	width:420px;
	margin:0;
	height:316px;
	float:left;
}

div.cont_txt{
	float:left;
	width:520px;
	margin:0 0 10px;
	height:36px;
	clear:both;
	line-height:18px;
}

label.cont_lab{
	clear:both;
	float:left;
	line-height:28px;
	height:28px;
	margin:0 0 10px;
	width:140px;
}

input[type="text"].cont_inp{
	font-family:Arial;
	font-size:12px;
	color:#1f1f1f;
	float:left;
	padding:4px 8px;
	margin:0 0 10px;
	height:16px;
	line-height:16px;
	width:360px;
}

textarea.cont_msj{
	font-family:Arial;
	font-size:12px;
	color:#1f1f1f;
	float:left;
	padding:4px 8px;
	margin:0 0 10px;
	height:108px;
	line-height:18px;
	width:360px;
	resize:none;
}

input[type="submit"].cont_btn{
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	clear:both;
	float:right;
	border:none;
	background:#e1333a;
	cursor:pointer;
	height:28px;
	line-height:28px;
	text-align:center;
	margin:0 0 0 10px;
	padding:0;
	width:100px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

input[type="submit"].cont_btn:hover{
	background:#862327;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

div.cont_obl{
	float:right;
	line-height:28px;
	height:28px;
	font-size:11px;
	font-style:italic;
}

iframe.cont_map{
	border:2px solid #e1333a;
}

/* ////////////////////// Fin Cuerpo ////////////////////// */



/* ////////////////////// Comienzo Footer ////////////////////// */

div.footer{
	background:#eaeaea;
	width:100%;
	height:auto;
	clear:both;
	overflow:hidden;
	-moz-box-shadow:inset 0 1px 3px #454545;
	-webkit-box-shadow:inset 0 1px 3px #454545;
	box-shadow:inset 0 1px 3px #454545;
}

div.foot_cont{
	width:960px;
	margin:0 auto;
	padding:15px 0;
	overflow:hidden;
	height:auto;
}

div.foot_l{
	float:left;
	text-align:left;
	font-size:11px;
}

div.foot_d{
	float:right;
	text-align:right;
	font-size:11px;
}

/* ////////////////////// Fin Footer ////////////////////// */



/* ////////////////////// Comienzo Popup //////////////////////// */

div.semform_overlay {
	background: rgba(0,0,0,0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
}

div.semform_popup {
	background:#ffffff;
	border:2px solid #871e25;
	position:fixed;
	padding:10px 20px;
	top:50%;
	left:50%;
	margin:-40px 0 0 -172px;
	width:300px;
	height:auto;
}

div.semform_popup_tit {
	color:#871e25;
	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;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

div.semform_popup_close:hover {
	background: url(../img/img_presentacion/semform_popup_close_hov.png) no-repeat;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

div.semform_popup_txt {
	overflow: hidden;
	clear: both;
	font-size: 12px;
	color: #727176;
	font-family: Arial;
}

/* //////////////////////// Fin Popup //////////////////////// */