@charset "utf-8";
/* CSS Document */

.background{
	background-color:#000;}

.fondo_tela
{ background-image:url(imagenes/back.jpg);
background-repeat:repeat;}

.table
{  border-color:#ddd;
border-style:dashed;
border-width:1px;}


.table_product
{  border-color: #999;
border-style:dashed;
border-width:1px;
background-color:#bbb;}

.costurahorizonal
{background-image:url(imagenes/costurahorizontal.png);
background-repeat:repeat-x;
height:25px;
vertical-align:middle;}

.costuravertical
{background-image:url(imagenes/costuravertical.png);
background-repeat:repeat-y;
with:25px;
vertical-align:middle;}

.texto_base
{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
line-height:18px;
}

.titulo_prod
{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color: #F00;
font-variant:small-caps;
line-height:18px;
font-weight:bold;
}

.texto_base_mini
{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
}


a.link1:link
{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color: #F00;
line-height:18px;
text-decoration:none;
}

a.link1:visited
{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color: #F00;
line-height:18px;
text-decoration:none;
}

a.link1:active
{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color: #F00;
line-height:18px;
text-decoration:none;
}

a.link1:hover
{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color: #333;
line-height:18px;
text-decoration:none;
}



.titulotabla
{background-color: #999;
height:25px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
font-weight:bold;
vertical-align:middle;}
