.margen_cero {
	margin: 0px;
}
.texto_blanco {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.borde_derecha_blanco {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}.sobre_mano {
	cursor: hand;
}
.precio_grande {
	font-family: Verdana;
	font-size: 43px;
	color: #000000;
}
.borde_gris_bajo {
	border: 2px solid #D1D1D1;
}
}.borde_gris_superior {
	border-right-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #D1D1D1;
	border-top-color: #D1D1D1;
	border-left-color: #D1D1D1;
}
.texto_negro_14 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.texto_blanco_titulos {

	font-family: Verdana;
	font-size: 16px;
	color: #FFFFFF;
}
.texto_azul_titulo {

	font-family: Verdana;
	font-size: 12px;
	color: #54A9D4;
}
.fondo_dominio {
	background-color: #FFFFFF;
	background-image: url(../img2/fondo_dominio.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.borde_verde {

	border: 2px solid #00B039;
}
.texto {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.barra {	background-image: url(../img/barra.gif);
	background-repeat: no-repeat;
}
.bordeAbajo {	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.texto_verde_negrita {
	font-family: Verdana;
	font-size: 12px;
	color: #009933;
	font-weight: bold;
}
.texto_rojo_tachado {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	text-decoration: line-through;
}
.marcosTablas {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.oculto {
	position: absolute;
	visibility: hidden;
}
.visible {
	position: static;
	visibility: visible;
}

