/* Hoja de Estilos para la Home */
#webhosting{
	background: url(http://images.deeperhost.net/home-webhosting-promo.png) no-repeat;
	width: 590px;
	height: 191px;
	border: 1px solid #CCC;
}
#premium{
	background: url(http://images.deeperhost.net/home-hosting-premium-promo.png) no-repeat;
	width: 590px;
	height: 191px;
	border: 1px solid #CCC;
}
#reseller{
	background: url(http://images.deeperhost.net/home-reseller-promo.png) no-repeat;
	width: 590px;
	height: 191px;
	border: 1px solid #CCC;
}
#vps{
	background: url(http://images.deeperhost.net/home-vps-promo.png) no-repeat;
	width: 590px;
	height: 191px;
	border: 1px solid #CCC;
}
#webhosting ul, #premium ul, #vps ul, #reseller ul {
	width: 300px;
}
.home_promo_titulo{
	color: #FFF;
	font: bold 13px Arial, sans-serif;
}
.home_promo_caracteristicas{
	list-style-type: square;
	font: bold 12px Arial, sans-serif;
}
.home_promo_link{
	display: block;
	width: 174px; 
	height: 45px; 
	position:relative; 
	left:406px;
}
#home_promo_link{
	top:28px;
}