/* css sheet */

.envolturaGaleriaIzq {
	background: url(pics/bgenvoltura.jpg) left 0px no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.envolturaGaleriaDer {
	background:  url(pics/bgenvoltura.jpg) right -411px no-repeat;
	padding-right: 15px;
}
.envolturaGaleriaCen {
	background: url(pics/bgenvoltura.jpg) center -822px repeat-x;
	height: 411px;
}
.tituloDeGaleria {
	margin: auto;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.albumDeGaleria, .tiraDeMiniaturas {
	margin: auto;
}
.espacioDeFoto {
	background-color: #000;
	z-index: 0;
}
.fondoDeDatos {
	background: #000 url(pics/bgfondo_de_datos.jpg) left top repeat;
	width: 563px;
	width: 543px !important;
	padding: 3px 10px;
	opacity: .80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}
.fondoDeDatos * {
	color: #fff;
}
.tiraDeMiniaturas span {
	white-space: nowrap;
	cursor: pointer;
}
.cargadorDeFotos {
	position: relative;
	z-index: 0;
}
.cargadorDeFotos p {
	padding-bottom: 3px;
	position: relative;
	z-index: 0;
}
.selectorDeArchivo, .campoDeTexto { margin-right:3px; }
.selectorDeArchivo {
	display: block;
	float: left;
	color: #fff;
	height: 24px;
	line-height: 24px;
	text-align: center;
	/**/
	overflow: hidden;
	position: relative;
	z-index: 0;
	/* degradado */
	background: #339900;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCFF00), to(#339900));
	background: -moz-linear-gradient(top, #CCFF00 ,  #339900);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFF00', endColorstr='#339900');
	/* borde curvo */
	border: 1px solid #00CC00;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.selectorDeArchivo input {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	opacity: .01;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=01);
	filter: alpha(opacity=01);
}
.campoDeTexto {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	/**/
	overflow: hidden;
	position: relative;
	z-index: 0;
	/* degradado */
	color: #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff ,  #f0f0f0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	/* borde curvo */
	border: 1px solid #d7d7d7;
}
.campoDeTexto input {
	display: block;
	border: none;
	background: none;
	width: 95%;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#nombreDeLaFoto {
	display: block;
	float: left;
	border: none;
	background: none;
	height: 24px;
	line-height: 24px;
}
.leerMas {
	color: #FFCC00;
	padding-right: 10px;
}
.areaDeBiografia {
	background: blue url(pics/bgbiografia.jpg) center top repeat-x;
	width: 563px;
	height: 280px;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 51px;
	left: 38px;
	z-index: 1;
	/* degradado */
	/*color: #ccc;
	background: #064579;
	background: -webkit-gradient(linear, left top, left bottom, from(#7AC1FB), to(#064579));
	background: -moz-linear-gradient(top, #7AC1FB ,  #064579);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7AC1FB', endColorstr='#064579');*/

}
.biografia {
	color: #fff;
	width: 543px;
	height: 280px;
	height: 232px !important;
	overflow: hidden;
	overflow-y: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.biografia p {
	margin-bottom: 8px;
}
.biografia img {
	border: 1px solid #ccc;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
	clear: left;
}
.areaDeBiografia #botonDeVolver {
	color: #fff;
	float: right;
}
.blogLocutores { display:none; }
.flechaScrollIzq, .flechaScrollDer {
	height: 49px;
	width: 24px;
	position: absolute;
	top: 340px;
	z-index: 0;
	cursor: pointer;
}
.flechaScrollIzq {
	background: url(pics/flecha.gif) right top no-repeat;
	left:14px;
}
.flechaScrollDer {
	background: url(pics/flecha.gif) left bottom no-repeat;
	right:14px;
}
.reproducirElemento {
	display: block;
	background-image: url(pics/abrir.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 84px; 
	height: 84px; 
	position: absolute; 
	top: 65.5px; 
	left: 236.5px; 
	z-index: 2;
}
.zoomDeFoto {
	background: url(pics/zoom.png) center center no-repeat;
}
