/* --
Banco del Desarrollo
diseño: Carolina Silva
construccion: Jorge Epuñan
fecha: 25/09/07
mod1: -
-- */

	

/* ================================================== #main == */

div#main {
	overflow: hidden; /* esto es para alargar los bordes de los side y secondside */
}

div#secondside {
	padding-bottom: 32768px; /* max alto permitido para un padding */
    margin-bottom: -32768px; /* se iguala el padding */
}

#center span.flecha {
	background: url(bitmaps/despliegue_tit_flecha.gif) left center no-repeat;
	padding-left: 20px;
}

#center span.flecha_mapa {
	background: url(bitmaps/despliegue_tit_flecha.gif) left center no-repeat;
	padding-left: 20px;
	font-size: 18px;
}		
	

#center h2.subtitulo {
	clear: both;
	background: url(bitmaps/despliegue_grad.gif) 0 0 repeat-x;
	font-size: 18px;
	color: #3a6f8f;
	font-weight: bold;
	margin: 7px 0;
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
}

	
	/* -------------------------------------------------- #migas -- */
	ol#migas {
		border-bottom: 1px solid #efefef;
		padding-bottom: 5px;
		margin: 5px 0;
	}

		ol#migas li {
			background: url(bitmaps/migas_icon_prox.gif) right center no-repeat;
			font-size: 9px;
			float: left;
			padding-right: 10px;
			margin: 7px 9px 0 0;
		}

			ol#migas a {
				color: #999;
				text-decoration: none;
				display: block;
			}

			ol#migas a:hover {
				text-decoration: underline;
				color: #F60;
			}

			ol#migas .selected {
				background: none;
				color: #F60;
			}

			ol#migas a.inicio {
				background: url(bitmaps/migas_icon_inicio.gif) left top no-repeat;
				width: 12px;
				text-indent: -9999px;
				overflow: hidden;
				padding-right: 0;
			}

				ol#migas a.inicio:hover {
					background: url(bitmaps/migas_icon_inicio.gif) left -19px no-repeat;
				}
				
					
		/* -------------------------------------------------- #auxiliares -- */			
		ul#auxiliares {
			margin: 5px 0;
		}

			ul#auxiliares li {
				margin: 5px 0;
				float: right;
			}

			ul#auxiliares li a {
				display: block;
				background-repeat: no-repeat;
				text-indent: -9999px;
				overflow: hidden;
				height: 30px;
			}
			
				ul#auxiliares li a.btn_imprimir {
					background-image: url(bitmaps/content_auxiliares_imprimir.gif);
					width: 37px;
				}

				ul#auxiliares li a.btn_aumentar {
					background-image: url(bitmaps/content_auxiliares_aumentar.gif);
					width: 29px;
					border-right: 1px solid #CCC;
					padding-left: 5px;
					margin-right: 5px;
				}

				ul#auxiliares li a.btn_disminuir {
					background-image: url(bitmaps/content_auxiliares_disminuir.gif);
					width: 29px;
				}
				
				ul#auxiliares li a.btn_english {
					background-image: url(bitmaps/auxiliar_english.gif);
					width: 98px;
					height: 15px;
					margin: 7px 10px 0 0;
					text-indent: 0;
					text-align: center;
					font-size: 9px;
					color: #306996;
					text-decoration: none;
					padding-top: 2px;
				}

					ul#auxiliares li a.btn_english:hover {
						background-position: 0 bottom;
						color: #ff6405;
					}

	div#center {
		color: #666;
	}

	
	/* ================================================== #content == */
	
	div#content {
		width: 615px;
		font-size: 11px;
		color: gray;
		padding: 10px 0;
		text-align:justify;
	}

		div#content h1 {
			color:#3B6D8E;
			font-size:16px;
			font-weight:bold;
			margin:5px 0pt 10pt 0px;
		}

		div#content h2 {
			margin: 5px 0 10px 0;
			font-size: 18px;
			font-weight: bold;
			color: #3b6d8e;
		}

			div#content h2.comunicados {
				background: url(bitmaps/titulo_comunicado.gif) right top no-repeat;
				height: 55px;
				width: 360px;
				padding-top: 15px;
				margin: 0;
			}
			
			
		
		div#content h3 {
			margin: 15px 0pt 5px 0pt;
			font-size: 14px;
			font-weight: bold;
			color: #666;
			border-bottom: 1px solid #CCC;
			padding-bottom: 2px;
		}
		
				div#content h3.cons_proveedor{
					margin: 15px 0pt 5px 0pt;
					font-size: 12px;
					font-weight: bold;
					color: #999;
					border-bottom: 1px solid #CCC;
					padding-bottom: 4px;
				}
		
		div#content h4 {
			margin: 30px 0 10px 0px;
			font-size: 11px;
			font-weight: bold;
			color: #3b6d8e;
			text-transform:inherit;
			background: url(bitmaps/content_flecha.gif) left 3px no-repeat;
			padding-left:15px;
		}

		div#content h5 {
			margin: 10px 0 5px 0;
			font-size: 12px;
			font-weight: bold;
			color: #3b6d8e;
			border-bottom: 1px dashed #efefef;
			padding-bottom: 2px;
		}

		div#content p {
			line-height: 140%;
			padding-bottom: 5px;
			margin-bottom:10px;
		}

		div#content address {
/*			background: #F7F7F7;*/
			margin: 5px 0;
			padding: 5px 10px;
			font-size: 9px;
			line-height: 180%;
			font-style: normal;
		}

		div#content a {
			color: #F60;
			text-decoration: none;
		}

			div#content a:hover {
				text-decoration: underline;
			}

		div#content a.blank {
			 background: url(bitmaps/icon_blank.gif) right center no-repeat;
			 padding-right: 17px;
		}

		div#content a.pdf {
			 background: url(bitmaps/icon_pdf.gif) right center no-repeat;
			 padding-right: 17px;
		}
		
		div#content a.doc {
			 background: url(bitmaps/icon_doc.gif) right center no-repeat;
			 padding-right: 13px;
		}

		div#content strong {
			font-weight: bold;
		}

		div#content ul, div#content ol {
			margin: 5px 15px;
		}

			div#content ul li {
				background: url(bitmaps/content_bullet.gif) left 3px no-repeat;
				padding-left: 12px;
				font-size: 10px;
				line-height: 140%;
				padding-bottom: 5px;
			}

			div#content ol li {
				list-style: decimal;
				margin-left: 12px;
				font-size: 10px;
				line-height: 140%;
				padding-bottom: 5px;
			}

		div#content a.btn_subir {
			background: url(bitmaps/content_btnsubir.gif) center bottom no-repeat;
			width: 38px;
			height: 18px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			float: right;
		}

		div#content p.bajada {
			color: #3b6d8e;
			font-size: 12px;
			margin-bottom: 10px;
			margin-left: 0px;
		}

/* -- clase para emergencias -- */
		
		div#content div#marco_emergencias {
			background-color:none;
			width:390px;
			float:left;
			position:absolute;
			top:90px;
			left:185px;
		}

			div#content h2.emergencias {
				font-weight: normal;
				padding: 15px 0;
				margin: 0;
			}
		

/* -- clase para descargas -- */

		
		div#content dl#descargas {
			margin: 10px 0;
		}
		
			div#content dl#descargas dt, div#content dl#descargas dd {
				border: 0;
			}

			div#content dl#descargas dt {
				height: 30px;
				margin-top: 15px;
			}
		
			dl#descargas dt.flash {
				background: url(bitmaps/img_flash.gif) no-repeat;
				height: 19px;
				padding-left: 40px;
			}
			
			dl#descargas dt.explorer {
				background: url(bitmaps/img_explorer.gif) no-repeat;
				padding-left: 40px;
			}
			
			dl#descargas dt.firefox{
				background: url(bitmaps/img_firefox.gif) no-repeat;
				text-indent: 30px;
			}
			
			dl#descargas dt.opera {
				background: url(bitmaps/img_opera.gif) no-repeat;
				text-indent: 30px;
			}
			
			dl#descargas dt.acrobat {
				background: url(bitmaps/img_acrobat.gif) no-repeat;
				text-indent: 30px;
			}
			
				dl#descargas  dd {
					background: url(bitmaps/content_bullet_dd.gif) 0 4px no-repeat;
					padding-left: 10px;
					margin-bottom: 20px;
					margin-left:42px;
					margin-top: -23px;
				}
			
			
/* -- classes para alinear las imagenes -- */

		div#content img.alineado_derecha {
			float: right;
			margin: 5px 0 5px 10px;
			border: 1px solid #CCC;
		}

		div#content img.alineado_izquierda {
			float: left;
			margin: 5px 10px 5px 0;
			border: 1px solid #CCC;
		}



/* -- galeria de productos --*/

	span#indicador {
		width: 23px;
		height: 23px;
		display: block;
		background: url(bitmaps/galeria_indicador.gif) left top no-repeat;
		position: relative;
		margin-top: -20px;
	}
				

		div#content ul#productos li {
			background: none;
			float: left;
		}
	
		div#content ul#productos span {
			display: block;
			width: 80px;
			height: 72px;
			text-indent: -9999px;
			overflow: hidden;
			margin-left: 30px;
		}
		
			div#content ul#productos span.tarjeta_bancapersonas {
				background: url(bitmaps/galeria_tarjeta_bancapersonas.gif) 0 0 no-repeat;
				margin-left: 0;
			}
	
			div#content ul#productos span.tarjeta_visa {
				background: url(bitmaps/galeria_tarjeta_visa.gif) no-repeat;
			}
	
			div#content ul#productos span.tarjeta_salud {
				background: url(bitmaps/galeria_tarjeta_salud.gif) no-repeat;
			}
	
			div#content ul#productos span.tarjeta_consalud {
				background: url(bitmaps/galeria_tarjeta_consalud.gif) no-repeat;
			}
			
			div#content ul#productos span.tarjeta_educacion {
				background: url(bitmaps/galeria_tarjeta_educacion.gif) no-repeat;
			}
	
	
		div#content ul.encabezado {
			background: url(bitmaps/content_encabezado_grad.gif) center top repeat-x;
			padding-top: 2px;
		}

			div#content ul.encabezado li {
				background: none;
			}

				div#content ul.encabezado li.titulo {
					float: left;
				}
				
					div#content ul.encabezado li.titulo h3 {
						font-size: 12px;
						font-weight: bold;
						color: #3b6d8e;
						border: 0;
					}
					
				div#content ul.encabezado li.solicita {
					float: right;
					padding: 5px 15px 0 20px;
					background: url(bitmaps/bottom_columna_bullet.gif) 10px 9px no-repeat;
					font-size: 11px;
					font-weight: bold;
					border-left: 2px solid #FFF;
				}
				
				div#content a.btn_vermasinformacion {
					padding-left: 12px;
					margin-left: 15px;
					background: url(bitmaps/side_bullet.gif) left 2px no-repeat;
					font-size: 10px;
					color: #3b6d8e;
				}
			

/* -- FAQ --*/
		div#content dl {
		}
		
			div#content dt {
				background: url(bitmaps/side_bullet_destacado.gif) left 1px no-repeat;
				padding: 0 0 3px 15px;
				margin-bottom: 6px;
				border-bottom: 1px dashed #CCC;
				color: #333;
				cursor: pointer;
				clear: both;
			}

				div#content dt.selected {
					color: #F60;
					cursor: default;
				}

			div#content dd {
				border-bottom: 1px dashed #CCC;
				margin-bottom: 6px;
				
			}


/* -- directorio --*/
		div#content dl#directorio {
			width: 441px;
			float: left;
			margin: 10px 0;
		}
		
			div#content dl#directorio dt {
				background: url(bitmaps/directorio_btn.gif) 0 0 no-repeat;
				height: 20px;
				padding: 2px 0 0 6px;
				margin: 0;
				border: 0;
				color: #3a7092;
				font-size: 12px;
				font-weight: bold;
			}

				div#content dl#directorio dt.selected {
					color: #F60;
					cursor: default;
					background: url(bitmaps/directorio_btn.gif) 0 -20px no-repeat;
				}

			div#content dl#directorio dd {
				border: 0;
				margin-bottom: 20px;
			}
			
			#content dl#directorio ol.sub {
				border-bottom: 1px dotted #999;
				margin: 5px 0;
				padding: 0;
			}

				#content ol.sub li {
					list-style: none;
					float: right;
					width: 170px;
				}

					#content ol.sub li.titulo {
						background: url(bitmaps/side_destacado_bullet.gif) left 4px no-repeat;
						padding-left: 10px;
						font-weight: bold;
						float: left;
						width: 220px;
					}


/* -- sucursales --*/
		div#content dl#sucursales {
			margin: 10px 0;
			padding-right: 0px;
		}
		
			div#content dl#sucursales dt {
				background: url(bitmaps/filiales_btn.gif) 0 0 no-repeat;
				height: 20px;
				padding: 2px 0 0 6px;
				margin: 0 0 5px 0;
				border: 0;
				color: #3a7092;
				font-size: 11px;
				font-weight: bold;
			}

				div#content dl#sucursales dt.selected {
					color: #F60;
					cursor: default;
					background: url(bitmaps/filiales_btn.gif) 0 -20px no-repeat;
				}

			div#content dl#sucursales dd {
				border: 0;
				border-bottom: 1px dotted #999;
				padding-bottom: 20px;
			}
			
			#content dl#sucursales p {
				border-bottom: 1px dotted #999;
				background: url(bitmaps/content_bullet_naranjo.gif) left 4px no-repeat;
				padding-left: 8px;
			}

/* -- sucursales tabla--*/

			dl#sucursales table#tabla_sucursales {
				font-size: 9px;
				color: #000000;
				margin-top: -7px;
			}
			
				dl#sucursales table#tabla_sucursales td p {
					border-bottom: none;
					background: none;
					color: #676767;
					padding: 2p 0x;
					margin: 0 12px;
				}
				
				dl#sucursales table#tabla_sucursales th, td {
					border-bottom: 1px solid #ccc;
					background: none;
					padding:0;
					margin:0;
					vertical-align: middle;
					border-left: 1px solid #ccc
				}
				
				dl#sucursales table#tabla_sucursales td.pto_centrado {
					text-align:center;
				}
				
				dl#sucursales table#tabla_sucursales th.nom_sucursal {
					font-size: 10px;
					font-weight: bold;
					border-left: 0;
					padding-left: 20px;
				}
				
				dl#sucursales table#tabla_sucursales td.nombres_sucursal {
					padding-left: 20px;
					border-left: 0;
				}
				
				dl#sucursales table#tabla_sucursales th.atencion {
					font-size: 10px;
					font-weight: bold;
					text-align: center;
					height: 20px;
					border-left: 1px solid #ccc;
					padding: 0;
				}
				
				dl#sucursales table#tabla_sucursales strong {
					font-weight: bold;
				}
				
				dl#sucursales table#tabla_sucursales .tipo_banco {
					font-size: 10px;
					font-weight: bold;
					text-align: center;
					height: 25px;
					border-left: 1px solid #ccc;
				}
				
				dl#sucursales table#tabla_sucursales .tipo_banco th {
					border-left: 1px solid #ccc;
					padding: 0 5px 0 5px;
					text-align:center;
					background-color:#f6f6f6;
				}	


/* -- filiales --*/
		div#content dl#filiales {
			margin: 10px 0;
		}
		
			div#content dl#filiales dt {
				background: url(bitmaps/filiales_btn.gif) 0 0 no-repeat;
				height: 20px;
				padding: 2px 0 0 6px;
				margin: 0 0 5px 0;
				border: 0;
				color: #3a7092;
				font-size: 11px;
				font-weight: bold;
			}

				div#content dl#filiales dt.selected {
					color: #F60;
					cursor: default;
					background: url(bitmaps/filiales_btn.gif) 0 -20px no-repeat;
				}

			div#content dl#filiales dd {
				border: 0;
				border-bottom: 1px dotted #999;
				margin-bottom: 20px;
			}
			
			#content dl#filiales p {
				border-bottom: 1px dotted #999;
				background: url(bitmaps/content_bullet_naranjo.gif) left 4px no-repeat;
				padding-left: 8px;
			}


		div#campana {
			border-bottom: 1px solid #efefef;
		}
		
/* -- enlaces -- */
		
		div#content dl#enlaces {
			margin: 0 20px;
		}
		
			div#content dl#enlaces dt {
				background: none;
				padding: 0;
				margin: 0;
				border: 0;
			}
			
			div#content dl#enlaces dd {
				background: url(bitmaps/content_bullet_dd.gif) 0 4px no-repeat;
				padding-left: 10px;
				border: 0;
				margin-bottom: 15px;
			}
		
/* -- advertencias --*/	

		div.advertencia h1 {
			background: url(bitmaps/icon_advertencia.gif) 40px 20px no-repeat;
			padding: 30px 0 30px 140px;
			font-size: 18px;
			color: #f4801d;
			border-top: 1px solid #efefef;
			border-bottom: 1px solid #efefef;
			margin: 20px 0;
		}
		
		div.advertencia p {
			padding: 0 40px;
		}
		
		div#content ul.alaizquierda {
			float: left;
			display: block;
			margin: 20px 0 0 60px;
		}

			div#content ul.alaizquierda li a {
				font-size: 11px;
				color: #666;
			}

				div#content ul.alaizquierda li a:hover {
					color: #F60;
				}

/* -- advertencias pagina ayuda y login invalido --*/	
		
			div.advertencia h1.alturafija {
				background: url(bitmaps/icon_advertencia.gif) 40px 20px no-repeat;
				padding: 30px 0 30px 140px;
				font-size: 18px;
				color: #f4801d;
				border-top: 1px solid #efefef;
				border-bottom: 1px solid #fff;
				margin: 20px 0;
				height: 40px;
			}
					
			div.advertencia  p.bajada_media {
				font-size: 12px;
				color: #369;
				padding-left: 140px;
				margin-top: -65px;
			}
				
			div.advertencia  p.bajada_chica{
				font-size: 10px;
				color: #369;
				padding-left: 140px;
				text-align: left;
				margin-bottom: 50px;
			}
			
			div.advertencia  p.bajada_chicab{
				font-size: 10px;
				color: #369;
				padding: 25px 0 0 140px;
				text-align: left;

			}
					
			div.advertencia p.mesaayuda {
				font-size: 10px;
				background: url(bitmaps/header_icon_mesaayuda.gif) left center no-repeat;
				padding-left: 14px;
				color: #f27b14;
				padding-top: 5px;
				margin: -34px 30px 0 0;
				float: right;
			}
		
				div.advertencia p.mesaayuda strong {
					font-weight: bold;
				}


/* -- confirmacion --*/	

		div#main div.confirmacion {
			background: url(bitmaps/icon_confirmacion.gif) 40px 20px no-repeat;
			margin: 30px 0;
			border-top: 1px solid #efefef;
		}

		div#main div.confirmacion h1 {
			padding: 10px 0 0 140px;
			font-size: 18px;
			color: #f2801f;
		}
		
		div#main div.confirmacion h2 {
			padding: 0 100px 0 140px;
			font-size: 12px;
			font-weight: normal;
			color: #f2801f;
		}

		div#main div.confirmacion p {
			padding: 10px 0 30px 140px;
		}
	
	
	
		/* ------------------ .columna_indindicadores ------------------ */
		
		div#content div.columna_ind {
			width: 292px;
			float: left;
			margin-right: 15px;
		}
		
		div#content div.columna_ind div.indicadores {
			width: 287px;
			background:url(bitmaps/bkg_indicadores287.gif) bottom no-repeat;
			padding-bottom: 5px;
			margin-bottom: 25px;
		}
		
		div#content p.detalle_ind {
			width: 200px;
			font-size: 9px;
			text-align: right;
			margin-top: 100px;
			margin-right: 20px;
			float: right;
		}

			div#content div.columna_ind table{
				width: 273px;
				margin: 10px 0 10px 7px;
			}
					
			div#content div.columna_ind caption {
				display: none;
			}
			
			div#content div.columna_ind tfoot {
				display: none;
			}

			div#content img.indica {
				float:right;
				padding-right: 20px;
			}
			
			div#content div.columna_ind th {
				background: none;
				font-size: 11px;
				font-weight: normal;
				text-align: center;
				padding: 0 0px 5px 0px;
				color:#666;
				height: 10px;
				vertical-align:middle;
			}
				
			div#content div.columna_ind th.titulo {
				font-size: 11px;
				font-weight: bold;
				padding: 0 0px 5px 10px;
				color:#326698;
				text-align:left;
				background:url(bitmaps/sublista_bullet.gif) left no-repeat;
			}
			
			div#content div.columna_ind th.titulo_largo {
				width:150px;
				font-size: 10px;
				font-weight: bold;
				padding: 0 5px 5px 10px;
				color:#326698;
				text-align:left;
				background:url(bitmaps/sublista_bullet.gif) left no-repeat;
			}
			
			div#content div.columna_ind th.centro {
				width: 60px;
				background: none;
				font-size: 9px;
				font-weight: normal;
				text-align: center;
				padding: 0 0px 5px 0px;
			}
			
			div#content div.columna_ind th.derecha {
				width: 56px;
				background: none;
				font-size: 9px;
				font-weight: normal;
				text-align: left;
				padding: 0 0px 5px 0px;
			}
		
			div#content div.columna_ind th span.borde {
				border-left: solid 1px #666;
				background: none;
				font-size: 9px;
				font-weight: normal;
				text-align: left;
				padding: 0 0px 0px 5px;
			}
			
			div#content div.columna_ind th span.borde_chico {
				border-left: solid 1px #666;
				background: none;
				font-size: 9px;
				font-weight: normal;
				text-align: left;
				padding: 0 1px 0 1px;
			}
			
			div#content div.columna_ind th.derecha span.borde_derecha {
				border-left: solid 1px #666;
				background: none;
				font-size: 9px;
				font-weight: normal;
				text-align: left;
				padding: 0 0px 0px 30px;
			}
			
			div#content div.columna_ind th.iconos {
				width: 30px;
				background: none;
			}

			div#content div.columna_ind td {
				font-size: 9px;
				font-weight: normal;
				text-align: left;
				padding: 0 5px 0 2px;
				color:#000;
				height: 18px;
				vertical-align:middle;
			}
			
			div#content div.columna_ind td.derecha {
				width: 56px;
				font-size: 9px;
				font-weight: normal;
				text-align: right;
				padding-right: 5px;
				color:#000;
			}
			
			div#content div.columna_ind img.img_reemplazo {
				margin: 10px 0 21px 0;
				text-align:left;
			}

			
			
			/* ------------------ .columna_mapa  ------------------ */
			
			#content #mapadelsitio {
				height: 600px;
			}
			
				#content #mapadelsitio ul {
					height: 600px;
					margin: 0; 
					padding: 0; 
					border: 0;
				}

				#content #mapadelsitio ul li {
					width: 300px; 
					list-style: none; 
					background: none; 
					margin: 0; 
					padding: 0; 
					border: 0;
				}
			
			div#content div.columna_mapa {
				width: 280px;
				float:left;
				padding: 20px 0 0 22px;
				border-right: solid 1px #e9e9e9;
				margin: 0;
				text-align:left;	
			}
			
			div#content div#columna_m2 {
				border:none;
				width: 280px;
				border-right: solid 1px #e9e9e9;
			}
			
			div#content div#columna_m3 {
				border-right: solid 1px #e9e9e9;
				width: 280px;
			}
			
			div#content div#columna_m4 {
				border:none;
				width: 280px;
			}

			div#content div.columna_mapa dt {
				background:url(bitmaps/side_bullet.gif) left 3px no-repeat;
				padding-left: 11px;
				margin: 0;
				border:none;
				font-size:11px;
				font-weight: bold;
				color:#336596;

			}
			
			div#content div.columna_mapa dd {
				background:url(bitmaps/mapa_bullet_dd.gif) left 3px no-repeat;
				padding-left: 11px;
				margin: 0;
				border:none;
				font-size:10px;
				font-weight: bold;
				color:#FD6706;
			}
			
			div#content div.columna_mapa dt.dlista {
				width:150px;
				background: url(bitmaps/mapa_bullet_dd.gif) left 3px no-repeat;
				padding-left: 11px;
				border:none;
				margin:0 20px;
				font-size:10px;
				font-weight: normal;
				color:#000;
			}
			
			div#content div.columna_mapa dd.dsublista {
				width:160px;
				background:url(bitmaps/mapa_bullet_dd.gif) left 3px no-repeat;
				padding-left: 11px;
				border:none;
				margin-left: 40px;
				font-size:10px;
				font-weight: normal;
				color:#666;
			}
			
			div#content div.columna_mapa dt.dsub_sublista {
				width:100px;
				background:url(bitmaps/mapa_bullet_dd.gif) left 3px no-repeat;
				padding-left: 11px;
				border:none;
				margin-left: 15px ;
				font-size:10px;
				font-weight: normal;
				color:#999;
			}
			
			div#content div.columna_mapa dt.dlista a {
				text-decoration: none;
				color:#000;
			}
			
				div#content div.columna_mapa dt.dlista a:hover {
					color: #f00;
				}
			
			div#content div.columna_mapa dd.dsublista a {
				text-decoration: none;
				color:#666;
			}
			
				div#content div.columna_mapa dd.dsublista a:hover {
					color: #f00;
				}
			
			div#content div.columna_mapa dt.dsub_sublista a {
				text-decoration: none;
				color:#999;
			}
			
				div#content div.columna_mapa dt.dsub_sublista a:hover {
					color: #f00;
				}
			
	/* -- bajada_mapa  -- */
	
		div#bajada_mapa {
			clear: both;
			border-top: 1px solid #efefef;
			border-bottom: 1px solid #efefef;
			padding: 6px 10px;
			background: url(bitmaps/content_encabezado_grad.gif) center top repeat-x;
			color: #265a81;
			height: 18px;
			margin-top: 7px;
	}
	
		div#bajada_mapa h4 {
			font-size: 12px;
			font-weight: bold;
			float: left;
		}

		div#bajada_mapa p {
			font-size: 9px;
			float: right;
			padding-top: 4px;
			color:#FF6500;
		}
		
		div#bajada_mapa ul {
			float: right;
			margin-left: 5px;
			padding-top: 2px;
		}

		div#bajada_mapa ul li {
			float: left;
			margin-left: 3px;
		}

		div#bajada_mapa a.btn_menos, div#bajada_mapa a.btn_mas, div#bajada_mapa a.btn_menos2, div#bajada_mapa a.btn_mas2 {
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			width: 14px;
			height: 14px;
		}
		
			div#bajada_mapa a.btn_menos, div#bajada a.btn_menos2 {
				background: url(bitmaps/videos_btn_menos.gif);
			}
			
			div#bajada_mapa a.btn_mas, div#bajada a.btn_mas2 {
				background: url(bitmaps/videos_btn_mas.gif);
			}
	
	
	

			
			
			
			
			
			
			
			
			
	
				
					
			
		
	/* ================================================== #secondside == */
	div#secondside {
	}
	
		div#secondside a.btn_solicitelo {
			background: url(bitmaps/secondside_btn_solicitelo.gif) 0 0 no-repeat;
			width: 116px;
			height: 30px;
			margin: 0 auto;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
		}

			div#secondside a.btn_solicitelo:hover, div#secondside a.btn_solicitelo.selected {
				background: url(bitmaps/secondside_btn_solicitelo.gif) 0 -30px no-repeat;
			}

		div#secondside ul#opciones {
			margin: 10px 0;
		}

		div#secondside ul#opciones li {
			padding: 6px 0 6px 6px;
			margin: 0 0 0 8px;
			border-bottom: 1px solid #CCC;
		}
	
			div#secondside ul#opciones li.ultimo {
				border: 0;
			}
	
			div#secondside ul#opciones li a {
				color: #21617a;
				display: block;
				font-size: 11px;
				padding-left: 11px;
				text-decoration: none;
				background: url(bitmaps/side_bullet.gif) left 3px no-repeat;
				cursor: pointer;
			}
	
				div#secondside ul#opciones li a:hover {
					color: #F60;
				}
	
				div#secondside ul#opciones li a.selected {
					background: url(bitmaps/side_bullet_selected.gif) left 3px no-repeat;
					color: #F60;
					cursor: default;
				}

		/* -------------------------------------------------- .sublista -- */
		div#secondside ul#opciones ul.sublista {
			margin: 4px 0 0 8px;
			background: none;
			padding-bottom: 0;
		}

		div#secondside ul#opciones ul.sublista li {
			border: 0;
			padding: 2px 0;
		}

			div#secondside ul#opciones ul.sublista li a {
				color: #666;
				display: block;
				font-size: 9px;
				padding-left: 8px;
				text-decoration: none;
				font-family: Arial, Helvetica, sans-serif;
				background: url(bitmaps/sublista_bullet.gif) left center no-repeat;
			}

				div#secondside ul#opciones ul.sublista li a:hover {
					color: #F60;
				}

		/* -------------------------------------------------- .consulta_tabla -- */

		div#content div.consulta_tabla h2 {
			margin: 5px 0 10px 0;
			font-size: 18px;
			font-weight: bold;
			color: #3b6d8e;
		}
		
		div#content p.rut_detalle {
			font-size: 10px;
			margin-bottom: -5px;
			color: #999;
			text-align:right;
		}

		div#content .zebra {
			background: #efefef;
		}
		
		div#content .zebra_indicadores {
			background: #efefef;
			border-bottom: solid 1px #CCC;
			border-top: solid 1px #CCC;
		}
				
		div#content td.hover {
			background: #E6ECF1;
		}
				
		div#content .consulta_tabla {
			padding-left: 10px;
			margin-top: -15px;
		}
		
		.consulta_tabla #tabladeconsulta {
			width: 600px;
			margin: 5px 0;
			font-size: 18px;
			color: #999;
			font-size: 10px;
			margin-right: 10px;
		}
		
		#tabladeconsulta th {
				background: #E6ECF1;
				color: #2C5A7F;
				font-size: 11px;
				font-weight: bold;
				padding: 5px;
				vertical-align:middle;
				border-left: solid 1px #ccc;
				border-top: solid 1px #ccc;
				border-bottom: O;
				text-align:center;
		}
		
			#tabladeconsulta th.borde_der {
				width: 80px;
				border-right: solid 1px #ccc;
			}
			
				#tabladeconsulta td {
					background: #fff;
					color: #666;
					font-size: 10px;
					padding: 5px;
					vertical-align:middle;
					border-left: solid 1px #ccc;
					border-top: solid 1px #ccc;
					text-align:center;
				}
				
				#tabladeconsulta td.borde_de {
					border-right: solid 1px #ccc;
				}
		
				#tabladeconsulta td.detalle_nav {
					height: 19px;
					color: #2C5A7F;
					font-size: 10px;
					padding: 5px;
					vertical-align:middle;
					text-align:right;
					border-top: solid 1px #ccc;
					margin-top: 5px;
					border-left: 0;
				}
				
					#tabladeconsulta td.detalle_nav p {
						color: #2C5A7F;
						text-align:right;
						padding-right: 30px;
					}
					
					td.detalle_nav a.bot_siguiente {
						float: right;
						margin-top: -30px;
					}
					
/* -- lista .detalle_tabla -- */
		
				 div.consulta_tabla dl#detalle_tabla {
					margin: -25px 0px 10px 0px;
					width: 580px;
					
				}
				
				div.consulta_tabla dl#detalle_tabla dt {
						font-size: 9px;
						color:#999;
						background: none;
						padding: 0;
						margin: 0;
						border: 0;
						margin-bottom: 5px;
						margin-top: 15px;
					}
				
					div.consulta_tabla dl#detalle_tabla dd {
						font-size: 9px;
						border: 0;
						margin-top: 2px;
						margin-bottom: 5px;
						color:#999;
					}


/* -- lista retiro vale vista -- */
		
				div#content div.consulta_tabla dl#retirovv {
					margin: 0 0 30px 10px;
					width: 580px;
					font-size: 10px;
					
				}
				
				div.consulta_tabla dl#retirovv dt {
						font-weight: bold;
						color:#999;
						background: none;
						padding: 0;
						margin: 0;
						border: 0;
						margin-bottom: 5px;
						margin-top: 10px;
					}
				
					div.consulta_tabla dl#retirovv dd {
						background:transparent url(bitmaps/content_bullet.gif) no-repeat scroll left 3px;
						padding-left: 10px;
						border: 0;
						margin-top: 2px;
						margin-bottom: 5px;
						color:#999;
					}
				
/* -- perfil_preguntas -- */
		
		#content fieldset.cuestionariop {
			margin: 20px 0 0 0;
			width: 500px;
		}
			
			#content fieldset.cuestionariop legend {
				display: none;
			}
			
			
			fieldset.cuestionariop dl#pregunta {
					margin: -10px 0px 10px 0px;
					width: 580px;
					
				}
				
				fieldset.cuestionariop dl#pregunta dt {
						font-size: 10px;
						font-weight: bold;
						color:#676767;
						background: none;
						padding: 0;
						margin: 0;
						border: 0;
						margin-bottom: 5px;
						margin-top: 15px;
						cursor: default;
					}
				
					fieldset.cuestionariop dl#pregunta dd {
						font-size: 9px;
						border: 0;
						margin: 2px 0 5px 30px;
						color:#676767;
					}	
					
					fieldset.cuestionariop div.botones {
						width: 350px;
						background:#fff;
						padding-left: 50px;
						margin-top: 10px;
					}
					
					fieldset.cuestionariop button {
						border: 0;
						background: none;
						cursor: pointer;
						width: 115px;
						height: 43px;
					}
				
						fieldset.cuestionariop button.btn_borrar {
							margin-left: 100px;
						}
	
						fieldset.cuestionariop button.btn_verperfil {
							margin-left: 10px;
						}
						
				fieldset.cuestionariop label {
					font-size: 10px;
					font-weight: normal;
					text-align: left;
					width: 600px;
					vertical-align: middle;
				}
				
				fieldset.cuestionariop input {
					font-family: inherit;
					vertical-align: middle;
				}
	
	/* -- tabla perfil_preguntas -- */
				
		.tabla_perfil {
			width: 550px;
			padding-left: 30px;
			margin-top: 15px 0 20px 0;
		}
		
		#perfil_financiero {
			width: 500px;
			margin: 5px 10px 5px 0;
			font-size: 18px;
			color: #999;
			font-size: 10px;
			border-left: solid 1px #ccc;
			border-top: solid 1px #ccc;
		}
		
			#perfil_financiero th {
				background: #E6ECF1;
				color: #2C5A7F;
				font-size: 11px;
				font-weight: bold;
				padding: 5px;
				vertical-align:middle;
				border-right: solid 1px #ccc;
				border-bottom: O;
				text-align:center;
			}

				#perfil_financiero td {
					background: #fff;
					color: #666;
					font-size: 10px;
					padding: 5px;
					vertical-align:middle;
					border-right: solid 1px #ccc;
					border-bottom: solid 1px #ccc;
					text-align:center;
				}
				
	
	/* -- div grafico_perfil  -- */
			
			#perfil_grafico {
				width: 608px;
				background: url(bitmaps/perfil_medio.gif);
			}
			
				div#perfil_grafico h2.titulop {
					width: 608px;
					background:url(bitmaps/perfil_top.gif) center top no-repeat;
					padding: 15px 0;
					font-size: 18px;
					font-weight: normal;
					color: #333;
					text-align:center;
				}
				
				div#perfil_grafico p.titulop2 {
					padding-bottom: 15px;
					margin: 10px 45px;
					text-align: justify;
					display: block;
					border-bottom: solid 1px #CCCCCC;
				}
				
				div#perfil_grafico dl{
					padding-left: 55px;
				}
				
				div#perfil_grafico dt {
					background: none;
					border: 0;
					padding: 0;
					margin: 0 0 10px 0;
					cursor: default;
				}
				
					div#perfil_grafico dd {
						border: 0;
						padding: 0;
						color: #000;
						margin: 0 0 5px 0;
					}
				
				
		div#perfil_grafico ul {
			margin: 15px 15px 0 55px;
		}
		
				div#perfil_grafico ul li.icono01,
				div#perfil_grafico ul li.icono02,
				div#perfil_grafico ul li.icono03,
				div#perfil_grafico ul li.icono04 {
					padding-left: 17px;
					font-size: 10px;
					padding-bottom: 5px;
				}

				div#perfil_grafico ul li.icono01{
					background: url(bitmaps/perfil_icono01.gif) left 3px no-repeat;
				}
				
				div#perfil_grafico ul li.icono02{
					background: url(bitmaps/perfil_icono02.gif) left 3px no-repeat;
				}
				
				div#perfil_grafico ul li.icono03{
					background: url(bitmaps/perfil_icono03.gif) left 3px no-repeat;
				}
				
				div#perfil_grafico ul li.icono04{
					background: url(bitmaps/perfil_icono04.gif) left 3px no-repeat;
				}
				
		div#perfil_grafico a {
			color: #333;
			text-decoration: none;
		}
		
		div#content .grafico01 {
			margin: -150px 0 0 400px;
		}
		
		div#content p.foot {
			width: 608px;
			height: 34px;
			background:url(bitmaps/perfil_foot.gif) center top no-repeat;
			margin: 0;
			text-align:center;
			padding-top: 17px;
		}
		
				div#content a.solicitar {
					width: 120px;
					height: 30px;
					background-image:url(bitmaps/perfil_botsolicita.gif);
					background-repeat: no-repeat;
					display:block;
					text-indent: -999px;
					position:absolute;
					left: 245px;
				}
				
		div#content ul#lista_pie {
			margin: 20px 15px 30px 0px;
			background: none;
		}

				div#content ul#lista_pie li {
					background: none;
					padding: 10px 10px 5px 20px;
					font-size: 9px;
					color: #666;
				}

	.des01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-decoration: none;
	visited{color:white;text-decoration:none}
}