/* CSS ARTICULOS */

div.RecuadroBusqArt {
width:541px;
}
div.RecuadroCategorias,div.RecuadroCategoriasLast {
float:left;
width:119px;
text-align:center;
margin-right:16px;
padding-bottom:15px;
}
div.RecuadroCategoriasLast {
margin-right:0px;
}
div.ImagenProducto {
padding-bottom:17px;
margin-bottom:7px;
border-bottom:#C3C3C3 1px solid;
}

/* Links */

a.BusquedaArticulos {
font-size:11px;
font-weight:bold;
color:#BD370E;
text-decoration:none;
}
a.BusquedaArticulos:hover {
text-decoration:underline;
}

/* Tabla de Listado de Productos */

#TablaListado {
border-collapse:collapse;
font-size:10px;
font-weight:bold;
color:#7C7C7C;
margin-bottom:3px;
}
#TablaListado td {
padding:2px; 
text-align:center;
border: #DBDBDB 1px solid; 
}
#TablaListado th {
height:26px;
padding:2px; 
text-align:center;
color:#FFFFFF;
}
#TablaListado #thnormal {
background:url(../Images/BgTablaProductos.gif) repeat-x;
}
#TablaListado #th1 {
background:url(../Images/BgIzqTablaProductos2.gif) no-repeat 0px 0px!important;
}
#TablaListado #thUltimo {
background:url(../Images/BgDerTablaProductos2.gif) no-repeat -28px 0px!important;
}
#TablaListado .tr2-1 {
background-color:#F7F7F7;
}
#TablaListado .tr2-2 {
background-color:none;
}

/* Definiciones para Tabla de 4 columnas */

#TablaListado .td4-1 {
width: 90px;
}
#TablaListado .td4-2 {
width: 85px;
}
#TablaListado .td4-3 {
width: 300px;
text-align:left;
padding:0px 3px;
}
#TablaListado .td4-4 {
width: 50px;
}

/* Definiciones para Tabla de 5 columnas */

#TablaListado .td5-1 {
width: 90px;
}
#TablaListado .td5-2 {
width: 65px;
}
#TablaListado .td5-3 {
width: 255px;
text-align:left;
padding:0px 3px;
}
#TablaListado .td5-4 {
width: 65px;
}
#TablaListado .td5-5 {
width: 50px;
}

/* LINKS */

a.ThLinkBlanco{
font-family:Verdana, Arial, Helvetica, Arial, sans-serif;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
a.ThLinkBlanco:hover{
text-decoration:underline;
}