TABLE.dExpressBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #8895B3;
	background-image: url(../imagenes/bg_box.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: right;

}
.TituloPaquete {
	background-color: #BF342E;
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px 10px;
	font-family: "Arial Black";
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.ItemPaquete {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;

}
TABLE.dExpressBox LI {
	list-style-type: square;
	margin: 5px 0px 0px;

}
TABLE.dExpressBox IMG {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 1px;

}
.Precio {
	border: 1px dotted #FF0000;
	text-align: center;
	color: #FF0000;
	background-color: #FFFFCC;
	font-weight: bold;
	width: 80px;
	font-size: 12px;

}
.TitleInterior, .TitleExterior, .TitleExpress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	padding: 3px 15px;
	font-weight: bold;
	font-style: italic;
	word-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../imagenes/race.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
.TitleInterior {
	background-color: #3333FF;
}

.TitleExterior {
	background-color: #FF6600;
}

.TitleExpress {
    	background-color: #BF342E;
}

