/*GENERALES */
/*ol, ul{list-style:none;}

a, a span{cursor:pointer;}

a{color:#5db0e6;}

*/

/*CAROUSEL STARTS*/


.carousel {
	width:623px;
	max-height:263px;
	background: url(../images/index/carousel_left.gif) no-repeat left;
	float:left;
	overflow:hidden;
}
.carousel-wrap {
	position:absolute;
	width:623px;
}
.carousel ul {
	list-style:none;
	display:block;
	width:623px;
	height:263px;
}
.carousel ul li {
	overflow:hidden;
	display:inline;
	float:left;
	width:623px;
	height:263px;
	 position:relative;
}
.carousel .carousel-control {
	display:none;
}

.carousel-pagination {
	position:absolute;
	text-align:center;
	vertical-align:middle;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	top:250px;
	left:600px;
}
.carousel-pagination a {
	background-color:#92be27;
	color:#ffffff;
	text-decoration:none;
	margin:3px;
	padding:3px;
	cursor:pointer;
}
.carousel-pagination a.active {
	background-color:#ffffff;
	color:#92be27;
	text-decoration:none;
}
.carousel-pagination a:hover {
	background-color:#ffffff;
	color:#92be27;
	text-decoration:none;
}
.descripcion {
	width:278px;
	height:223px;
	background-image:url(../images/carousel/bg_negro_trans.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	padding:5px 10px 5px 10px;
}
.descripcion h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:-1px;
}
.descripcion h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#FFFFFF;
	font-weight:normal;
	letter-spacing:-1px;
}
.descripcion p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:justify;
}
.descripcion .arrow a {
	color:#92be27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	background-image:url(../images/carousel/arrow_right_green.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	vertical-align:middle;
}
.descripcion .arrow a:hover {
	color:#92be27;
	text-decoration:none;
}
.catalogo {
	background-image:url(../images/carousel/bg_catalogo_verde.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	width:278px;
	height:30px;
	position:absolute;
	top: 233px;
	padding-left:20px;
}
.catalogo a.btclink {
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:underline;
	width:298px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:-1px;
	background-image:url(../images/homeaudio/arrow_right_white.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}
.catalogo a.btclink:hover {
	color:#FFFFFF;
	text-decoration:none;
}
