/*------------------------------------------------
-----------------|   Carrusel   |-----------------
------------------------------------------------*/

#carrusel {
	width: 920px;
	height: 100px;
	background: #fff url(../images/inicio/scrollable_bg.png) no-repeat 0 0;
	overflow: hidden;
}

#carrusel div.modelos {
	width: 860px;
	overflow: hidden;
	float: left;
	position: relative;
}

#carrusel div.items {
	position: relative;
	width: 2000em;
}

#carrusel div.page {
	width: 860px;
	float: left;
	overflow: hidden;
}

#carrusel a.browse {
	display: block;
	float: left;
	width: 30px;
	height: 100%;
	background: transparent none no-repeat 0 center;
}

#carrusel a.browse:hover {
	background-position: -30px center;
	cursor: pointer;
}

#carrusel a.disabled {
	visibility: hidden;
}

#carrusel a.prev {
	background-image: url(../images/inicio/scrollable_prev.png);
}

#carrusel a.next {
	background-image: url(../images/inicio/scrollable_next.png);
}

#carrusel div.items a {
	padding: 12px 25px 0 25px;
	text-align: center;
	display: block;
	float: left;
}

#carrusel div.items span {
	font-size: 11px;
	color: #000;
	visibility: hidden;
}

#carrusel div.items a:hover span {
	visibility: visible;
}

#carrusel_total, #buscador_total {
	font-size: 11px;
	font-weight: bold;
	color: #b2b2b2;
}

#carrusel_total {
	text-align: right;
}

/*------------------------------------------------
-----------------|   Buscador   |-----------------
------------------------------------------------*/

#buscador table {
	width: 100%;
}

#buscador thead {
	font-size: 12px;
}

#buscador thead td {
	text-align: right;
}

#buscador select {
	width: 100px;
}

#buscador button {
	width: 160px;
	height: 18px;
	padding: 0;
	border: 0;
	text-align: left;
	font-weight: bold;
	background: #fff url(../images/comun/button_bg.png) no-repeat left;
	color: #fff;
}

#buscador button span {
	padding: 0 0 0 12px;
	font-size: 12px;
}

#buscador th {
	padding: 0;
	text-align: left;
	background: #fff url(../images/comun/th_bg.png) no-repeat center;
}

#buscador th p {
	padding: 2px 0 2px 20px;
	margin: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #777;
	color: #737373;
}

#buscador th.primero {
	background-position: left center;
}

#buscador th.primero p {
	border-left: none;
}

#buscador th.ultimo {
	background-position: right center;
}

#buscador th.ultimo p {
	border-right: none;
}

#buscador tbody td {
	padding: 5px 10px;
	vertical-align: top;
}

#botones {
	padding: 0 0 0 776px;
	margin: -40px 0 0 0;
}

#botones p {
	width: 142px;
	height: 36px;
	padding: 0;
	margin: 10px 0 0 0;
	background: #0f583d url(../images/comun/button_bg.jpg) no-repeat;
}

#botones a {
	display: block;
	padding: 4px 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

/*------------------------------------------------
-----------------|   Destacados   |---------------
------------------------------------------------*/

#destacados {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#destacados li {
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
}

#destacados li:last-child {
	margin: 0;
}

#destacados a {
	display: block;
	width: 127px;
}

#destacados img, #destacados span {
	display: block;
	text-align: right;
}

#destacados img {
	width: 125px;
	border: 1px solid #fff;
}

#destacados a:hover img {
	border-color: #000;
}

#destacados span.nombre {
	height: 20px;
	margin: 5px 0;
	font-size: 11px;
	color: #000;
}

#destacados span.precio {
	font-size: 12px;
	font-weight: bold;
	color: #126949;
}