/* MAIN PAGE STARTS */
#Noticias {
	background-image: url(../images/index/bg_noticias.jpg);
	background-repeat:no-repeat;
	padding:47px 63px 26px 32px;
	width:227px;
	height:147px;
	float:left;
}

#Galeria {
	background-image: url(../images/index/bg_galeria.jpg);
	background-repeat:no-repeat;
	padding:168px 0 0 109px;
	width:205px;
	height:44px;
	float:left;
}

#Galeria a{
	color:#007677;
	text-decoration:none;
}

#Galeria a:hover{
	text-decoration:underline;
}

#Tienda {
	background-image: url(../images/index/bg_tienda.jpg);
	background-repeat:no-repeat;
	padding:140px 0 0 215px;
	float:right;
	height:80px;
	width:92px;
}

#Tienda a{
	color:#007677;
	text-decoration:none;
}

#Tienda a:hover{
	text-decoration:underline;
}
/* MAIN PAGE ENDS */