/* left */    
#left {
	width: 155px;
	background-image: url(../images/web/left.gif);
	background-repeat: no-repeat;
	background-color: rgb(193, 0, 64);
	float: left;
	margin: 0px 0px auto 0px;
	height: 100%;
}	      
.titulo {
	color: rgb(229, 229, 229);
	font-size: 12px;
	font-weight: bolder;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#catalogo {
	margin-top: 6px;
    padding-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 20%;
}
LI.links  {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-bottom: 3px;
}
LI.links a {
	color: rgb(0, 0, 0);
    text-decoration: none;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    background-image: url(../images/web/out.gif);
    background-repeat: no-repeat;
}   
LI.links a:hover {
	background-image: url(../images/web/over.gif);
	background-repeat: inherit;
}
/* fin left */   

