#IZQUIERDA {
	width: 700px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#DERECHA {
	width: 200px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#BANNERS1 {
	width: 700px;
	height: 220px;
	z-index: 1;
}

#BANNERS2 {
	width: 200px;
	height: 220px;	
}

#BANNERS1_1 {
	float: left;
}

#BANNERS1_2 {
	float: right;
}

#BANNERS2_1 {
	float: right;
}

#DESTACADOS {
	text-align:center;
}

#RAZONES {
	height: 220px;
	background-image: url(../images/background_razones.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;	
	border-bottom: 1px solid #99CCCC;
	text-align: right;
}

.cajaIZQ {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;	
	
}

.cajaDER {
	float:left;
	margin-bottom: 20px;		
	
}


.caja p{
	padding: 3px 5px 3px 10px;
}

.caja ul {
	padding-left: 5px;
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	line-height: 16px;
}

ul.home {
	margin: 5px 15px 5px 15px;
	list-style-type: square;
}