/*Clases floatbox*/
html
{
	overflow:auto;
}
#float-contenido { position:relative; }

.float-box
{
	width:100%;
	height:100%;
	position:fixed;
	z-index:99999999999998;
	background-color: rgba(0, 0, 0, 0.85);
	left:0px;
	top:0px;
	
}
#float-ventana
{
	overflow:hidden;
	position:absolute;
	margin:0px auto;
	/*background:#f5f5f5;*/
	z-index:99999999999999;
	border: solid 1px #222;	
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
    background:'url("/global/img/floatbox/loading_black.gif") no-repeat center center black ';
}


.cnt-fbox
{
	background:#FFF;
		border-top:1px solid #D1DFE2;}
	
.enviar { background: url(/global/img/enviar.png) no-repeat 0 0; width:205px; }	

.enviar:hover { background: url(/global/img/enviar.png) no-repeat 0 -26px; }	
	
/* fin floatbox */
/* Clases visor de imagenes */
.visorImagenes_float {
		width:640px;
		overflow:hidden;
		position:relative;
}
.divimg_float {
		width:640px;
		left:-640px;
		background:url('/global/img/loading.gif') no-repeat center center;
		float:left;
		
		position:relative;
}

.divimg_float a { text-decoration:none; }

.bloque-imagenes_float 
{
	overflow:hidden;
	width:2000px;
	left:-640px;
	height:480px;
	
}

.reproductor_float
{
		float:left;
		cursor:pointer;
		padding:2px 5px;/*display:block;	*/
}
.botones_float {
		position:absolute;
		z-index:2;
		left:500px;
		top:10px;
		width:400px;
}
a.fl-l { background:url(/global/img/floatbox/slides_atras.png) no-repeat 0 0; }

a.fl-l:hover { background:url(/global/img/floatbox/slides_atras_over.png) no-repeat 0 0; }

a.fl-p { background:url(/global/img/floatbox/slides_play.png) no-repeat 0 0; }

a.fl-p:hover { background:url(/global/img/floatbox/slides_play_over.png) no-repeat 0 0; }

a.fl-r { background:url(/global/img/floatbox/slides_siguiente.png) no-repeat 0 0; }

a.fl-r:hover { background:url(/global/img/floatbox/slides_siguiente_over.png) no-repeat 0 0; }

.pulsado {
		float:left;
		cursor:pointer;
		background:url(/global/img/floatbox/slides_play_over.png) no-repeat 0 0;
		padding:2px 5px;
}

.txt-floatbox {color:#555; font-size: 12px; margin-bottom: 0; padding: 5px 5px 0}
.campoTexto_float {
		top:80%;
		background:url('/global/img/floatbox/bg.png');
		width:640px;
		height:20%;
		position:absolute;
}

.campoTexto_float:hover {
		top:60%;
		background:url('/global/img/floatbox/bg.png');
		width:640px;
		height:40%;
		position:absolute;
}

.campoTexto_float h1 {
		font-size:1.5em;
		padding:18px 25px 0px;
		text-transform:uppercase;
		margin:0px;
}

.campoTexto_float h1 a { color:white; }

.campoTexto_float h1 a:hover { color:#d40000; }


.botones_float {
		position:absolute;
		z-index:2;
		left:500px;
		top:10px;
		width:400px;
}
.cargando
{
	width:100px;
	height:100px;
	background:url('/global/img/floatbox/loading_black.gif') no-repeat center center;
}

.fl-i {
		position: absolute;
		left: 0%;
		top:45%;
		z-index:99999;
		width:42px;
		height:74px;
		background:url(/global/img/floatbox/sprite-botones-visor.png) 0px -79px no-repeat;
		cursor:pointer;
}

.fl-i:hover {
		background:url(/global/img/floatbox/sprite-botones-visor.png) 0px -244px no-repeat;
		cursor:pointer;
}

.fl-d {
		position: absolute;
		right: 0%;
		top:45%;
		z-index:99999;
		width:42px;
		height:74px;
		background:url(/global/img/floatbox/sprite-botones-visor.png) no-repeat 0 0;
		cursor:pointer;
}

.fl-d:hover {
		background:url(/global/img/floatbox/sprite-botones-visor.png) no-repeat 0px -165px;
		cursor:pointer;
}

.box-top, .cerrar-top {background:#BDC3C7; padding: 5px;}


.cerrar {
		width:25px;
		height: 25px;
		background:url(/global/img/floatbox/boton-cerrar.png) no-repeat 0 0;
}

.cerrar:hover { background:url(/global/img/floatbox/boton-cerrar.png) no-repeat 0 -26px; }

/* Final clases visor de imagenes */
