#header-nosotros{
	position: relative;
	width: 100%;
	height: 450px;
	background: url(../../img/hseq-header.png) no-repeat center center;
	background-size: cover;
	border-bottom: 2px solid #0074B6;
	
}

div#icono-titulo {
    width: 80px;
    height: 80px;
    background: url(../../img/icon-hseq.png) no-repeat center center;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -40px;
    top: 95px;
}

#wrapper-nosotros{
	position: relative;
	width: 100%;
	background: #ffffff;
}


div#texto-contenedor-nosotros {
	width: 70%;
	/* height: 800px; */
	margin: 0 auto;
	background: #ffffff;
	color: #858585;
	padding: 0 0 60px 0;
}

div#texto-contenedor-nosotros > div {
	width: 49.5%;
	/* height: 500px; */
	margin: 75px 0 0 0;
	font-weight: lighter;
	text-align: justify;
}

.texto-nosotros-left strong {
	font-size: 20px;
}

.espaciador-header{
	width: 100%;
	height: 96px;
}

.overlay-nosotros {
	width: 100%;
	height: 100%;
	background: url(../../img/pattern2.png);
	position: absolute;
	top: 0;
	z-index: 5;
	opacity: 0.5;
}

.texto-nosotros-left {
	background: #ffffff;
	/* float: left; */
	width: 100% !important;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.texto-nosotros-right {
	background: #ffffff;
	/* float: right; */
	display: inline-block;
	vertical-align: top;
}

.main-top-right {
	width: 100%;
	height: 330px;
	background: #ffffff;
	position: relative;
}

.main-top-right .left-top {
	width: 60%;
	height: 100%;
	position: relative;
	background: url(../../img/nosotros-1.jpg)no-repeat center center;
	background-size: cover;
	float: left;
}

.main-top-right .right-top {
	width: 38.7%;
	height: 100%;
	position: relative;
	background: url(../../img/nosotros-2.jpg)no-repeat center center;
	background-size: cover;
	float: right;
}

div#main-bottom-right {
	width: 100%;
	height: 160px;
	background: #ffffff;
	position: relative;
	margin-top: 10px;
}

#main-bottom-right .left-bottom {
	width: 38.7%;
	height: 100%;
	position: relative;
	background: url(../../img/nosotros-3.jpg)no-repeat center center;
	background-size: cover;
	float: left;
}

#main-bottom-right .right-bottom {
	width: 60%;
	height: 100%;
	position: relative;
	background: url(../../img/nosotros-4.jpg)no-repeat center center;
	background-size: cover;
	float: right;
}

.icono-nosotros-texto{
	width: 90px;
	height: 80px;
	background: url(../../img/icono-hseq-texto.png) no-repeat center center;
	float: left; 
	margin: 0 15px 0 0;
	border-right: 1px solid #2C7CC5;
}

.icono-hseq {
	float: left;
	width: 80px;
	height: 80px;
	background: #252b30;
	margin-right: 15px;
}

ul#hseq-ul li .texto-hseq{
    float: left;
    width: 90%;
}

ul#hseq-ul li{
	margin-bottom: 15px;
}


@media (max-width: 600px){
	
	.texto-nosotros-left {
		text-align: center;
	}
	
	ul#hseq-ul {
	}
	
	.texto-hseq {
		float: none !Important;
		margin: 0 auto;
	}
	
	.icono-hseq {
		float: none !important;
		margin: 0 auto;
	}
	
}







