@charset "utf-8";

#header {
	
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	background: url(../images/patron-cabecera.png);
}
.menu_flotante{
	position: fixed;
	z-index: 100;
	top:-40px;
	left:0%;
	width:100%;
}

		/*imagen_cabecera*/

#imagen_cabecera {
	overflow: hidden;
	position: relative;
	width: 100%;c
	z-index: 0;
	background: url(../images/baner_web.jpg) no-repeat 50% 40px;
	background-attachment: fixed;

}

.portada_width_index {
	
	height: 360px;
}
.portada_correcion_index  {
	
	height: 460px;
}

#imagen_cabecera_servicio {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
	background: url(../images/baner_servicio.jpg) no-repeat 50% 60px;
	background-attachment: fixed;
}

#imagen_cabecera_compania {
	overflow: hidden;
	
	position: relative;
	width: 100%;
	z-index: 0;
	background: url(../images/baner_compania.jpg) no-repeat 50% 60px;
	background-attachment: fixed;
}
#imagen_cabecera_proyectos {
	overflow: hidden;
	
	position: relative;
	width: 100%;
	z-index: 0;
	background: url(../images/baner_proyectos.jpg) no-repeat 50% 60px;
	background-attachment: fixed;
}

.portada_width_otros {
	
	height: 310px;
}
.portada_correcion_otros  {
	
	height: 410px;
}



#imagen_cabecera_servicio_2 {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
	background: url(../images/baner_servicio2.jpg) no-repeat 50%;
	height: 350px;
}

#imagen_cabecera_servicio_3 {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
	background: url(../images/baner_servicio3.jpg) no-repeat 50%;
	height: 350px;
}

#imagen_SLR {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
	background: url(../images/baner_SLR.jpg) no-repeat 50% 60px;
	background-attachment: fixed;
}

.portada_width_SLR {
	
	height: 310px;
}
.portada_correcion_SLR  {
	
	height: 410px;
}

#imagen_orcs {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
	background: url(../images/baner_orcs.jpg) no-repeat 50% 60px;
	background-attachment: fixed;
}
.portada_width_orcs {
	
	height: 400px;
}
.portada_correcion_orcs  {
	
	height: 500px;
}

#imagen_actionbox {
	overflow: hidden;
	width: 100%;
	z-index: 0;
	position: relative;
	background: url(../images/banner_action_box.png) no-repeat 50% 0px;
	background-attachment: fixed;
	
}
.portada_width_actionbox {
	
	height: 76px;
}
.portada_correcion_actionbox  {
	
	height: 176px;
}



