@charset "utf-8";
/* CSS Document */
body,html {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
/**/
#jpreOverlay, #qLoverlay {
    background-color:#fff;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:11;
}

#jpreSlide {
    font-size:22px;
    font-weight:700;
    color:#FFF;
    text-align:center;
    width:100%;
}

#jpreLoader, #qLloader {
    width:448px;
    height:30px;
    position:fixed;
    top:43%;
    left:50%;
    margin-left:0px;
    margin-top: -15px;
}

#jpreBar, #qLbar {
    width:448px;
    height:0;
    position:absolute;
    bottom:0;
	background-color:#000099;
	border-bottom:2px solid #fff;
}

#jprePercentage, #qLpercentage {
	color:#000099;
    text-align:center;
	margin-left:auto;
	margin-right:auto;
    height:30px;
    width:100px;
    margin-top: 40px;
}
/**/
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
/*.tel_over {
	width:100%;
	height:50px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:10000
}*/
.tel_over {
    bottom: 0;
    height: 50px;
    position: fixed;
    right: 10%;
    width: auto;
    z-index: 1000;
}
.tel_over .tel{
	background-color: #000099;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: table;
    float: right;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 14px;
    padding-top: 8px;
    text-align: right;
    width: 210px;
}
.tel_over .tel > img {
    float: left;
    margin-left: -9px;
    margin-right: 5px;
    margin-top: 4px;
}
.tel_over a:hover{
	color:#fff;
	text-decoration:none;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
}
section {overflow: hidden;}
h1 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 11px;
    width: auto;
    display: table;
	margin-bottom:0;
	margin-top:0;
	font-weight: 300;
}

/* HEADER */
header{
	position: fixed;
	width: 100%;
	text-align: center;
	font-size: 20px;
	height: 176px;
	color: #fff;
	transition: all 0.4s ease;
	z-index:1000;
}
header.sticky {
	font-size: 24px;
	height: 80px;
	background: rgba(255,255,255,0.9);
	text-align: left;
	z-index:1000;
}
.header_borde {
	border-bottom:1px solid #f5821f;
	transition: all 0.4s ease;
}
header .container.alto {
	height:176px;
	transition: all 0.4s ease;
}
header .container {
	height:80px;
	transition: all 0.4s ease;
}
header .logo_h{
	width:64px;
	height:70px;
	margin-top: 50px;
	transition: all 0.4s ease;
	float:left;
}
header .logo_h img{
	width:100%;
	height:auto;
}
.navbar-default {
	background-color: transparent;
    border: medium none;
    float: right;
    margin: 80px 0 0;
	transition: all 0.4s ease;
}
.navbar.navbar-default > ul {
    margin: 0;
    padding: 0;
}
.navbar.navbar-default li {
	color: #000099;
    float: left;
    font-size: 17px;
    list-style-type: none;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
}
.navbar-default li.active {
	border-bottom:3px solid #f5821f /*000099*/;
}
.navbar.navbar-default li:hover {
	border-bottom:3px solid #f5821f /*000099*/;
}
.navbar.navbar-default li a{
	color: #000099;
	letter-spacing: 1px;
	text-decoration:none;
	position: relative;
	-webkit-text-stroke: 1px rgba(0,0, 153, 0.1);
}
.nav.navbar-nav > li {
    background-color: transparent;
}
.nav.navbar-nav > li a {
	font-size: 14px;
	padding:0;
}
.nav.navbar-nav > li a:hover {
	color:#000099;
}
#navbarCollapse .nav.navbar-nav > li {
    border: 0 none;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{border-bottom:2px solid #f5821f/*#000099*/;}


/* HEADER */

/* SLIDE HOME */
.img-home-1_a, .img-home-2_a, .img-home-3_a, .img-home-4_a {
	min-height:750px;
	height:100%;
	width: 100%;
	position:absolute;
	top: 0;
	left:0;
	background-position:50% top;
	/*background-size:102% auto;*/
	background-size: cover;
}
.img-home-1_a {
	background-image: url(../images/bg_home_2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	z-index:4;
}
.img-home-2_a {
	background-image: url(../images/bg_home_4.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	z-index:3;
}
.img-home-3_a {
	background-image: url(../images/bg_home_3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	z-index:2;
}
.img-home-4_a {
	background-image: url(../images/bg_home_4.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	z-index:1;
}
/* SLIDE HOME */

/* SECCION 1 */
#home {
    /*background: url(../images/bg1.jpg) 50% 0 fixed;*/
    height: 750px; 
    margin: 0 auto;
    width: 100%;
    padding: 0;
	display: table;
}
#home .top_text {
	background-color: rgba(0, 0, 150, 0.6);
    border-radius: 10px;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
    padding-bottom: 30px;
    padding-top: 30px;
    width: auto;
    z-index: 500;
	position:relative;
}
#home .top_text h1 {
    font-size: 38px;
	color:#fff;
	text-align:center;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}
#home .top_text h1 span {border-bottom: 3px solid #f5821f/*fff*/;padding-bottom: 8px;}
#home p {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
	margin-top:40px;
	color:#fff;
	width:90%;
	text-align:center;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
/* SECCION 1 */

/* SECCION 2 */
#proyectos {
	background: url(../images/bg2.jpg) 50% 0 fixed;
	height: 1000px;
	width: 100%;
	position: relative;
	display: table;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#proyectos h1{
	color:#000099;
    font-size: 38px;
	text-align:center;
	-webkit-text-stroke: 2px rgba(0,0, 153, 1);
	margin-top: 60px;
}
#proyectos h1 span {border-bottom: 3px solid #f5821f /*000099*/;padding-bottom: 8px;}
#proyectos p {
    font-size: 14px;
    font-weight: 200/*400*/;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
	margin-top:40px;
	color:#000099;
	width:100%;
	-webkit-text-stroke: 1px rgba(0,0, 153, 0.2);
}

#sync1 .item{
	border-bottom: 1px solid #f5821f /*000099*/;
    color: #fff;
    margin: 5px 0;
    padding: 0 0 10px;
    text-align: center;
}
#sync1 .item:after{
    clear: both;
    content: "";
    display: block;
}
#sync1 .item h2{
	margin:0;
	text-align:left;
	color:#000099;
	margin-bottom:5px;
}
#sync1 .item /*.imagen*/ img{
	width:33%;
	height:auto;
	border:1px solid #f5821f /*000099*/;
	float:left;
	margin-right:20px;
}
.item > ul {
    color: #000099;
    text-align: left;
	float:left;
	list-style:disc;
	padding-left:30px;
}
#tab_c > ul {
    color: #000099;
    text-align: left;
	list-style:disc;
	padding-left:30px;
}
#sync1 .item p{
	color: #000099;
    font-size: 14px;
    line-height: 19px;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    width: 64%;	
}
#sync2 .item{
	padding: 3px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
#sync2 .item h3{
	font-size: 15px;
	margin-top:0;
	margin-bottom:0;
	font-weight:400;
	color:#000099;
}
#sync2 .synced .item{
	font-weight:700;
	background-color:#000099;
}
#sync2 .synced .item h3{
	font-size: 18px;
	border-bottom:2px solid #fff;
	color:#fff;
	font-weight:700;
}
.owl-controls {
	display: table;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    width: auto;
    z-index: 1000;
}
.owl-controls .owl-prev {
	background-image: url("../images/prev.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	margin-left: auto;
	margin-right:auto;
	width: 22px;
}
.owl-controls .owl-prev:hover {
	background-image: url("../images/prev.png");
	background-position: 0 -38px;
	background-repeat: no-repeat;
}
.owl-controls .owl-next {
	background-image: url("../images/next.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	height: 38px;
	margin-left: auto;
	margin-right:auto;
	width: 22px;
}
.owl-controls .owl-next:hover {
	background-image: url("../images/next.png");
	background-position: 0 -38px;
	background-repeat: no-repeat;
}

.owl-controls .owl-buttons div:hover {
    opacity: 1;
}
/* SECCION 2 */

/* SECCION 3 */
#servicios {
	background-color:#FFF;
    height: 100%; 
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 40px 0;
	display: table;
}

#servicios h1{
	color:#000099;
    font-size: 38px;
	text-align:center;
	-webkit-text-stroke: 2px rgba(0,0, 153, 1);
	margin-top: 30px;
}
#servicios h1 span {border-bottom: 3px solid #f5821f /*000099*/;padding-bottom: 8px;}
#servicios p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
	margin-top:40px;
	color:#000099;
	width:90%;
	text-align:center;
	-webkit-text-stroke: 1px rgba(0,0, 153, 0.2);
}
.nav-tabs {
	border:none;
	border-radius: none;
	/*margin-top:20px;*/
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-top: none;
	border-left: none;
	border-right: none;
	text-transform:uppercase;
	color:#000099;
	border-top: none;
}
.nav > li {
	float:none;
	border-bottom:1px solid #d9d9f0;
}
.nav > li a{
	color: #666;
    font-size: 14px;
    padding: 25px 0 25px 20px;
    text-transform: uppercase;
}
.nav-tabs > li > a {
    border: none;
    border-radius:0 0 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}
.nav-tabs > li > a:hover {
	border:none;
	line-height: 1.42857;
	color:#000099;
}
.ico_medicion {
	background-image: url("../images/ico_medicion.png");
    background-position: left -59px;
    background-repeat: no-repeat;
    float: left;
    height: 59px;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -15px;
    width: 60px;
}
.nav-tabs > li > a:hover .ico_medicion {
	background-image:url(../images/ico_medicion.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.nav-tabs > li.active .ico_medicion {
	background-image:url(../images/ico_medicion.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.ico_simulacion {
	background-image: url("../images/ico_simulacion.png");
    background-position: left -59px;
    background-repeat: no-repeat;
    float: left;
    height: 59px;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -15px;
    width: 60px;
}
.nav-tabs > li > a:hover .ico_simulacion {
	background-image:url(../images/ico_simulacion.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.nav-tabs > li.active .ico_simulacion {
	background-image:url(../images/ico_simulacion.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.ico_software {
	background-image: url("../images/ico_software.png");
    background-position: left -59px;
    background-repeat: no-repeat;
    float: left;
    height: 59px;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -15px;
    width: 60px;
}
.nav-tabs > li > a:hover .ico_software {
	background-image:url(../images/ico_software.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.nav-tabs > li.active .ico_software {
	background-image:url(../images/ico_software.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.ico_seguridad {
	background-image: url("../images/ico_seguridad.png");
    background-position: left -59px;
    background-repeat: no-repeat;
    float: left;
    height: 59px;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -15px;
    width: 60px;
}
.nav-tabs > li > a:hover .ico_seguridad {
	background-image:url(../images/ico_seguridad.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.nav-tabs > li.active .ico_seguridad {
	background-image:url(../images/ico_seguridad.png);
	background-repeat:no-repeat;
	background-position:left top;
}



.ico_servicios {
	background-image: url("../images/ico_servicios.png");
    background-position: left -59px;
    background-repeat: no-repeat;
    float: left;
    height: 59px;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -15px;
    width: 60px;
}
.nav-tabs > li > a:hover .ico_servicios {
	background-image:url(../images/ico_servicios.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.nav-tabs > li.active .ico_servicios {
	background-image:url(../images/ico_servicios.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.ico_electronica {
	background-image: url("../images/ico_electronica.png");
    background-position: left -59px;
    background-repeat: no-repeat;
    float: left;
    height: 59px;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: -15px;
    width: 60px;
}
.nav-tabs > li > a:hover .ico_electronica {
	background-image:url(../images/ico_electronica.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.nav-tabs > li.active .ico_electronica {
	background-image:url(../images/ico_electronica.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#tab_a > p,#tab_b > p,#tab_c > p,#tab_d > p,#tab_e > p,#tab_f > p{
	text-align:left;
	margin:0;
	margin-top:0px;
}
.tab-content {
	margin-top:20px;
}
.logo_servicios {
	float:left;
	margin-right:5px;
}
.imagen_serv {
	width:400px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:1px solid #f5821f /*000099*/;
}
.imagen_serv img {
	width:100%;
	height:auto;
}
/* SECCION 3 */

/* SECCION 4 */
#clientes {
    background: url("../images/bg2.jpg") repeat fixed 50% 0 rgba(0, 0, 0, 0);
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    width: 100%;
}
#clientes h1{
	color:#000099;
    font-size: 38px;
	text-align:center;
	margin-bottom:30px;
	-webkit-text-stroke: 2px rgba(0,0, 153, 1);
	margin-top: 30px;
}
.ancho { width:714px}
.ancho_empresa { width:714px}
#clientes h1 span {border-bottom: 3px solid #f5821f /*000099*/;padding-bottom: 8px;}
.logo {
	float: left;
    height: 84px;
    margin: 9px;
    width: 84px;
}
.logo img { width:100%; height:auto;}
.row.row-centered {
    float: inherit;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo .item {
	padding: 0px 0px;
	/*margin: 10px;*/
	color: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
}
#owl-demo .item h1{
	text-decoration:none;
	border:none;
	font-size:22px;
	font-weight:700;
}
#owl-demo .item p{
	text-decoration:none;
	border:none;
	font-size:13px;
	font-weight:400;
	margin:0;
	width:100%;
}
#owl-demo .item .thumbnail {
	background-color: #666;
    border: medium none;
    border-radius: inherit;
    height: auto;
    padding: 0;
    width: 100%;
}
#owl-demo .item .thumbnail img{
	width:100%;
	height:auto;
}
.customNavigation {
	text-align: center;
	margin-top: -156px;
}
.next {
	width:33px;
	height:106px;
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
	background-position:-33px 0;
	float:right;
	margin-right: -50px;
}
.next:hover {
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
	background-position:-33px -106px;
}
.next:active {
	box-shadow:none;
}
.prev {
	width:33px;
	height:106px;
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	margin-left: -50px;
}
.prev:hover {
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
	background-position:0 -106px;
}
.prev:active {
	box-shadow:none;
}
/* SECCION 4 */



/* SECCION 3 bis */
#empresas {
    background: url("../images/bg2.jpg") repeat fixed 50% 0 rgba(0, 0, 0, 0);
    height: auto;
    margin: 0 auto;
    padding: 80px 0px 260px;
    position: relative;
    width: 100%;
}
#empresas h1{
	color:#000099;
    font-size: 38px;
	text-align:center;
	margin-bottom:30px;
	-webkit-text-stroke: 2px rgba(0,0, 153, 1);
	margin-top: 30px;
}
.ancho { width:714px}
#empresas h1 span {border-bottom: 3px solid #f5821f /*000099*/;padding-bottom: 8px;}
.logo_empresas {
	float: left;
    height: 160px;
    margin: 9px;
    width: 160px;
}

.logo_empresas img {
	
    width: 160px;
}
/*seccion 3 bis*/

/* SECCION 5 */
#contacto {
	background: url(../images/bg3.jpg) 50% 0;
	background-size:cover;
	background-repeat:no-repeat;
    height: 750px; 
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 60px 0;
	display:table;
}

.tab-pane p{
	font-color:#666 !important;
	font-weight:200 !important; 
}

#contacto h1{
	color:#000099;
    font-size: 38px;
	text-align:center;
	margin-top:50px;
	-webkit-text-stroke: 2px rgba(0,0, 153, 1);
	margin-bottom: 50px;
}
#contacto h1 span {border-bottom: 3px solid #f5821f /*000099*/;padding-bottom: 8px;}
#contacto p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0 0;
    text-align: left;
    width: 90%;
	-webkit-text-stroke: 1px rgba(255,255, 255, 0.2);
}
#contacto p a{
	color:#fff;
	text-decoration:none;
}
#contacto p a:hover {
	color:#000099;
	text-decoration:none;
	-webkit-text-stroke: 1px rgba(0,0, 153, 0.6);
}
#contacto input {
	width:100%;
	height:36px;
	border-radius: 0;
	border-bottom:0;
	border-left:0;
	border-top:0;
	border-right:3px solid #0099ff;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	padding-left:20px;
	margin-bottom:10px;
}
#contacto textarea {
	width:100%;
	height:120px;
	border-radius: 0;
	border-bottom:0;
	border-left:0;
	border-top:0;
	border-right:3px solid #0099ff;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	padding-left:20px;
	padding-top:13px;
	margin-bottom:10px;
}
#contacto select {
	width:100%;
	height:56px;
	border-radius: 0;
	border-bottom:0;
	border-left:0;
	border-top:0;
	border-right:3px solid #0099ff;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	padding-left:20px;
	margin-bottom:10px;
}
.btn-group { width:100%}
.btn-default {
    background-color: transparent;
    border-color: inherit;
	border:none;
    color: #fff;
	border-right:3px solid #0099ff;
	background-color:rgba(0,0,0,0.7);
	border-radius: 0;
	width:100%;
	height:36px;
	padding-left:20px;
}
.btn-default:hover {
    color: #fff;
	border-right:3px solid #0099ff;
	background-color:rgba(0,0,0,0.7);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
	border-right:3px solid #0099ff;
	background-color:rgba(0,0,0,0.7);
}
.dropdown-menu {
	background-color: rgba(0, 0, 0, 0.7);
    border: 0 none;
    border-radius: 0;
    color: #fff;
    margin-top: 0;
    padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
    color: #fff;
    cursor: pointer;
	padding: 10px;
}
.dropdown-menu li > a:hover,.dropdown-menu li > a:focus {
	color: #000;
	background-color:rgba(0,153,255,1);
}
label.error {
    position: absolute;
    right: 14px;
    top: 11px;
	color:#F00;
}
input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
    opacity: 0.5;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 1s;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
}
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
     opacity: 0.1;
}
.btn_enviar {
	width:161px;
	height:56px;
	background-color:#0099ff;
	text-align:center;
	padding:10px;
	color:#fff;
	border:none;
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
	float:right;
	margin-top:10px;
	-webkit-text-stroke: 1px rgba(255,255, 255, 0.2);
}
.btn_enviar:hover {
	background-color:#fff;
	color:#0099ff;
}
.btn_descargar {
	width: auto;
	height:56px;
	background-color:#0099ff;
	text-align:center;
	padding:10px;
	color:#fff;
	border:none;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	margin-top:10px;
	-webkit-text-stroke: 1px rgba(255,255, 255, 0.2);
}
.btn_descargar:hover {
	background-color:#fff;
	color:#0099ff;
}
iframe { height:304px; width:100%;}

#ok {
	display:none;
	float:left;
	width:260px;
	height: auto;
	margin-top: 0;
}
#ok p{
	text-align: left;
    width: 100%;
	margin-top: 6px;
}
#error {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 386px;
	height: 30px;
	margin-top: 0px;
	font-style: italic;
}
/* SECCION 5 */

/* SECCION 6 */
#footer {
	background: url(../images/bg4.jpg) 50% bottom;
	background-repeat:no-repeat;
    height: 250px; 
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0;
}

#footer h1{
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin-top: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	-webkit-text-stroke: 1px rgba(255,255, 255, 0.4);
}
#footer h1 .logo_footer{
	float: left;
    margin-right: 10px;
    margin-top: -7px;	
}
#footer p {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
	margin:0px;
	color:#fff;
	width:100%;
	text-align: center;
	-webkit-text-stroke: 1px rgba(255,255, 255, 0.2);
}
.afip {
	margin-left:auto;
	margin-right:auto;
	display: table;
	margin-top:20px;
}
/* SECCION 6 */

/* pagina error */
.error_page {
	width:100%;
	height:100%;
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.error_ctn {
	position:absolute; height:300px; width:40%; top:50%; left:50%; margin-top:-150px; margin-left:-20%
}
.error_ctn .logo_error {
    display: table;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
    width: 64px;
}
.error_ctn .texto_error {    
	margin-left:auto;
	margin-right:auto;
    width: 450px;
}
.error_ctn .texto_error h1 {
    color: #000099;
    font-size: 38px;
    margin-top: 0;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align: center;
}
.error_ctn .texto_error p {
	text-align:center;
}
/* pagina error */

header.head_mobile { display:none}
