/* CSS Document */
#contenido{
	height:230px;
	width:799px;
	position:absolute;
	top:363px;
}
#pie{
	width:799px;
	height:65px;
	background-image:url('../img/pie.gif');
	background-repeat:no-repeat;
	position:absolute;
	top:595px;
	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;
}
.fondo{background-repeat:no-repeat; background-position:left; height:150px; padding-left:108px; padding-top:70px;}
.tit{font-size:18px; font-weight:bold;}

.precio{font-size:17px; font-weight:bold; text-align:center;}

.rojo{color:#E50000;}

.nar{color:#FB5D0F;}

.azul{color:#0FB6FB;}

.amarillo{color:#E3D000;}

