/*Clases floatbox*/
html
{
	overflow:auto;
}

.float-box
{
	width:100%;
	height:100%;
	position:fixed;
	z-index:5;
	background:url("./global/img/fondo_floatbox.png");
	left:0px;
	top:0px;
}
#float-ventana
{
	overflow:hidden;
	position:absolute;
	border:1px solid white;
	background:white;
	z-index:6;
	left:50%;

}

.close-box {background:#F1F5F6;}
.cerrar
{
		cursor:pointer;
		background: url("./global/img/x_14x14.png") no-repeat left top;		
}
.cerrar:hover
{
	background: url("./global/img/x_14x14-over.png") no-repeat left top;
}
.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-ficha {
		width:600px;
		left:-600px;
		height:475px;
		background:url("./global/img/loading.gif") no-repeat center center;
		overflow:hidden;
}


.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:530px;
		top:15px;
		width:60px;
}
.fl-l { background:url("./global/img/slides_atras.png") no-repeat 0 0; }

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

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

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

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

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

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


.campoTexto_float {
		top:405px;
		background:url("./global/img/bg.png");
		width:640px;
		height:75px;
		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; }


.campoTexto-ficha {
		top:325px;
		background:#F1F5F6;
		width:600px;
		height:75px;
		border-top: solid 1px #D1DFE2;		
				color:#333; padding:10px 15px 0; margin-bottom:0;
		text-align: left;						
}



.campoTexto-ficha h1  { }

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 600px;
    height: 400px;
}
.wraptocenter * {
    vertical-align: middle;
}

/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/





.cargando
{
	width:500px;
	height:500px;
	background:url("./global/img/loading.gif") no-repeat center center;
}
/* Final clases visor de imagenes */

.fl-i {
		background:url("./global/img/sprite-flvisor.png") no-repeat 0 0;
		position: absolute;
		left: 1%;
		top:50%;
		z-index:99999;
		width:29px;
		height:29px;
}

.fl-i:hover { background:url("./global/img/sprite-flvisor.png") no-repeat 0 -30px; }

.fl-d {
		background:url("./global/img/sprite-flvisor.png") no-repeat 0 -60px;
		position: absolute;
		right: 1%;
		top:50%;
		z-index:99999;
		width:29px;
		height:29px;
}

.fl-d:hover { background:url("./global/img/sprite-flvisor.png") no-repeat 0 -90px; }
