#cabecera {
	background: url(../images/barra.png) repeat-x white;
	background-position: bottom left;
	border-top:10px solid rgb(167,59,68);
	padding-bottom:5px;
	text-align:center;
	margin-bottom:3px;
	color:white;
	text-transform:uppercase;
}

#cabeceracatalogo {
	position:relative;
	width:780px;
}

#cabeceracatalogo #cabecera
{
	width:585px;
	float:left;
}

#cabeceracatalogo #cabecera img {
	margin:5px;
	width:58%;
}

#cabecera h3 {
	background-color : rgb(167,59,68);
}

#cabeceracatalogo #cabecera h3 {
	font-size:12px;
}

#cabeceracatalogo #menu 
{
	float:right;
	border:3px solid rgb(174,149,52);
	width:180px;
	height:61px;
    padding-top:10px;
}

#cabeceracatalogo #menu a 
{
    display:list-item;
    list-style: square inside;
    text-transform: uppercase;
    font-size: 12px;
    background-color: rgb(167,59,68);
    border-bottom: 1px dotted white;
    width:80%;
    color:White;
    text-decoration:none;
}
#cabeceracatalogo #menu a:hover {
	background:rgb(200,128,128);
	text-decoration:underline;
}



#catalogo #cabeceracatalogo {
	position:static;
	width:100%;
	margin-top:10px;
	border:1px solid #CBC7B9;
}
#catalogo #cabeceracatalogo #cabecera {
	width:100%;
}
#catalogo #cabeceracatalogo #cabecera h3 {
	font-size:10px;
}
#catalogo #cabeceracatalogo #cabecera img {
	margin:3px;
	width:90%;
}
#catalogo #cabeceracatalogo #menu {
	width:100%;
	height:120px
}

#catalogo #cabeceracatalogo #menu * {
	font-size:9px;
}
#catalogo #cabeceracatalogo #menu ul {
	margin:3px;
}