/**
 * HOMEPAGE Styles (This layout will be under #content container)
 */
#homepage{
	width:928px;
	background:#348DB9 url(../images/bgTourBox.jpg) no-repeat right bottom scroll;
}
#homepage .leftColumn{
	width:465px;
	float:left;
}
#homepage .rightColumn{
	width:462px;
	float:left;
}

/**
 * Left Column
 */ 
 
/* Que es module */
#homepage .leftColumn #queEsBox{
	padding-bottom:105px;
	background:#E75E0C url(../images/bgQueEsBox.gif) no-repeat 0 bottom scroll;
}
#homepage .leftColumn #queEsBox .image{
	width:147px;
	float:left;
	padding-left:10px;
}
#homepage .leftColumn #queEsBox .text{
	width:260px;
	float:left;
	margin-left:25px;
}
#homepage .leftColumn #queEsBox .text p{
	color:#ffffff;
	text-align:left;
}
/* Recorrido module */
#homepage .leftColumn #recorridoBox{
	height:172px;
	overflow:hidden;
	padding:35px 55px 0 40px;
	background: url(../images/bgRecorridoBox.jpg) no-repeat 0 bottom scroll;
}
#homepage .leftColumn #recorridoBox img{
	float:left;
	margin-right:14px;
}
#homepage .leftColumn #recorridoBox h3{
	color:#ffcb05;
	margin-bottom:12px;
	font-weight:bold;
}
#homepage .leftColumn #recorridoBox p{
	color:#ffffff;
}
#homepage .leftColumn #recorridoBox a.lnkMore {
	color:#ffffff;
	width:55px;
	display:block;
	float:right;
	margin-top:10px;
	padding:5px 15px;
	font-weight:bold;
	text-decoration:none;
	background:transparent url(../images/bgLinkMore.gif) no-repeat right 0 scroll;
}
#homepage .leftColumn #recorridoBox a:hover{
	text-decoration:underline;
}
#homepage .leftColumn #recorridoBox #bannerBox{
	padding-top:45px;
}
#homepage .leftColumn #recorridoBox #bannerBox_en{
	padding-top:45px;
}
/**
 * Right Column
 */ 
 
/* Tour module */
#homepage .rightColumn #tourBox{
	padding-top:85px;
}
