#portada
{
	height:267px;
	margin-top: 17px;
}

#portadaSeparator1
{
	width: 1px;
	height: 258px;
	background-color: #ffffff;
	float: left;
}

#publiWeb
{
	width: 258px;
	height: 200px;
	background-color: #ffffff;
	background-image: url('../images/publiWeb.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#publiHosting
{
	width: 258px;
	height: 200px;
	background-color: #e0e0e0;
	background-image: url('../images/publiHosting.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#publiDev
{
	width: 258px;
	height: 200px;
	background-color: #e0e0e0;
	background-image: url('../images/publiDev.jpg');
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}

.portadaText 
{
	font-family: 'Lucida Grande', Geneva, Helvetica, Arial;
	font-size: 11px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	display: block;
	width: 238px;
	padding-left: 10px;
	padding-right: 10px;
}

.portadaArrow
{
	background-image: url('../images/arrow.gif');
	display: block;
	height: 21px;
	width: 21px;
	position: relative;
	float: left;
}

.portadaArrow2
{
	background-image: url('../images/arrow2.gif');
	display: block;
	height: 21px;
	width: 21px;
	position: relative;
	float: left;
}