
/* ======================================================================
	CARRUSEL STARTS
======================================================================== */
.carousel {
	width:722px;
	position:relative;
	overflow:hidden;
	height:216px;
	background-image:url(../images/secundaria/bg_carousel.gif);
	background-repeat:no-repeat;
	padding:15px 0 20px 0;
}
.carousell {
	width:722px;
	position:relative;
	overflow:hidden;
	height:216px;
	background-repeat:no-repeat;
	padding:15px 0 20px 0;
}
.carousel-wrap {
	overflow:hidden;
	width:681px;
	margin:0 auto;
	height:100%;
}
.carousel ul {
	list-style:none;
	display:block;
	width:15000px;
	height:100%;
	padding:0 0 0 6px;
}
.carousel ul li {
	overflow:hidden;
	display:inline;
	float:left;
	width:164px;
	height:185px;
	position:relative;
	padding:31px 5px 0 0;
	background-image:url(../images/secundaria/bg_carousel_li.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.carousel ul li img {
	border:1px solid #FF6600;
}
.carousel ul li h4 {
	padding:0 0 0 0;
	font-size:12px;
	color:#666;
}
.carousel ul li p {
	font-size:12px;
	color:#666;
	padding:0;
}
.carousel ul li a {
	font-size:11px;
	color:#FFF;
	text-align:center;
	background-image:url(../images/secundaria/bg_carousel_a.gif);
	height:18px;
	width:157px;
	display:inline-block;
	line-height:18px;
	margin-top:8px;
}
.carousel ul li a:hover {
	text-decoration:underline;
	color:#FFF;
}
.carousel .carousel-control {
	overflow:hidden;
	display:block;
	vertical-align:middle;
	cursor:pointer;
	line-height:999px;
	background-repeat:repeat;
	background-position:0 0;
	width:13px;
	height:26px;
	z-index:10;
	position:absolute;
	top:105px;
}
.carousel .carousel-next {
	background:url(../images/secundaria/right_button.gif) 0 0 no-repeat;
	right:-10px;
}
.carousel .carousel-previous {
	background:url(../images/secundaria/left_button.gif) 0 0 no-repeat;
	left:6px;
}
/* ======================================================================
	CARRUSEL ENDS MAIN PAGE ENDS
======================================================================== */

