@charset "utf-8";
/* CSS Document */
#contenedoresCat .cat{
	width:200px;
	padding:0px;
	/*background:#CCC;*/
	height:125px;
	float:left;
	text-align:center;
	overflow:hidden;
}

#contenedoresCat h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:3px;
	color:#FFF;
	font-size:14px;
}

#contenedoresCat a{
	text-decoration:none;
	color:#FFF;
}
#contenedoresCat img{
	border:0;
}
.cat-1{background:#898369;}
.cat-2{background:#9e9880;}
.cat-3{background:#898369;}
.cat-4{background:#595434;}
.cat-5{background:#898369;}
