/* Carrusel */
.jcarousel-container {
    position: relative;
}
.jcarousel-skin-chv .jcarousel-container {
	position: static;
	overflow: hidden;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
	position: relative;
	width: 985px;
}
#cabecera {
	height:133px !important;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


#principal{
	float:left;
	margin:4px 0px 5px 15px;
	overflow:hidden;
	/*height: 558px;*/
	width: 578px;
}

.titulo{
	background-image:url('../images/sprite.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:89px;
	margin-left:1px;
	clear: both;
}
.start{
	clear:both;
}

/*Estilo carrusel galeriaas botonera*/

	#containerH1{
		margin-left:23px;
		margin-top:32px;
		overflow:hidden;
		padding:0px;
		width:610px;
	}
	#containerH1 .jcarousel-skin-chv .jcarousel-container-horizontal {
		height:40px;
		overflow:hidden;
		padding:0px 0 0;
		width:546px;
		float:left;
	}
	#containerH1 .jcarousel-skin-chv .jcarousel-clip-horizontal {
		height:40px;
		overflow:hidden;
		width:546px;
	}
	#containerH1 .jcarousel-skin-chv .jcarousel-item {
		height:40px;
		width:107px;
	}
	#containerH1 .jcarousel-skin-chv .jcarousel-item-horizontal {
		padding-left: 2px;
	}
	#containerH1  input#carouselH1-prev{
		background-color:transparent;
		background-image: url('../images/menu_izq.jpg');
		background-repeat:no-repeat;
		border:0 none;
		cursor:pointer;
		display:block;
		height:21px;
		overflow:hidden;
		padding-top:20px;
		width:22px;
	}
	#containerH1 span.anterior,#contenedorH1 span.siguiente {
		display:block;
		float:left;
		margin:0;
		padding:0;
	}
	#containerH1 input#carouselH1-next{
		background-color:transparent;
		background-image: url('../images/menu_der.jpg');
		background-repeat:no-repeat;
		border:0 none;
		cursor:pointer;
		display:block;
		height:21px;
		overflow:hidden;
		padding-top:20px;
		width:22px;
	}
		
	#publicidad{		
		width:200px;
		height:600px;
		float:left;
		margin-top: 10px;
		text-align: center;
	}

