/* CSS Document */

<style type="text/css">
		/* Carousel */
		
#carousel {
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	height: 250px;
	margin-left:35px;
	background:#5B5B5B url(carousel-bg.png) bottom left repeat-x;
}

		/* Carousel */
		
#carousel {
	position: relative; /* Necesario */
	overflow: hidden; /* Necesario */
	height: 180px;
	margin-left:15px;
	width: 580px;
	background-position: left top;
	background-image: url(degrade.jpg);
	background-repeat:  repeat-x;
}
#carousel .belt {
	position: absolute; /* Necesario */
	left: 31px;
	top: 0;
	width: 465px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

#carousel .panel {
	width:120px;
	float: left; /* Necesario */
	overflow: hidden;
	border:1px solid #5B5B5B;
	height: 130px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 6px;
	background-color: #383838;
	background-repeat:   repeat-x;
	background-position: left bottom;
	background-image: url(degrade-li.jpg);
}

#carousel .panel .panel-text {
	padding-top:5px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

#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:180px;
	width:25px;
	float:left;
	background-color: #5B5B5B;
	background-image: url(degrade.jpg);
	background-repeat:   repeat-x;
	background-position: left bottom;
}

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

.button-next {
	height:180px;
	width:25px;
	float:right;
	background-color: #5B5B5B;
	background-image: url(degrade.jpg);
	background-repeat:    repeat-x;
	background-position: left bottom;
}


.button-next a {
	display:block;
	margin-top:70px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#videos {
	float: left;
	width: 630px;
}


a img {
	border:none;
}
</style>#rep {
	float: left;
	height: 300px;
	width: 400px;
	clear: both;
	display: block;
}
#rep {
	display: block;
	float: left;
	height: 390px;
	width: 630px;
	clear: both;
}
