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

 
#wrapper-marcas {
overflow:hidden;
}
#carousel-marcas {
	overflow:hidden;
}

#carousel-marcas div {
	text-align: center;
	width: 200px;
	height: 140px;
	padding: 30px 20px 40px 20px;
	float: left;
	position: relative;
}
#carousel-marcas div img {
	border: none;
	width: 80%;
	height: auto;
}

#carousel-marcas div img.chico {
	border: none;
	width: 50%;
	height: auto;
}

#carousel-marcas div img.chico-mas {
	border: none;
	width: 40%;
	height: auto;
}
#carousel-marcas div img.mediano {
	border: none;
	width: 60%;
	height: auto;
}	

#carousel-marcas div img.med {
	border: none;
	width: 65%;
	height: auto;
}	

#carousel-marcas div span {
	display: none;
}
#carousel-marcas div:hover span,
#carousel-marcas div.hover span {
	background-color: #333;
	color: #fff;
	display: inline-block;
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 -50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 3px;
}
#pager {
	text-align: center;
	padding-top: -20px;
}
#pager a {
	background: #ccc;
	display: inline-block;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	margin: 0 2px;
}
#pager a.selected {
	background: #999;
}
#pager a:hover {
	background: #666;
}
#pager a span {
	display: none;
}
