.texto {
	font-family: Tahoma;
	font-size: 11px;
}

.texto_gris {
	font-family: Tahoma;
	font-size: 10px;
	color:#AEAEAE;
}
.texto-sangria {
	font-family: Tahoma;
	font-size: 11px;
	text-indent: 10px;
}
.cajas {
	border: 1px #b2b2b2 solid;
	font-family: Tahoma;
	font-size: 11px;
}
.boton {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8f274b;
	border: 1px #FFFFFF;
	font-weight: bold;
}

.boton2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #777777;
	border: 1px #FFFFFF;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}

img.mouseout {
border: 2px solid #dddddd;
}
img.mouseover {
border: 2px solid #8f274b;
} 

.articulo
{
	font-family: Tahoma;
	font-size: 11px;
	}
	
.precio
{
color:#8f274b;
}

.campo {
	font-family: Tahoma;
	font-size: 10px;
	color: #444444;
	background-color: #cccccc;
	border: 1px #444444;
}

a.grana { color:#8f274b; text-decoration:none; font-family:Tahoma, Arial; font-size:10px;}
a.grana:hover { color:#501529; text-decoration:none; font-family:Tahoma, Arial; font-size:10px; font-style:italic;}

a.negro { color:#000000; text-decoration:none; font-family:Tahoma, Arial; font-size:11px;}
a.negro:hover { text-decoration:none; font-family:Tahoma, Arial; font-size:11px; color:#660033;}

.seleccionado{
color:#777777;
font-family:Tahoma, Arial; font-size:10px; 
}