
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }



#box
	{
	position: relative;
	margin-left: 1px;
	margin-right: 1px;	
	margin-top: 1px;
	padding: 0;
	text-align: left;
	width:100%;				/* <-- use this to tie width to viewport size */
	/*width: 55em;*/				/* <-- use this for a set width */
	background-color: #FFF;
	}
 	
#content
	{
	padding:15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	}
#content A
	{
	 
	
	color:#000;
	}
#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;;
	margin:2px;
	
	}
#content h2
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;;
	margin:2px;
	
	}
#content h3
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;;
	margin:2px;
	}
		
#content p  A
	{
	
	font-size: 10px;
	line-height: 1.2em;
	margin:1px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	}

#content hr { 
height: 1px;
border: 1px dotted #ccc;
color: #000;
background-color: #FFF;
width: 100%;
}

/*Specila boxes*/  
#content .popular-list {
    width: 95%;
    margin: 10px 0 25px 0;
    padding: 0 10px 0 10px;
    
}
#content .popular-list ul {
    margin: 0px;
    padding: 5px 0 5px 0;
}
#content .popular-list li {
    display: list-item;
    margin: 0px;
    padding: 5px 0 5px 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
    list-style-type: none; 
    background-image: url(images/vineta1.gif);
    background-repeat: no-repeat;
    background-position: 3px center;
    font-size: 11px;
}
#content .popular-list a:hover {
    text-decoration: underline;
    color: #000000;
}
#content  a:hover {
    text-decoration: none;
    color: #069;
}	

#content  tr.producto_lista td {
	color:#000;
	/*cursor: pointer;*/
}



#content tr.producto_lista:hover, tr.producto_lista:hover td {
	background: #f2f2f2;
}
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 100% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #FFF;
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			