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

.gallery .y-bg-img-controls {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(../images/gallery.png) no-repeat scroll 0 0;
}

.gallery{
	width: 660px;
	height: 429px;
	border: solid 1px #d6d6d6;
}
.gallery img{
	border: none;

}

.gallery div{
	overflow:hidden;
}

.gallery .display-picture{
	width: auto;
	height: 302px;
	position: relative;
	padding-left: 5px;
}

.gallery .display-picture .information{
	float: left;
	width: 180px;
	height:auto;
	font-family: arial;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 5px;
}
.gallery .display-picture .information p{
 	margin: 0;
	padding: 0;
}

.gallery .display-picture .information .tem{
	color: #797979;
	font-size: 12px;
}

.gallery .display-picture .information .tit{
	font-size: 16px;
}

.gallery .display-picture .information .fec{
	color: #a94200;
	font-weight: normal;
	font-size: 8px;
}

.gallery .display-picture .information .sum{
	font-weight: normal;
	font-size: 11px;
}

.gallery .display-picture .picture{
	float: right;
	text-align: right;
	width: 470px;
	height: 300px;
	padding-top: 5px;
	padding-right: 5px;
}


.gallery .bottom-bar{
	width: auto;
	height: 127px;
	
}

.gallery .bottom-bar .prev{
	float:left;
	margin-top: 11px;
	position: relative;
	width: 30px;
	height: 115px;
	background-color:#d9e1e4;
	border-top: solid 1px #a9a9a9;
	background-position:0 -306px !important;
	cursor: pointer;
}

.gallery .bottom-bar .prev-disable{
	background-position:0 -565px !important;
}

.gallery .bottom-bar .next{
	float:right;
	margin-top: 11px;
	position: relative;
	width: 30px;
	height: 115px;
	background-color:#d9e1e4;
	border-top: solid 1px #a9a9a9;
	background-position:0 -436px !important;
	cursor: pointer;
}

.gallery .bottom-bar .next-disable{
	background-position:0 -697px !important;
}

.gallery .bottom-bar .mask{
	float: left; 
	position: relative;
	/*clip:rect(0px,600px,110px,0px);*/
	width: 600px;
	height: 127px;
}

.gallery .gsc{ /*Galleries Container el lo que se movera*/
	position:relative;
	width:100000px;
	height: 116px;
}

.gallery ol, li{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.gallery ol{
	margin-top: 11px;
	left: 0px;
}

.gallery li {
	display:inline;
	float:left;
	position:relative;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-color:#d9e1e4;
	border-top: solid 1px #a9a9a9;
}

.gallery li a{
	float:left;
	height: 115px;
	display:inline;
}

.gallery .gsc .thumb-gallery{/*li con thumbs*/
	width: 600px;
	height: 115px;
}

.gallery .thumb-gallery .thumb-item{
	background-position:0 -145px;
	width: 119px;
	height: 115px;
	text-align: center;
	background-color:#fff;
	margin-right: 1px;
	color: #aaaaaa;
	font-family: arial;
	font-weight:bold;
	font-size: 9px;
	cursor: pointer;
}

.gallery .thumb-gallery .selected{
	background-position:0 -25px !important;
	color: #FFF !important;
}

.gallery .thumb-gallery .indicator{
	background-position:0 20px;
	display:block;
	height:8px;
	margin:-8px auto auto;
	position:relative;
	width:119px;
}

.gallery .thumb-gallery .selected .indicator{
	background-position:0 0 !important;
}

.gallery .thumb-gallery .thumb-item .img{
	height: 70px;
	padding:0px;
	width: 119px;
}

.gallery .thumb-gallery .thumb-item .image{
	width: 82px;
	background: no-repeat;
	margin: auto auto;
	padding:3px;
}

.gallery .thumb-gallery .thumb-item .foot{
	height: 35px;
	width: 100px;
	margin: auto;
	display:block;
}

.clear{
	clear: both;
}


/* css de Objeto Upc.Component.Tab */

.tab-content {
	float:left;
    position: relative;
	height: 400px;
	width: 638px;
}

.tabItem {
	display: none;
}

.tab-content-show {
    display: block;
}


/* Css de Objeto Upc.Component.ScrollBar */

.scroll-flecha img{
	width: 16px;
	height: 16px;
	position: absolute; 
	left: 2px;
}
.scroll-flecha .arriba img{
	top: 3px;
	background: url(../images/flecha_arriba_scroll.png) no-repeat;
}
.scroll-flecha .abajo img{
	bottom: 3px;
	background: url(../images/flecha_abajo_scroll.png) no-repeat;
}
.scroll-flecha .arriba img.disable{
	background: url(../images/flecha_arriba_scroll_disable.png) no-repeat !important;
}
.scroll-flecha .abajo  img.disable{
	background: url(../images/flecha_abajo_scroll_disable.png) no-repeat !important;
}

.scroll-flecha .izquierda img{
	background: url(../images/flecha_izquierda_scroll.png) no-repeat;
}
.scroll-flecha .derecha img{
	background: url(../images/flecha_derecha_scroll.png) no-repeat;
}
.scroll-flecha .izquierda img.disable{
	background: url(../images/flecha_izquierda_scroll_disable.png) no-repeat !important;
}
.scroll-flecha .derecha  img.disable{
	background: url(../images/flecha_derecha_scroll_disable.png) no-repeat !important;
}

