/* CSS Document */

.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.txt8{
	font-size:8px;
}
.txt9{
	font-size:9px;
}
.txt10{
	font-size:10px;
}
.txt11{
	font-size:11px;
}
.txt12{
	font-size:12px;
}
.txt14{
	font-size:14px;
}
.txt15{
	font-size:15px;
}
.txt18{
	font-size:18px;
}
.txt24{
	font-size:24px;
}
.blanco{
	color:#FFFFFF;
}
.negro{
	color:#000000;
}
.gris{
	color:#5E6C7C;
}
.lila{
	color:#3B123C;
}
.verde{
	color:#C5DB00;
}
.negrita{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.vino_blanco {
	color: #B0B4A7;
}
.vino_rosado {
	color: #ED5D73;
}
.vino_tinto {
	color: #9F1415;
}
.sin_enlace{
	text-decoration:none;
}

.fondo_como_comprar{
	background-image:url(../img/top_como_comprar.gif);
	background-repeat:no-repeat;
}
.borde_rojo_lados{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9E1415;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9E1415;	
}
