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

/*carrusel titulos*/
.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px;
	
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 300px;	
}

.ui-carousel > .wrapper > div {
	border-bottom:solid thin #999999;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-top:8px;
}

#container {
				width: 100%;
				height: 300px;
				position: relative;
			}
			
			#carousel {
				position: absolute;
				top: 35px;
			}

			#carousel img {
				border: 0;
			}

			#ui-carousel-next, #ui-carousel-prev {
				width: 25px;
				height: 25px;
				background: url(../img/carrusel/arrow-bottom.png) #fff center center no-repeat;
				display: block;
				position: absolute;
				left:120px;
				z-index: 100;
			}

			#ui-carousel-next {
				top: 0;
				background-image: url(../img/carrusel/arrow-top.png);
			}

			#ui-carousel-prev {
				bottom: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}
			
			.txt_carrusel{
				font-size:12px;
				font-weight:700;
				line-height:1.2em;
				
			}
			
			.titulo_listado_discografia{
				color:#ED1C24;
				font-size:16px;
				letter-spacing:.1em;
			}
/*carrusel titulos*/

/***** Phone (portrait 300px) *****/
@media only screen and (min-width: 478px) and (max-width: 767px) {
	.carousel-discografia{
	width:100% !important;	
		}	
		
	#txt_carousel_discografia{
	width:100% !important;
	padding-left:20px;
	}
	
	#ui-carousel-next, #ui-carousel-prev {
				width: 25px;
				height: 25px;
				background: url(../img/carrusel/arrow-bottom.png) #fff center center no-repeat;
				display: block;
				position: absolute;
				left:47%;
				z-index: 100;
			}

			#ui-carousel-next {
				top: 0;
				background-image: url(../img/carrusel/arrow-top.png);
			}

			#ui-carousel-prev {
				bottom: 0;
			}
	
	}
	
/***** Phone (small) *****/
@media only screen and (min-width: 100px) and (max-width: 479px) {
	
	#container {
				width: 100%;
				height: 300px;
				position: relative;
			}
			
	#carousel{
	width:100% !important;
	}
	
	.carousel-discografia{
	width:100% !important;
	
			}
	.txt_carrusel{
		padding-left:10px;
	}
	
	#ui-carousel-next, #ui-carousel-prev {
				width: 25px;
				height: 25px;
				background: url(../img/carrusel/arrow-bottom.png) #fff center center no-repeat;
				display: block;
				position: absolute;
				left:47%;
				z-index: 100;
			}

			#ui-carousel-next {
				top: 0;
				background-image: url(../img/carrusel/arrow-top.png);
			}

			#ui-carousel-prev {
				bottom: 0;
			}

	}