
@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Helvetica-Normal";
  src: url("http://www.gmeirl.com.pe/demo/fuentes/Helvetica.ttf");
}
@font-face {
  font-family: "Helvetica75-Bold";
  src: url("http://www.gmeirl.com.pe/demo/fuentes/HelveticaBd.ttf");
}


body {
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Roboto";*/
	font-size:13px;
	margin:0px;
}

.container-loader {
	z-index: 99999;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

.container-loader .container-spinner{
	text-align: center;
	padding-top: 50vh;
	margin-top: -20px;
}

#fondo {
	background-image:url(../imagenes/fondo.gif);
	background-repeat:repeat-x;

}
#centro-home {
	position:relative;
	width:900px;
	margin:auto;
	color:#333333;
	padding-left:30px;
	padding-right:30px;
}

#centro-home a{
	color:#333;
	text-decoration:none;
}
#centro-home a:hover {
	color:#8b6826;
}

#cabecera {
	position:relative;
	width:900px;
	height:130px;
}
#cabecera-logo {
	position:absolute;
	width:400px;
	height:100px;
	background-image:url(../imagenes/logo.png);
	left:0px;
	top:15px;
    background-size: contain;
    background-repeat: no-repeat;
}

#cabecera-tracking {
	position:absolute;
	width:140px;
	height:32px;
	/*background-image:url(../imagenes/boton-tracking.png);*/
	left:500px;
	top:50px;
	/*background-color: #121DAC;*/
	background-image: linear-gradient(rgba(18,29,172,.7), rgba(18,29,172,1));
	border-radius: 10px;
	color: white !important;
	padding: 8px;
	box-sizing: border-box;
	text-align: center;
}

#cabecera-facebook, #cabecera-linkedin, #cabecera-twitter {
	display: none;
}
#cabecera-facebook {
	position:absolute;
	width:32px;
	height:32px;
	background-image:url(../imagenes/facebook.png);
	right:80px;
	top:67px;
}
#cabecera-linkedin {
	position:absolute;
	width:32px;
	height:32px;
	background-image:url(../imagenes/linkedin.png);
	right:40px;
	top:67px;
}
#cabecera-twitter {
	position:absolute;
	width:32px;
	height:32px;
	background-image:url(../imagenes/twitter.png);
	right:0px;
	top:67px;
}
#fecha {
	position:absolute;
	width:240px;
	height:18px;
	right:75px;
	top:60px;
	font-size:12px;
	text-align:right;
}

#reloj {
	position:absolute;
	width:68px;
	height:18px;
	right:0px;
	top:60px;
	font-size:12px;
	text-align:right;
}

#animacion {
	position:relative;
	width:900px;
	height:350px;
	color:#FFF;
	margin-bottom:15px;
}

#cuerpo {
	position:relative;
	width:900px;
	min-height:242px;
	line-height:16px;
	text-align:justify;
	margin-top:15px;
	margin-bottom:15px;
}
h1 {
	color:#3d3d3d;
	margin-top: 0px;
	letter-spacing:-1px;
}
h2 {
	letter-spacing:-1px;
	color:#666666;
}
h3 {
	color: #878787;
	letter-spacing: -1px;
}

#texto-principal {
	position:relative;
	width:617px;
	min-height:194px;
	text-align:justify;
	padding:24px;
}

#home-info {
	position:absolute;
	right:0;
	top:0;
	width:178px;
	height:200px;
	background-color:#fff;
	border:#d2d2d2 1px solid;
	padding:20px;
}

#home-info h1{
	padding:0px;
	margin-top:0px;
	font-size:16px;
	color:#00aff0;
}

.menu-enlaces ul{
	list-style-image:url(../imagenes/bullet-enlaces.gif);
	margin:0;
	padding:0;
	padding-left:14px;
	font-size:12px;
	}
ul#enlaces li{
	left:-30px;
	text-align:left;
	min-width:180px;
	padding:0;
	}

ul#enlaces a:hover{
	color:#999;
	} 
ul#enlaces a{
	color:#404040;
	text-decoration:none;
	}

.menu-enlaces2 ul{
	list-style-image:url(../imagenes/bullet-enlaces.gif);
	margin:0;
	padding:0;
	padding-left:14px;
	font-size:13px;
	}

#lateral-derecho {
	position:absolute;
	right:0;
	top:0;
	width:220px;
	min-height:242px;
}


.izquierda {
	float:left;
}
.derecha {
	float:right;
}

#logo-cliente {
	border:#ccc 1px solid;
	margin-right:8px;
}

#respuesta {
	min-height:280px;
}

#frmContacto, #frmContacto {
	position:relative;
	width:570px;
	min-height:150px;
	text-align:justify;
	margin-bottom:10px;
}

.formulario {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:6px;
	width:570px;
}

#pie {
	position:relative;
	width:880px;
	height:50px;
	color:#fff;
	background-color: rgba(18,29,172,1);
	padding:20px 0 0 20px;
}
#pie a{
	color:#FFF;
}
#pie a:hover{
	color:#CCC;
}
#pie-email {
	position:absolute;
	right:0;
	top:0;
	width:400px;
	height:50px;
	color:#fff;
	text-align:center;
	padding-top:20px;
}


/*menu*/

.menuContainer{
	position:relative;
	width:900px;
	height:60px;
	font-size: 13px;
	z-index:999;
	/*background-image:url(../imagenes/fondo-menu.png);*/
	background-color: rgba(18,29,172,1);
	}
.menuContainer ul{
	list-style:none;	
	margin:0;
	padding:0;
	}
ul#menu li{
	float:left;
	position:relative;
	margin-left:5px;
	margin-right:5px;
	}
ul#menu a:hover, ul#menu ul, ul#menu li:hover{
	background:#878787;
	color:#fff;
	} 
ul#menu a.active {
	background:#878787;
	color:#fff;
	} 
ul#menu a{
	color:#FFF;
	text-decoration:none;
	display:block;
	line-height:60px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	}
ul#menu ul{
	position:absolute;
	left:0;
	display:none;
	}
ul#menu li:hover ul{
	display:block;
}
ul#menu li:hover ul li{
	margin:0;
}
ul#menu li:hover ul li a{
	color:#FFF;
	width:200px;
	text-align:left;
	line-height:40px;
	}
ul#menu li:hover ul a:hover{
	background:#00aff0;
}

/*fin menu*/
