/* --
Banco del Desarrollo
diseņo: Carolina Silva
construccion: Jorge Epuņan
fecha: 25/09/07
mod1: -
-- */


/* ================================================== #main == */

div#main, div#bottom {
	overflow: hidden; /* esto es para alargas los bordes de los side y secondside */
}

div#side, div#secondside, div#center, div.columna {
	padding-bottom: 32768px; /* max alto permitido para un padding */
    margin-bottom: -32768px; /* se iguala el padding */
}


/* ================================================== #content == */
div#content {
}

	div#content div#calugas {
		height: 110px;
		display: inline;
		clear: both;
	}

		div#content div#calugas a {
			width: 230px;
		}
		
		
/* -------------------------------------------------- #bottom -- */
div#bottom {
	border-top: 1px solid #e9e9e9;
	padding-bottom: 5px;
}

	div#bottom div.columna {
		float: left;
		width: 384px;
		border-right: 1px solid #e9e9e9;
	}

	div#bottom div.sinborde {
		width: 385px;
		border: 0;
	}

		div#bottom h2 {
			width: 150px;
			height: 18px;
			text-indent: -9999px;
			overflow: hidden;
			border-bottom: 1px solid #e9e9e9;
			margin: 10px;
		}
		
			div#bottom h2.servpago {
				background: url(bitmaps/bottom_tit_servpago.gif) no-repeat;
			}

			div#bottom h2.simuladores {
				background: url(bitmaps/bottom_tit_simuladores.gif) no-repeat;
			}

			div#bottom h2.noticias {
				background: url(bitmaps/bottom_tit_noticias.gif) no-repeat;
			}

			div#bottom h2.bddylacomunidad {
				background: url(bitmaps/bottom_tit_bbdylacomunidad.gif) no-repeat;
			}

	div#bottom div.columna ul {
		float: left;
		font-size: 10px;
		color: #666;
	}


	div#bottom div.columna ul li {
		margin: 0 5px 10px 25px;
	}

		div#bottom div.columna strong {
			color: #F60;
			font-weight: bold;
		}

		div#bottom div.columna ul li a {
			background: url(bitmaps/bottom_columna_bullet.gif) left center no-repeat;
			padding-left: 12px;
			color: #666;
			text-decoration: none;
			font-size: 10px;
		}
		
			div#bottom div.columna ul li a.btn_leermas {
				font-size: 9px;
				color: #999;
				text-decoration: none;
				background: url(bitmaps/login_sublista_bullet.gif) right center no-repeat;
				padding-right: 10px;
				margin-right: 4px;
				margin-top: 5px;
				float: right;
			}

			div#bottom div.columna ul li a:hover {
				color: #333;
				text-decoration: underline;
			}

	ul#indicadores {
		clear: both;
		border-top: 1px solid #efefef;
		padding: 5px;
		text-align: center;
	}

		ul#indicadores strong {
			font-weight: bold;
		}

		ul#indicadores li {
			border-right: 1px solid #477898;
			margin-right: 5px;
			padding-right: 5px;
			display: inline;
			color: #477898;
			font-size: 10px;
		}

			ul#indicadores li.ultimo {
				border: 0;
			}


