/* */

.homeBoxesRow {
	margin :  0px  0px  6px  0px;
}
.homeBoxesCell {
	position: relative;
	background-color: #F4F4F4;
}
.homeBoxesL,
.homeBoxesR {
	position: relative;
	width : 295px;
}
.homeBoxesL {
	float: left;
	margin:  0px  0px 15px  0px;
}
.homeBoxesR {
	float: right;
	margin:  0px 20px 15px  0px;
}
.homeBoxesTxt {
	padding:  6px 12px;
}

/* Proyectos Hoteleros */
#ppGaleria
{
	position: relative;
}
#areaPreview
{
	position: relative;
	width : 550px;
	height: 100px;
}
#areaPreview #prevArrowPrev
{
	position: absolute;
	top  : 30px;
	left :  5px;
}
#areaPreview #prevArrowNext
{
	position: absolute;
	top  : 30px;
	right:  5px;
}
#areaPreview #areaPreviewImgs
{
	position: absolute;
	top  :  5px;
	left : 25px;
	width : 500px;
	height:  90px;
	background-color: #FFEBCC;
}
#areaPreviewImgs img {
	position: relative;
	margin  :  5px  0px  0px 10px;
	border  : 1px solid #FFEBCC;
}
#areaPreviewImgs img.ovr {
	border  : 1px solid #FF6600;
}
#areaPreviewImgs img.sel {
	border  : 1px solid #FF6600;
}
#areaZoom
{
	position: relative;
	width : 500px;
	margin-left: 25px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFEBCC;
}
#zoomArrows * {
	position: relative;
}