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


#marcas #letras {
	/*width: 675px; Para centrar */ 
	margin: auto;
	width: 100%;
	position:relative;
	padding-top:25px;
	
}
#marcas #letras #tag {
	float: left;
	padding-right: 1px;
	padding-left: 1px;
}

#marcas #letras #tag h1 {
	background-image: url(/imagenes/marcas/letras/tag_esq_izq.gif);
	height: 27px;
	width: 5px;
	float: left;
}
#marcas #letras #tag a {
	background-image: url(/imagenes/marcas/letras/tag_bkg.gif);
	height: 21px;
	background-repeat:  repeat-x;
	display: block;
	float: left;
	padding-top: 6px;
	color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}
#marcas #letras #tag a:hover {
	color:#009999;
	border-bottom:4px solid #009999;
	height: 17px;
}
#marcas #letras #tag h2 {
	background-image: url(/imagenes/marcas/letras/tag_esq_dcha.gif);
	height: 27px;
	width: 5px;
	float: left;
}
#marcas #letras #tag .activo {
	color:#009999;
	border-bottom:4px solid #009999;
	height: 17px;
}
#marcas .bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8CC92;
}
#filaMarcas {
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
