/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.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;
}

.jcarousel-item-placeholder {
    background: #fff url('http://www.mitiu.com/_graphics/ajax_loader.gif') 50% 50% no-repeat;
}


/* CAROUSEL DERECHA!!!!!!!!!!!!!!!!!!!!!!!!!!! */

#index_right .jcarousel-container {
    background: #F0F6F9;
    border: 1px solid #346F97;
    width: 130px;
    padding: 20px 40px;
}

#index_right .jcarousel-clip {
    width:  100px;
    height: 100px;
	margin: 0 15px;
}

#index_right .jcarousel-list {
    width:  100px;
    height: 100px;
}

#index_right .jcarousel-list li {
    width: 100px;
    height: 100px;
    
}

/**
 *  Horizontal Buttons
 */
#index_right .jcarousel-next-horizontal {
    position: absolute;
    top: 54px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('http://www.mitiu.com/vendors/jquery/jcarousel/images/jcarousel_next.png') no-repeat 0 0;
}

#index_right .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

#index_right .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

#index_right .jcarousel-next-disabled-horizontal,
#index_right .jcarousel-next-disabled-horizontal:hover,
#index_right .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#index_right .jcarousel-prev-horizontal {
    position: absolute;
    top: 54px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('http://www.mitiu.com/vendors/jquery/jcarousel/images/jcarousel_prev.png') no-repeat 0 0;
}

#index_right .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

#index_right .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#index_right .jcarousel-prev-disabled-horizontal,
#index_right .jcarousel-prev-disabled-horizontal:hover,
#index_right .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* FIN CAROUSEL DERECHA!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/*** Carousel Player Fotos ***/

#frag .jcarousel-container {	
	background: none;
    border: none;
	width: 550px; 
	margin:0 0 10px 0;
	padding: 0;
}

#frag .jcarousel-clip {	
	width:  480px;
    height: 360px;
	margin:0 35px;
}

#frag .jcarousel-list {
	width:  480px;
    height: 360px;

}

#frag .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 450px;
    height: 360px;
	
}

#frag .jcarousel-list li {
    width: 450px;
    height: 360px;    
	margin-left:15px;
}

#frag .img_foto_portada{
	width: 450px;
	height: 360px;
}

/**
 *  Horizontal Buttons
 */
#frag .jcarousel-next-horizontal {
    position: absolute;
    top: 163px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('http://www.mitiu.com/vendors/jquery/jcarousel/images/jcarousel_next.png') no-repeat 0 0;
}

#frag .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

#frag .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

#frag .jcarousel-next-disabled-horizontal,
#frag .jcarousel-next-disabled-horizontal:hover,
#frag .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#frag .jcarousel-prev-horizontal {
    position: absolute;
    top: 163px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('http://www.mitiu.com/vendors/jquery/jcarousel/images/jcarousel_prev.png') no-repeat 0 0;
}

#frag .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

#frag .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#frag .jcarousel-prev-disabled-horizontal,
#frag .jcarousel-prev-disabled-horizontal:hover,
#frag .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#frag  .img_player{
	height:360px;
	width:450px;
	margin:0 5px;
	border: none;
}


/*** FIN Carousel Player Fotos ***/



/**
*** Carousel Principal Izquierda
**/ 

#index_welcome .jcarousel-clip {
    width:  580px;
    height: 230px;
	margin: 0px;
}

#index_welcome .jcarousel-list {
    width:  580px;
    height: 230px;
}

#index_welcome .jcarousel-list li {
    width: 580px;
    height: 230px;
}

#index_welcome .jcarousel-container {
	height: 230px;
	width: 580px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 0px;
	border:1px solid #346F97;
}

#index_welcome .jcarousel-next-horizontal {
	background:none;
	width: 0px;
}

#index_welcome .jcarousel-prev-horizontal {
	background:none;
	width: 0px;
}

 /*Estilos de Li */
#index_welcome .imagen_portada{
	display:block;
	height: 0px;
	width: 290px;
	padding-top:230px;
	float:left;
}
#index_welcome .informacion_portada{
	height:230px;
	font-family:Arial,Helvetica,sans-serif;
}

#index_welcome h2{
	margin-bottom: 15px;
}

.informacion_portada h2{
	background: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

.informacion_portada .titulo_portada{
	font-size:22px;
	color:#000000;
	text-decoration:none;
}

.informacion_portada a:hover{
	border-bottom:2px dotted #000000;
	color:#000000;
	text-decoration:none;
}

.destacado_portada:hover{
	opacity:0.9;
}

.informacion_portada p{
	color:#000000;
}

.informacion_portada .texto_portada{
	padding:0 5px 0 0;
	overflow:hidden;
	line-height: 100%;
	font-size: 16px;
}


/**
*** FIN Carousel Principal Izquierda
**/ 


/*** Carousel Eventos ***/

#player-eventos .jcarousel-container {	
	background: none;
    border: none;
	width: 275px; 
	margin:0 0 10px 0;
	padding: 0;
}

#player-eventos .jcarousel-clip {	
	width: 219px;
    height: 360px;
	margin:0px;
}

#player-eventos .jcarousel-list {
	width:  265px;
    height: 360px;

}

#player-eventos .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 265px;
    height: 360px;
	
}

#player-eventos .jcarousel-list li {
    width: 265px;
    height: 360px;    
}


/**
 *  Horizontal Buttons
 */
#player-eventos .jcarousel-next-horizontal {
    position: absolute;
    top: 24px;
    right: 70px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url('http://www.mitiu.com/vendors/jquery/jcarousel/images/jcarousel_next_peque.png') no-repeat 0 0;
}

#player-eventos .jcarousel-next-horizontal:hover {
    background-position: -20px 0;
}

#player-eventos .jcarousel-next-horizontal:active {
    background-position: -40px 0;
}

#player-eventos .jcarousel-next-disabled-horizontal,
#player-eventos .jcarousel-next-disabled-horizontal:hover,
#player-eventos .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

#player-eventos .jcarousel-prev-horizontal {
    position: absolute;
    top: 24px;
    left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url('http://www.mitiu.com/vendors/jquery/jcarousel/images/jcarousel_prev_peque.png') no-repeat 0 0;
}

#player-eventos .jcarousel-prev-horizontal:hover {
    background-position: -20px 0;
}

#player-eventos .jcarousel-prev-horizontal:active {
    background-position: -40px 0;
}

#player-eventos .jcarousel-prev-disabled-horizontal,
#player-eventos .jcarousel-prev-disabled-horizontal:hover,
#player-eventos .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

/*** FIN Carousel Player Fotos ***/