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

#carousel {
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	height: 165px;
	width:730px;
	margin-left:35px;
	background-image: url(../img/ca-bk.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#carousel .belt {
	position: absolute; /* Necesario */
	left: 0;
	top: 0;
	margin:0 5px 5px 0;
	visibility: visible;
}

#carousel .panel {
	width:720px;
	float: left; /* Necesario */
	overflow: hidden;
	padding:7px;
	background:url(img/carousel-panel-bg.png) bottom left repeat-x;
}

#carousel .panel .panel-text {
	padding-top:5px;
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#666666;
	width: 350px;
}

#carousel .panel .panel-text a {
	color:#CCC;
	text-decoration:none;
}

#carousel .panel .panel-text a:hover {
	color:#FFF;
	text-decoration:underline;
}

			/* Botones del carousel */
			
.button-prev {
	height:165px;
	width:35px;
	float:left;
	-moz-border-radius:10px 0 0 10px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../img/ca-bk.png);
}

.button-prev a {
	display:block;
	padding:5px;
	margin-top:75px;
}

.button-next {
	height:165px;
	width:35px;
	float:right;
	background-image: url(../img/ca-bk.png);
	background-repeat: repeat-x;
	background-position: center top;
	-moz-border-radius:0 10px 10px 0;
}

.button-next a {
	display:block;
	padding:5px;
	margin-top:75px;
}


a img {
	border:none;
}

#carousel .belt .panel img {
	float: right;
}
