/* CSS Document */
#columLeftHome{
	width:320px;
	background-color: #EFEFEF;
}
div#columLeftHome p{
	margin:5px;
}
#columRightHome{
	position:relative;
	width:380px;
	float:right;
	background-image: url(../images/recomendaciones_home.jpg);
	background-repeat:  no-repeat;
	background-position: 65 25;
	height:230px;
	margin-right:5px;
}

#recomendHome{
	margin: 28px 0px 0px 84px;
}
#recomendHome p{
	width:114px;
	padding-right:8px;
	float:left;
	color:#595858;
	line-height:14px;
}
#columRightHome ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#columRightHome ul li{
	display:inline;
}
#columRightHome ul li p{
	display:inline;
}
