/* CSS Document */
#contenido{
	height:200px;
	width:799px;
	position:absolute;
	top:363px;
}
#pie{
	width:799px;
	height:65px;
	background-image:url('../img/pie.gif');
	background-repeat:no-repeat;
	position:absolute;
	top:565px;
	padding-left:10px;
}
/*cajas_portada*/
.caja1{
	width:243px;
	height: 174px;
	position:absolute;
	left:25px;
	background-image:url('../img/caja_basico.gif');
	background-repeat:no-repeat;
}
.caja2{
	width:243px;
	height: 174px;
	position:absolute;
	left:278px;
	background-image:url('../img/caja_standar.gif');
	background-repeat:no-repeat;
}
.caja3{
	width:243px;
	height: 174px;
	left:532px;
	position:absolute;
	background-image:url('../img/caja_profesional.gif');
	background-repeat:no-repeat;
}
.contratar{
	width:53px;
	height:28px;
	float:right;
	margin-top:140px;
	padding-right:15px;
}
