@import 'main.css';

#principal{
	background-image: url(../img/artanddetails_fondo.jpg);
	background-repeat:no-repeat;
}

#panel_title {
	position:relative;
	top:0px;
	margin-left: 213px;
	width:765px;
	height:124px;
	background: url(../img/artanddetails_top_panel.jpg) no-repeat top left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
}
#panel_title h1{
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
	font-size: 18px;
}
#panel_title p{
	position: relative;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	width: 690px;
	margin: 0px;
}

/*******************/
/* ESTILOS GALERĶA */
/*******************/
#panel_gallery {
	position:relative;
	top: -30px;
	margin-left: 213px;
	width:763px;
	height:668px;
	background: url(../img/artanddetails_gallery_panel.jpg) no-repeat top left;
	color:#FFFFFF;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 24px;
}
#gallery {
	position: relative;
}
#galleryContainer {
	position: relative;
}
#preloader{
	position:relative;
	width:200px;
	top:75px;
	text-align:center;
	font-size:16pt;
	background: url(../img/preloader.gif) no-repeat bottom center;
	padding-bottom:75px;
	margin-left: auto;
	margin-right: auto;
}

.usual {
	position:relative;
	width:709px;
	height: 20px;
	padding: 0px;
	margin-bottom:4px;
	left:0px;
}
.usual ul {
	position: relative;
	margin-left: 0px!important;
	padding: 0px!important;
}
.usual ul a {
	/*display:block; : esto provocaba el fallo del padding al hacer click*/
	position:relative; /*Necesario para que IE muestre bien los padding*/
	height: 19px;
	text-decoration:none!important;
	padding:4px 10px;
	margin-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
	background:url(img/fondo_tab.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}
.usual ul a:first-letter {
	font-size:14px;
}
.usual li { 
	position: relative;
	list-style:none; 
	float:left;
	margin-left: 0px;
	padding: 0px;
	left: 0px;
}
.usual ul a:hover {
	color:#CCCCCC;
}
.usual ul a.selected {
	color:#000000;
	background:#FFFFFF;
	cursor:default;
}

.usual .tab {
	overflow: hidden;
	height: 105px;
	width: 709px;
	clear:left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.usual #capa_thumbnails {
	overflow:hidden;
	display:inline;
	height: 105px;
}
.usual #capa_thumbnails #left-arrow{
	position: relative;
	z-index: 100;
	float: left;
	width: 14px;
	height: 95px;
	background-image: url(../img/left-arrow.gif);
	cursor:pointer;
}
.usual #capa_thumbnails #right-arrow{
	position: relative;
	z-index: 101;
	float: right;
	width: 14px;
	height: 95px;
	background-image: url(../img/right-arrow.gif);
	cursor:pointer;
}
.usual #capa_thumbnails #img_scroll {
	position:relative;
	display:block;
	z-index: 90;
	top: 5px;
	left: 5px;
	height: 75px;
	width: 10000px;
}
.usual #capa_thumbnails #img_scroll a{
	position: relative;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.carousel{
	position:relative;
	list-style:none;
	padding:0px;
	margin:0px;
}

.carousel li{
	position:relative;
	float:left;
	margin-right:10px;
}
.carousel li a{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color:#000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#fullSize {
	position: relative;
	margin-top: 5px;
	width:709px;
	height: 437px;/*692x604
	overflow:hidden;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background:#333;*/
}

#fullSize img{
	position:relative;
}

.fullsizeView{
	position: relative;
	top:0px;
	left:0px;
}

.fullsizeImage1{
	position:absolute !important;
	top:0px;
	left:0px;
	z-index:2;
}

.fullsizeImage2{
	position:absolute !important;
	top:0px;
	left:0px;
	z-index:1;
}
.titulo_fullsize_image {
	position: relative;
	width: 709px;
	top: 450px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
}
