#header-nosotros{
	position: relative;
	width: 100%;
	height: 450px;
	background: url(../../img/nosotros-header.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 2px solid #0074B6;
	
}

div#icono-titulo {
    width: 80px;
    height: 80px;
    background: url(../../img/icon-nosotros.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: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
	background: #ffffff;
	color: #858585;
}

div#texto-contenedor-nosotros > div {
	width: 49.5%;
	/*height: 500px;*/
	margin: 75px 0 0 0;
	font-weight: lighter;
}

.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: 49% !important;
}

.texto-nosotros-right {
	background: #ffffff;
	float: right;
}

.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: 80px;
	height: 80px;
	background: url(../../img/icono-nosotros-texto.png) no-repeat center center;
	float: left; 
	margin: 0 15px 0 0;
	border-right: 1px solid #2C7CC5;
}

div#nosotros-left-top {
    width: 100%;
    height: 40px;
    background: #ffffff;
	position: relative;
	z-index: 100;	
}

ul#ul-nosotros-left-top {
   /* display: table;*/
}

ul#ul-nosotros-left-top li {
    /*display: table-cell;*/
	float: left;
    padding: 10px;
	cursor: pointer;
}

#ul-nosotros-left-bottom{
	border-top: 1px solid #999999;
	padding-top: 25px;
	text-align: justify;
}

ul#ul-nosotros-left-top li:first-child {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	padding-bottom: 12px;
	background-color: #fff;
}


.nosotros-icono {
	width: 100%;
	height: 96px;
	margin: 0 auto 25px auto;
	background: #FFFFFF;
	border-bottom: 1px dotted;
	display: table;
	padding: 15px;
	box-sizing: border-box;
}

.nosotros-icon-img{

	width: 65px;
	display: table-cell;
	background: #252b30;
		

}
	
.nosotros-icono h2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 30px;
}
	
@media (max-width:600px){
	.main-top-right .left-top{
		width: 100%;		
	}
	.main-top-right .right-top{
		display: none;		
	}
	
	#main-bottom-right .left-bottom{
		display: none;		
	}
	#main-bottom-right .right-bottom{
		width: 100%;		
	}
}

@media (max-width:1025px){
	
	div#texto-contenedor-nosotros {
		width: 90%;
	}
	
	div#texto-contenedor-nosotros > div{
		float: none;
		width: 100% !important;		
	}
	
	.texto-nosotros-left{
		margin-top: 40px !important;		
	}
	
	ul#ul-nosotros-left-top li {
		padding: 10px 6px;
	}
	
	#titulo-header{
		width: 80% !important;
		position: relative !important;
		left: 50% !important;
		margin-left: -40% !important;		
	}
	
}
	
	