#bajo {
	position: absolute;
	top: 162px;
	left: 0px;
	width: 100%;
	height: 328px;
	min-width: 996px;
}

div.uno, div.dos, div.tres, div.cuatro {
	position: absolute;
	width: 25%;
	height: 328px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

div.unob, div.dosb, div.tresb, div.cuatrob {
	position: absolute;
	right: 0px;
	width: 3px;
	height: 328px;
}

div.uno {
	left: 0px;
	background-image: url('../imagenes/fo1.jpg');
	background-position: top left;
}

div.unob {
	background-color: #dd5555;
}

div.dos {
	left: 25%;
	background-color: #5fac1e;
	background-image: url('../imagenes/fo2.jpg');
	background-position: bottom left;
}

div.dosb {
	background-color: #5fac1e;
}

div.tres {
	left: 50%;
	background-color: #236bb5;
	background-image: url('../imagenes/fo3.jpg');
	background-position: top left;
}

div.tresb {
	background-color: #236bb5;
}

div.cuatro {
	left: 75%;
	background-color: #e0bd45;
	background-image: url('../imagenes/fo4.jpg');
	background-position: bottom left;
}

div.cuatrob {
	background-color: #e0bd45;
}

#logoiso {
	position: absolute;
	left: 0px;
	top: 490px;
	background-color: #ffffff;
	clear: both;
	width: 100%;
	text-align: center;
}

#logoiso p {
	font-family: Arial, Helvetica, sans-serif;
	color: #1B964A;
	font-size: 10px;
	padding: 0;
}

#logoiso img {
	border: 0px;
}