﻿/*@charset "utf-8";*/
/* CSS Document */
/* General - Inicio */
body{
	background-repeat: repeat-y;
	background-position:center;
	background-color: #ECECEC;
	FONT: 12px/18px sans-serif;
	background-image: url(../Imagenes/background-new.jpg);
}

div#contenedor{
	width:1000px;
	margin:0 auto;
	position:relative; /*Centraliza la estructura de la pagina*/
}

#titulo02{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #666;
	padding:7px 0 5px 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: normal;
	letter-spacing: normal;
}
#titulo03{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #333;
	padding:7px 0 5px 0;
	margin:0;
	font-weight: lighter;
	letter-spacing: 1px;
}

#titulo04{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #333;
	padding:20px 0 5px 0;
	margin:0;
	font-weight: lighter;
	letter-spacing: 1px;
}
/* General - Fin */
/* Cabecera - Inicio */
div#logo{
	height:96px;
	width:1000px;
	background-image: url(../Imagenes/b_general_portal.jpg);
	background-repeat: no-repeat;
}

div#logo h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #666;
	padding:40px 0 0 135px;
	font-weight: lighter;
}

div#box_top{
	border:1px solid #999;
	text-align:justify;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
div#box_top1{
	border:1px solid #999;
	text-align:justify;
	margin-left:15px;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	}	
	
div#box_top1 p{
	padding:0 5px 0 5px;
	}	

div#link_right{
	list-style:none;
	height:21px;
	width:130px;
	float:right;
	text-decoration: none;
}

div#link_right ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#link_right li{
	display: inline;
	list-style-type: none;
}

div#link_right li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	float:left;
	text-decoration:none;
	padding:3px 0 0 10px;
	height:20px;
	float:left;
}

div#link_right li a:hover{
	color:#000;
	text-decoration: underline;
	}

div#enlaces_top{
	width:1000px;
	height:21px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

div#menu_sup{
	width:1000px;
/*	background:url(http://www.congreso.gob.pe/Heraldo01/ArchivoFotografico/imagenes/back_menu.jpg);*/
	height:100px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F00;	
}

/* Cabecera - Fin */
/* Menu Horizontal - Inicio */
/* ------- INICIO MENU HORIZONTAL ------- */
#menuh {
	margin: 0px;
	width: 1000px;
	text-align: center;
	font-size: 0.7em;
	position: relative;
	/**/
/*	background:url(http://www.congreso.gob.pe/Heraldo01/ArchivoFotografico/imagenes/back_menu.jpg);*/
	height:25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#menuh ul {
	list-style-type: none;
}
#menuh ul li.nivel1 {
	width: 162px; margin-right: 3px; float: left; position: relative;
}
#menuh ul li {
	float: left;
}
#menuh ul li a {
	padding: 2px;
	border: 1px solid rgb(255, 255, 255);
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
	display: block;
	position: relative;
	list-style:none;
	text-decoration:none;
}
#menuh ul li a:hover {
	color: #000;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	background-color: #CCC;
}
#menuh ul li:hover a.nivel1 {
	color: #000;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	background-color: #CCC;
}
#menuh ul li a.nivel1 {
	display: block !important;
}
#menuh ul li ul {
	display: none;
}
#menuh ul li a:hover ul {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255); width: 973px; display: block; position: absolute; background-color: #CCC;
}
#menuh ul li:hover ul {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255); width: 999px; display: block; position: absolute; background-color: #CCC;
}
#menuh ul li ul li a {
	padding: 6px 0px 8px; border: currentColor; width: 160px; background-color: #CCC;
}
#menuh ul li ul li a:hover {
	text-decoration: underline; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; position: relative;
}
table.falsa {
	border: 0px currentColor; float: left; border-collapse: collapse; position: relative;
}
ul.uno {
	left: 0px;
}
ul.dos {
	left: -164px;
}
}
/* ------- FIN MENU HORIZONTAL ------- */
/* Menu Horizontal - Fin  */
/* Cuerpo - Inicio */

div#centro{
	background:#FFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
}

div#box_left_int{
	font:Arial, Helvetica, sans-serif;
	width:810px;
	float:left;
	margin-bottom:18px;	
	}
	
div#box_right_int{
	font:Arial, Helvetica, sans-serif;
	width:178px;
	float:right;
	margin-bottom:18px;
	}
	
div#divredondeado{
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-radius: 15px;
	border-top-right-radius: 15px;
	background-color:#F2F2F2;
	border: thin solid #666;
	width: 255px;
	height: 230px;
	float:left;
	margin-top: 20px;
}

#titulo01{
	/*text-align:center;*/
	color:#000;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-left: 8px;
}

#cuerpodivredondeado{
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
	color:#333;
}

div#contenido{
	margin-left: 10px;
	text-align: justify;
	-webkit-transition: margin-left;
	-moz-transition: margin-left;
	-ms-transition: margin-left;
	-o-transition: margin-left;
	transition: margin-left;
}

div#contenido .img{
	/*margin:5px;
	border: 1px solid #CCC;
	padding:5px;*/
	}
	
div#contenido .imgleft{
	margin: 5px;
	padding: 5px;
	text-align: left;

	}	

div#contenidobox{
	padding:8px;
}

div#contenidoboxtitle{
	text-align:center;
	padding:8px;
	font-size: 14px;
	font-weight: bold;
}


div#contenido h2{
	font-size:14px;
	font-weight: bold;
}

/* Cuerpo - Fin */

/* Pie de Página - Inicio */

div#box_horizontal{
	font:Arial, Helvetica, sans-serif;
	width:980px;
	float:left;
	margin-bottom:18px;
	}
	
div#line{
	margin-top: 8px;
	margin-left: 16px;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	}
div#linepie{
	margin-top: 3px;
	margin-left: 16px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	}
	
div#direccion{
	height:75px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align: center;
	vertical-align: middle;
	padding:20px 0 0 0;	
	}
	
/* Pie de Página - Fin */
#contenedor #centro #box_left_int #contenido p strong em {
	text-align: right;
}


#contenedor #centro #box_left_int #contenido p strong {
	text-align: left;
}

div#firma{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	line-height: 13px;
	font-weight: bolder;
	}

div#greywindows{
	width:239px;
	}

div#greywindows_tittle{
	padding-left:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:23px;
/*	background-image: url(http://www.congreso.gob.pe/Heraldo01/ArchivoFotografico/imagenes/fondtitle.jpg);*/
	margin-bottom: 10px;
}

div#greywindows_contenido{}

div#box_right_bann{
	font:Arial, Helvetica, sans-serif;
	width:178px;
	float:right;
/*	margin-right:25px; */
/*	padding-left:3px; */
	padding-top:5px;
	}	

div#boxprom{
	width:245px;
	height:49px;
	float:left;
	background-image: url(../Imagenes/1.jpg);
	font-size:12px;
	color:#FFF;
	padding-top: 125px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
div#boxprom1{
	width:245px;
	height:49px;
	float:left;
	background-image: url(../Imagenes/2.jpg);
	font-size:12px;
	color:#FFF;
	padding-top: 125px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 16px;
	}
	
div#boxprom2{
	width:245px;
	height:49px;
	float:left;
	background-image: url(../Imagenes/3.jpg);
	font-size:12px;
	color:#FFF;
	padding-top: 125px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 16px;
	}	

	
div#division{
	width:15px;
	float:left;
	}	
	
div#item1{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	}	
	
div#item2{
	background-color: #CCCCCC;
	background-image: url(../Imagenes/buscador.jpg);
	vertical-align: middle;
	background-repeat: repeat-x;
	padding: 7px;
	}	
	
div#item3{
	background-color: #333333;	
	font-size: 12px;
	color: #FFF;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;	
	}			

div#personalizado{
	color: #CCC;
	background-color: #333;
	padding: 5px;
	margin-top: 8px;
	}
	




#page {
	margin: 0px;
	width: 150px;
	text-align: center;
	position: relative;
	/**/
}
#page ul {
	list-style-type: none;
}

/*#page ul li.nivel1 {
	width: 162px; margin-right: 3px; float: left; position: relative;
}
*/
#page ul li {
	float: left;
	width:16px;
	height:18px;
	margin-left: 3px;
	vertical-align: middle;
	padding: 0px;
}
#page ul li a {
	width:16px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	display: block;
	position: relative;
	list-style:none;
	text-decoration:none;
	background-image: url(../Imagenes/btn.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;
}
#menuh ul li a:hover {
	color: #000;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	background-color: #CCC;
}
#menuh ul li:hover a.nivel1 {
	color: #000;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	background-color: #CCC;
}
#menuh ul li a.nivel1 {
	display: block !important;
}
#menuh ul li ul {
	display: none;
}
#menuh ul li a:hover ul {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255); width: 973px; display: block; position: absolute; background-color: #CCC;
}
#menuh ul li:hover ul {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(255, 255, 255) rgb(255, 255, 255); width: 999px; display: block; position: absolute; background-color: #CCC;
}
#menuh ul li ul li a {
	padding: 6px 0px 8px; border: currentColor; width: 160px; background-color: #CCC;
}
#menuh ul li ul li a:hover {
	text-decoration: underline; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; position: relative;
}	

div#fotos{
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	}
	
div#fotos img{
	padding-left: 30px;
	padding-top: 7px;
	}	
	
div#textimg{
	width:200px;
	padding-left: 30px;
	}	
	
div#fotos td{
	vertical-align: top;
	}	
	
	
div#direccion1{
	width:940px;
	height:75px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align: center; 
	vertical-align: center;
	padding:25px 0 0 0;	
	}		