
.jcarousel-skin-tango .jcarousel-container {

	/* Bordes y fondos */
   /*  -moz-border-radius: 10px;*/
    background: #161616;
	 height:auto;
	 margin-top:10px;

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 760px;
	padding-top:13px;
	padding-left:12px;

	/* Tamaņo del cuadro del carousel */

		
	
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 200px;
    padding-top: 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
      
    height:130px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 245px;
}
.datec
{
	color:#989898;
	font-size:10px;
	margin-left:11px;
}
.jcarousel-skin-tango .jcarousel-item {
    width:247px;
    height: 125px;
	border:1px solid #666666;
	text-align:left;
	background:#434343;
}
.jcarousel-skin-tango .jcarousel-item:hover
{
	border:1px solid #45b2cf;
	background:#45b2cf;
	color:#fff;
}

.jcarousel-skin-tango .jcarousel-item:hover h1 a{
	color:#fff;
}
.jcarousel-skin-tango .jcarousel-item:hover span
{
	color:#fff;
}
.jcarousel-skin-tango .jcarousel-item  h1 {
	margin-bottom:0;
	padding-bottom:0;
}
.jcarousel-skin-tango .jcarousel-item  h1 a
{
	color:#999;
	margin-top:5px;
	font-weight:bolder;
	margin-left:11px;
	text-decoration:none;
	
}

.jcarousel-skin-tango .jcarousel-item  h1 a:hover
{
	color:#fff;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {

 margin-right: 9px;

	
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
   top:-19px;				/* Style  del arrow derecho */
	right:1px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(right-arrow.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {

    cursor: pointer;
    background: transparent url(right-arrow.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  
    cursor: pointer;
    background: transparent url(right-arrow.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
   
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top:-19px;				/* Style  del arrow izquierdo */
    left: 708px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(left-arrow.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {

    cursor: pointer;
    background: transparent url(left-arrow.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
   
    cursor: pointer;
    background: transparent url(left-arrow.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
 
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
	top:-20px;				/* Style  del arrow derecho */
    right: -8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
   
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
   
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {

    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
	position: absolute;
	top:-19px;				/* Style  del arrow izquierdo */
    left: 11px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
   
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
  
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

