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

body {
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	background-image:url(../imagenes/fondo.gif);
	background-repeat:repeat-x;
	background-color:#eaeaea;
}

#centro-home {
	position:relative;
	width:1000px;
	margin:auto;
	color:#333333;
}

#cabecera {
	position:relative;
	width:1000px;
	height:127px;
	
}

#logo {
	position:absolute;
	width:270px;
	height:91px;
	background-image:url(../imagenes/logo.png);
	left:36px;
	top:24px;
}
#texto-cabecera {
	position:absolute;
	/*width:270px;
	height:91px;*/
	left:360px;
	top:10px;
	font-size:24px;
	letter-spacing:-1px;
	font-weight:bold;
	text-align:center;
	color:#0b4889;
}

#animacion {
	position:relative;
	margin-top:6px;
	width:1000px;
	height:348px;
	color:#FFF;
}

#cuerpo {
	position:relative;
	width:1000px;
	min-height:363px;
	margin-top:6px;
	text-align:justify;
}
h1 {
	font-weight:600;
	color:#85be0a;
	margin-top: 10px;
	letter-spacing:-1px;
}
h2 {
	color: #0b4889;
	font-weight: normal;
	letter-spacing:-1px;
}
h3 {
	color:#666;
	font-weight:normal;
}
#lateral {
	position: absolute;
	right: 36px;
	top: 0;
	width: 185px;
	height: 363px;
}


#home-texto {
	position:relative;
	width:692px;
	min-height:323px;
	padding:20px 36px 20px 36px;
	font-size:15px;
}

#internos-texto {
	position:relative;
	width:928px;
	min-height:323px;
	padding:20px 36px 20px 36px;
	font-size:15px;
}

.izquierda {
	float:left;
}


#respuesta {
	min-height:280px;
}

#frmContacto {
	position:relative;
	width:530px;
	min-height:150px;
	text-align:justify;
	/*margin-bottom:10px;*/
	padding:0 20px 0 20px;
	background-color:#f1f1f1;
	border: 1px solid #ddd;
}



.formulario {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:4px;
	width:500px;

}

#linea-pie {
	position:relative;
	width:100%;
	height:310px;
	background-image:url(../imagenes/fondo-pie.gif);
	background-repeat:repeat-x;
	background-color:#ececec;
}

#pie-logos {
	position:relative;
	width:1000px;
	height:150px;
	margin:auto;
	background-color:#dadada;
}

#pie {
	position:relative;
	width:1000px;
	height:160px;
	color:#fff;
	margin:auto;
}
#pie-direccion {
	position:absolute;
	left:35px;
	top:7px;
	margin:0;
	padding:0;
	font-size:15px;
	height: 124px;
	width: 719px;
}
#pie a{
	color:#fff;
	text-decoration:none;
}
#pie a:hover {
	color:#999;
}

#cabecera-facebook {
	position:absolute;
	width:32px;
	height:32px;
	background-image:url(../imagenes/icono-facebook.png);
	left:930px;
	top:32px;
}
#cabecera-linkedin {
	position:absolute;
	width:32px;
	height:32px;
	background-image:url(../imagenes/icono-linkedin.png);
	right:0px;
	top:26px;
}
#cabecera-twitter {
	position:absolute;
	width:32px;
	height:32px;
	background-image:url(../imagenes/icono-twitter.png);
	right:0px;
	top:118px;
}


#enlace-tramite-peru {
	position: absolute;
	width: 234px;
	height: 82px;
	background-image: url(../imagenes/logo-tramite-documentos.png);
	left: 34px;
	top: 34px;
}
#enlace-escuela-detectives {
	position: absolute;
	width: 316px;
	height: 97px;
	background-image: url(../imagenes/logo-escuela-detectives.png);
	left: 313px;
	top: 24px;
}
#enlace-sipp {
	position: absolute;
	width: 240px;
	height: 100px;
	background-image: url(../imagenes/SIPP_LOGO.png);
	left: 669px;
	top: 23px;
}



/*menu*/

.menuContainer{
	position:relative;
	width:1000px;
	height:69px;
	font-size: 16px;
	font-weight:550;
	z-index:999;
	background-color:#0b4889;
	}
.menuContainer ul{
	list-style:none;	
	margin:0;
	padding:0;
	}
ul#menu li{
	float:left;
	position:relative;
	margin-left:8px;
	margin-right:8px;
	}
ul#menu a:hover, ul#menu ul, ul#menu li:hover{
	color:#9de600;
	} 
ul#menu a{
	color:#FFF;
	text-decoration:none;
	/*font-weight:bold;*/
	display:block;
	height:69px;
	line-height:69px;
	padding-left:15px;
	padding-right:15px;
	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:250px;
	text-align:left;
	background:#3f3f3f;
	}
ul#menu li:hover ul a:hover{
	color:#fff;
	background-color:#606060;
}

/*fin menu*/
