@CHARSET "UTF-8";

body {
	font-family: arial;
	font-size: 12px;
}
#panel {
	/* [disabled]overflow: hidden; */
	position: relative;
	top: -12px;
	background-color: transparent;
	padding-top: 10px;
	/* [disabled]border: 1px solid #eee; */
	width: 703px;
}

#thumbs {
	overflow: auto;
	position: relative;
	top: -9px;
	height: 400px;
	/* [disabled]width: 130px; */
	padding-left: 0px;
}
#thumbs img{
	border: 0px solid gray;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: white;
	cursor: pointer;
	float: left;
}


#largeImage {
	border: 0px solid gray;
	background-color: #FFF;
	cursor: none;
	position: relative;
	top: 3px;
	overflow: hidden;
}


#description {
	background: #fff;
	color: #333;
	position: relative;
	bottom: 10px;
	padding: 0px;
	width: auto;
	margin: 0px 0px 0px 0px;
	top: -20px;
	opacity: .65;
	/* [disabled]border-left: 1px solid #f60; */
	/* [disabled]border-right: 1px solid #f60; */
	float: inherit;
}
#preload {
	float: left;
	position: absolute;
	display: none;
	top: -100px;
}
.im {
	max-height: 435px;
	max-width: 703px;
}

.mini {
	position: relative;
	top: 0px;
	display: block;
	float: left;
}
.clipin {
	height: 75px;
	width: 105px;
	float: left;
}


/*.Memoria {
	height: 430px;
	width: 300px;
	z-index: 15;
	float: left;
	position: relative;
	left: 145px;
	top: 13px;
	background-color: #FFF;
	padding: 10px;
	text-align: justify;
	[disabled]display: none; 
}
*/

.volver {
	position: absolute;
	top: 426px;
	left: 20px;
	text-decoration: none;
	font-size: 16px;
}
/*.next {
	position: absolute;
	top: 450px;
	left: 88px;
	text-decoration: none;
	color: "#F30";
}*/

.next {
	position: relative;
	top: calc( 50% - 25px);
	text-decoration: none;
	color: "#F30";
	right: 0px;
}

/*.prev {
	position: absolute;
	top: 450px;
	left: 22px;
	text-decoration: none;
	color: "#F30";
}*/
.prev {
	position: absolute;
	top: calc( 50% - 25px);
	text-decoration: none;
	color: "#F30";
	transform: scaleX(-1);
}

a {
   text-decoration: none;
   color: #666;	
   }
   
.bestudio {
	font-family: arial;
	font-size: 10px;
	text-align: center;
	color: #666;
	background-color: #FFF;
}
.bestudio table {
	position: absolute;
	/* [disabled]top: -10px; */
	left: 0px;
	height: 483px;
}
.bparrafo {
	font-size: 11px;
	text-align: left;
	
}
.btitulo {
	font-size: 14px;
	text-align: left;
}

span.naranja{
	color:#F60;
}

/*#memotxt {display:none;}*/
	
/*	
#pruebax{
	float: left;
	position: absolute;
	top: 12px;
	width: 50%;
	height: calc(100% - 9px);
	left: 0px;
	opacity: 0.5;
	}
*/
	
#bprev{
	float: left;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	opacity: .5;
	text-align: left;
	font-size: 35px;
	left: 0px;
	}
/*#pruebay{
	float: right;
	position: absolute;
	width: 50%;
	height: calc(100% - 9px);
	right: 0px;
	top: 12px;
	opacity: .5;
	text-align: right;
	}*/
	
#bnext{
	float: right;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 50%;
	opacity: .5;
	text-align: right;
	font-size: 35px;
	}
	
	
/*#MEMORIA:hover #memotxt {display:block;
}
*/
