@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
font-family:Arial;
font-size:12px;
}

.limpiar{
clear:both;
}

main{
width:100%;
display:block;
}

header{
height:771px;
display:block;	
}



nav{
	display: block;
	position: absolute;
	width: 100%;
	height: 150px;
	background: url(../imagen/sombra-menu-servicios-generales-lima-peru.png) repeat-x;
	z-index: 2;
}
#contenedor-menu{
width:980px;
margin:0 auto;
padding-top:22px;	
}
#logo{
width:234px;
float:left;	
}
#contenedor-menu ul{
	padding: 0;
	width: 691px;
	float: right;
	display: block;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#contenedor-menu li{
margin:0;
padding:0;
list-style:none;
float:left;
}

#contenedor-menu a{
	display: block;
	text-decoration: none;
	color: #000;
	padding-bottom: 17px;
	padding-top: 17px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: normal;
}

#contenedor-menu a:hover{
background:#00468C;
color:#FFF;
border-radius:10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;	
}

#contenedor-menu .active{
background:#00468C;
color:#FFF;
border-radius:10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;	
}

#sombra{
width:979px;
height:16px;
margin:0 auto;	
}
#contenido{
padding-top:10px;
padding-bottom:10px;
display:block;
}

#welcome{
width:980px;
margin:0 auto;
display:block;
}

#welcome #texto{
width:463px;
float:left;	
}

#welcome h1{
	color: #092759;
	display: block;
	width: 140px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #092759;
	border-bottom: 1px solid #092759;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

#welcome p{
text-align:justify;
font-size:14px;
}

#welcome #imagen{
float:right;
width:504px;	
}
/*** campo azul ***/
#welcome-azul{
display:block;
background:url(../imagen/azul-servicios-generales-lima-peru.jpg) repeat-x;
padding-bottom:15px;
padding-top:15px;
}

#welcome-azul #contenido-azul{
width:980px;
margin:0 auto;
}

#contenido-azul #servicios-azul{
width:441px;
float:left;	
}

#servicios-azul h2{
display:block;
margin:0;
color:#FFF;	
width:140px;
padding-bottom:10px;
padding-top:10px;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
font-size:20px;
font-weight:bold;
margin-bottom:15px;
}

#servicios-azul a{
	width: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	display: block;
	height: 21px;
	color: #FFF;
	background: #990000;
	text-decoration: none;
	margin-left: 291px;
}

#servicios-azul a:hover{
background:#000;	
}

#contenido-azul #bolsa-de-trabajo-azul{
float:right;
width:397px;
}

#bolsa-de-trabajo-azul h3{
display:block;
margin:0;
color:#FFF;	
width:240px;
padding-bottom:10px;
padding-top:10px;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
font-size:20px;
font-weight:bold;
margin-bottom:15px;
}

#clientes{
display:block;
padding-bottom:25px;
padding-top:25px;	
}

#clientes #contenedor-clientes{
width:980px;
margin:0 auto;	
}

#contenedor-clientes h1{
	color: #092759;
	display: block;
	width: 370px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #092759;
	border-bottom: 1px solid #092759;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}

/*** carrusel de clientes ***/

.carousel .carousel_indicator {
  padding-top: 5px;
  text-align: center; }
  .carousel .carousel_indicator span {
    margin: 0 2px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #888;
    text-indent: -1000em; }
    .carousel .carousel_indicator span.active {
      background: #000; }
.carousel .btns {
  padding-top: 5px;
  text-align: center;
  width:980px;
  height:50px;
  margin:0;
 /* float:right;*/}

#carousel_1,
#carousel_2 {
	width: 960px;
	height:150px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
  #carousel_1 .carousel_box,
  #carousel_2 .carousel_box {
	float:left;
	border:5px solid rgba(255,255,255, 0.72);
	/* -webkit-background-clip: padding-box; for Safari */
    /*background-clip: padding-box;  for IE9+, Firefox 4+, Opera, Chrome */
	width:210px;
	/*margin:5px;*/
	/*margin-left:1px;
	margin-right:1px;*/
	height: 120px;
	background:rgba(213,213,213, 0.72);
	text-align: center;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	padding: 10px;
	}
	
	.padding_box{background-clip: padding-box;}
	
	.carousel_box h2{
	display:block;
	text-align:center;
	color:#043672;
	font-size:15px;
	margin:0;
	margin-top:8px;
	margin-bottom:12px;
	}
	.carousel_box img{
	display:block;
	margin:0 auto;	
	}
	.carousel_box p{
	text-align:justify;
	color:#666;	
	}
.bazul{
background:url(../imagen/prev-servicios-generales-lima-peru.png);
border:0;
height:50px;
color:#FFF;
width:50px;
font-weight:bold;
float:left;	
}

.bazul2{
background:url(../imagen/next-servicios-generales-lima-peru.png);
border:0;
height:50px;
color:#FFF;
width:50px;
font-weight:bold;
float:right;	
}
/*** ***/

footer{
height:auto;
display:block;	
}

footer #azul1{
background:url(../imagen/footerl-servicios-generales-lima-peru-1.jpg) repeat-x;
padding-bottom:20px;
padding-top:20px;	
}

#azul1 #contenedor-footer{
width:980px;
margin:0 auto;	
}

#footer-left{
width:303px;
float:left;	
}

#footer-left h1{
margin:0;
font-size:14px;
margin-bottom:10px;
color:#000;
display:block;
margin-top:5px;
}
#footer-left p{
text-align:justify;
margin:0;
color:#000;	
}

#footer-right{
width:304px;
float:right;	
}
#footer-right h1{
margin:0;
font-size:14px;
margin-bottom:10px;
color:#000;
display:block;
margin-top:5px;	
}

#footer-right p{
text-align:justify;
color:#000;
padding-bottom:10px;
padding-top:10px;
display:block;
border-bottom:1px solid #000;
margin:0;
}

footer #azul2{
background:url(../imagen/footer-servicios-generales-lima-peru-2.jpg) repeat-x;
padding-bottom:9px;
padding-top:9px;	
}

#azul2 #contenedor-footer2{
width:980px;
margin:0 auto;	
}

#contenedor-footer2 p{
color:#c89329;
font-size:11px;
float:left;
margin:0;
padding:0;
}

#contenedor-footer2 ul{
	margin: 0;
	padding: 0;
	float: right;
	padding-right: 0px;
	display: block;
}

#contenedor-footer2 li{
margin:0;
padding:0;
list-style:none;
float:left;	
}

#contenedor-footer2 a{
display:block;
font-size:11px;
color:#c89329;
padding-left:5px;
padding-right:5px;
text-decoration:none;
}
#contenedor-footer2 a:hover{
color:#FFF;
}

#contenedor-footer2 .active{
color:#FFF;
}
/*** CONTACTENOS ***/

#banner-contact{
height:520px;
display:block;	
}

#contacto{
width:980px;
margin:0 auto;
display:block;
}

#contacto #form{
width:543px;
float:left;
padding-left:10px;
padding-right:10px;
}

#contacto h1{
	color: #092759;
	display: block;
	width: 220px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #092759;
	border-bottom: 1px solid #092759;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

#contacto #imagen{
	float: right;
	width: 404px;
}

#contacto .campo{
width:410px;
padding-left:10px;
display:block;
margin-bottom:10px;
margin-top:10px;
height:40px;
border:1px solid #999;	
}

#contacto .campo2{
width:410px;
padding-left:10px;
display:block;
margin-bottom:10px;
margin-top:10px;
height:90px;
border:1px solid #999;
font-family:Arial;	
}

#contacto .enviar{
width:200px;
border:0;
height:40px;
background:#C00;
text-align:center;
color:#FFF;	
}
/** nosotros**/
#banner-nosotros{
height:309px;
display:block;	
}
.aboutimagen{
margin-top:150px;
position:absolute;
width:100%;
height:159px;
background:url(../imagen/header-servicios-generales-lima-peru.jpg) repeat-x;	
}
.contenedor-nosotros{
width:980px;
margin:0 auto;
color:#FFF;
font-size:36px;
font-weight:bold;
margin-top:57px;
}

#aboutus{
width:980px;
margin:0 auto;
display:block;
}

#aboutus #texto{
width:463px;
float:left;	
}

#aboutus h1{
	color: #092759;
	display: block;
	width: 140px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #092759;
	border-bottom: 1px solid #092759;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

#aboutus p{
text-align:justify;
font-size:14px;
}

#aboutus #imagen{
float:right;
width:504px;	
}


#nosotros-azul{
display:block;
background:url(../imagen/especialistas-servicios-generales-lima-peru.jpg) repeat-x center;
padding-bottom:15px;
padding-top:15px;
}

#nosotros-azul #contenidoabout-azul{
width:980px;
margin:0 auto;
}

#contenidoabout-azul #serviciosabout-azul{
width:441px;
float:left;	
}

#serviciosabout-azul img{
border:5px solid #333;	
}

#contenidoabout-azul #mision-vision{
	float: right;
	width: 490px;
}

#mision-vision h3{
display:block;
margin:0;
color:#FFF;	
padding-bottom:10px;
padding-top:10px;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
font-size:20px;
font-weight:bold;
margin-bottom:15px;
}
#mision-vision p{
text-align:justify;
color:#FFF;	
}

/*** SERVICIOS ***/

#servicioss{
width:980px;
/*height:300px;*/
margin:0 auto;
display:block;
}

#servicioss h1{
	color: #092759;
	display: block;
	width: 230px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #092759;
	border-bottom: 1px solid #092759;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	margin-bottom:20px;
}

#servicios-background{
display:block;
height:362px;
/*height:650px;*/
padding-top:144px;
padding-bottom:144px;
background:url(../imagen/background-servicios-generales-lima-peru.jpg) no-repeat;	
}

#banner-servicios{
height:309px;
display:block;	
}
.serviciosimagen{
margin-top:150px;
position:absolute;
width:100%;
height:159px;
background:url(../imagen/header-servicios-generales-lima-peru.jpg) repeat-x;
}

.contenedor-servicios{
width:980px;
margin:0 auto;
color:#FFF;
font-size:36px;
font-weight:bold;
margin-top:57px;
}

.lista-servicios{
width:980px;
margin:0 auto;	
}


.tabs {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.input{
  display: none;
}

.label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 8px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.label:hover {
  color: #888;
  cursor: pointer;
}

.input:checked + .label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #900;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9{
  display: block;
}

.accordion-section-content ul{
list-style:url(../imagen/visto.png);
line-height:20px;
}
/** cobertura ***/
#banner-cobertura{
height:309px;
display:block;	
}
.coberturaimagen{
margin-top:150px;
position:absolute;
width:100%;
height:159px;
background:url(../imagen/header-servicios-generales-lima-peru.jpg) repeat-x;	
}

.contenedor-cobertura{
width:980px;
margin:0 auto;
color:#FFF;
font-size:36px;
font-weight:bold;
margin-top:57px;
}

#cobertura{
width:980px;
margin:0 auto;
display:block;
}

#cobertura #texto{
width:463px;
float:left;	
}

#cobertura h1{
	color: #092759;
	display: block;
	width: 250px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #092759;
	border-bottom: 1px solid #092759;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

#cobertura p{
text-align:justify;
font-size:14px;
}

#cobertura #imagen{
float:right;
width:504px;	
}
/*** frecuentes ***/
#banner-frecuentes{
height:309px;
display:block;	
}
.frecuentesimagen{
margin-top:150px;
position:absolute;
width:100%;
height:159px;
background:url(../imagen/header-servicios-generales-lima-peru.jpg) repeat-x;	
}

.contenedor-frecuentes{
width:980px;
margin:0 auto;
color:#FFF;
font-size:36px;
font-weight:bold;
margin-top:57px;
}

.contenedor-frecuentes h1{
	color: #092759;
	display: block;
	width: 250px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #092759;
	border-bottom: 1px solid #092759;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

#question{
width:980px;
margin:0 auto;
display:block;
}

#question #texto{
width:463px;
float:left;	
}

#question #texto ul{
display:block;
margin:0;
padding:0;	
}

#question #imagen{
float:right;
width:504px;	
}

.toggle {
	background-color:#3bb3e0;
	font-size:12px;
	text-align: left;
	text-decoration:none;
	color:#fff;
	position:relative;
	border-left:solid 1px #2ab7ec;
	margin-left:15px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	width: 95%;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.toggle:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.toggle::before {
	background-color:#2561b4;
	content:"\00BB";
	text-align: center;
	width:35px;
	max-height:29px;
	height:100%;
	position:absolute;
	display:block;
	padding-top:8px;
	top:0px;
	left:-36px;
	font-size:16px;
	font-weight:bold;
	color:#8fd1ea;
	text-shadow:1px 1px 0px #07526e;
	border-right:solid 1px #07526e;
	background-image: linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(10,94,125)),
	color-stop(1, rgb(14,139,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
}

.toggle:active::before {
	top:-3px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
}

li p {
	display: none;
	padding: 10px 20px;
}

li p:target{
	display:block;
}

.toggle a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10.5px 20px;
}

li{
	margin:10px;
}

#contacto3 .campo{
width:410px;
padding-left:10px;
display:block;
margin-bottom:10px;
margin-top:10px;
height:40px;
border:1px solid #999;	
}

#contacto3 .campo2{
width:410px;
padding-left:10px;
display:block;
margin-bottom:10px;
margin-top:10px;
height:90px;
border:1px solid #999;
font-family:Arial;	
}

#contacto3 .enviar{
width:200px;
border:0;
height:40px;
background:#C00;
text-align:center;
color:#FFF;	
}

/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#333;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.200em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}

.contenedor-staff{
margin-bottom:8px;
}

.descripcion-staff{
float:left;
padding:10px;
height:150px;
width:700px;
}

.imagen-staff{
float:right;
width:200px;
padding:10px;
height:150px;
}


.descripcion-staff2{
	float: right;
	padding: 10px;
	height: auto;
	width: 700px;
}

.imagen-staff2{
float:left;
width:200px;
padding:10px;
height:150px;
}

.contenedor-galeria{
margin-bottom:10px;
}

.galeria{
width:318px;
height:302px;
float:left;
margin-left:4px;
margin-right:4px;
}
