.texto_base {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}

.texto_pie {
	font-family: sans-serif;
	font-size: 12px;
	color: ffffff;
}

.linea_separacion {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

.linea_precios {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

/*estilos de los links*/
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

.form_precio {
	background-color: #D1D1D1;
	text-align: right;
	border: none;
	font-weight: bold;
}

.Botones {
	height:18px;
	font-size:7pt;
	font-family:Verdana;
	background-color:#E0E0E0;
	color: #000000;
	border: 1px solid #666666;
	cursor: hand;
}