body{
	background-color: #D00;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration:none;
}
img{
	border:none;
}
#div_blanco{
	background-color: #FFF;	
	}

#divMenu{
	background:#fff;
	height:270px;
	text-align:center;
	margin-top: 0px;
	padding-top: 0px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
	.clsRecuadro{
	width:200px;
	height:0;
	/* float:left;  las imagenes se despliegan de arriba hacia abajo*/
		display:inline; /* las imagenes se despliegan de abajo hacia arriba */
	background-color: #fff;
	background-position: top;
	margin-right: 20px;
	margin-top: 0px;
	}
		.clsImagen{
	margin-left:20px;
	margin-top:20px;
	height:220px;
	width:200px;
	display:none;
		}
			.clsAkasha{
				background:url(akasha.jpg) top left;
			}
			.clsBalerom{
				background:url(balerom.jpg) top left;
			}
			.clsCapmany{
				background:url(capmany.jpg) top left;
			}
			.clsGandhi{
				background:url(gandhi.jpg) top left;
			}
#divempresa{
	bottom:0;
	width:100%;
	text-align:center;
	color: #FFF;
	font-weight: bold;
	background-color: #B00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #700;
	border-bottom-color: #700;
}
	#divCali img{
		padding:20px;
	}
