.separadorOrden {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	text-transform: uppercase;
	background-color: #CCCCCC;

}
.segundaLinea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	text-transform: uppercase;
	background-color: #CCCCCC;
	font-weight: bold;
}
.terceraLinea {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	vertical-align: bottom;
	text-align: center;
	background-color: #CCCCCC;
}

.terceraLineaValor {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	vertical-align: bottom;
	text-align: center;
	background-color: #CCCCCC;
}

.terceraLineaEntrePrecio {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	border: thin solid #000000;
	text-align: center;
	background-color: #CCCCCC;
}

.lineaWebText {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	border: 1px solid #000000;
	text-align: left;
	width: 100%;
	background-color: #CCCCCC;
}



A:link {
	COLOR: #0000CD; TEXT-DECORATION: underline;
}
A:visited {
	COLOR: Navy; 
}

A:hover {
	COLOR: Black;  TEXT-DECORATION: underline;
}

A {
	FONT-SIZE: small; COLOR: Purple; FONT-FAMILY: "Times New Roman", Times, serif;TEXT-DECORATION: underline;
}

