
.visor_home {
		background:#EBEAEA;
		padding:5px;		
		margin-bottom:9px;
		padding-bottom:9px;
		*zoom:1;		
}

.divimg {
		width:10000px;
		height:200px;
	
}

#bloque-imagenes {
		overflow:hidden;
		width:330px;
		position:relative;
}

#bloque-imagenes2 {
		overflow:hidden;
		width:330px;
		position:relative;
		height: 200px;		
}

.box-img-visor {
		width:330px;
		position:relative;
}

.seleccionada {
		background:red;
		color:gray;
		float:left;
		text-align:center;
		width:20px;
}

.noseleccionada {
		color:red;
		background:white;
		float:left;
		cursor:pointer;
		width:20px;
		text-align:center;
}

.botones {
		position:absolute;
		z-index:100;
		left:310px;
		top:200px;
}

.botones2 { }

.reproductor {
		cursor: pointer;
		
		width:24px; height:24px;
		float: left; 		
		*zoom:1;
		
}

.midR {
		display: block;
		background:#206CA4;
		height: 24px;
		float: left;
		overflow: hidden;
		width: 150px;
}

.atras {
		margin-right: 2px;
		
		background: url(/global/img/sprite-rot.png) no-repeat left 0px;
}

.atras:hover { background: url(/global/img/sprite-rot.png) no-repeat left -29px; }

.pausa { margin-right: 2px; background: url(/global/img/sprite-rot.png) no-repeat left -112px; }

.pausa:hover { background: url(/global/img/sprite-rot.png) no-repeat left -139px; }

.siguiente {
		
		background: url(/global/img/sprite-rot.png) no-repeat left -57px;
}

.siguiente:hover { background: url(/global/img/sprite-rot.png) no-repeat left -84px; }

.campoTexto {
		background: url(/global/img/fondo.png) repeat left top;
		padding:6px;
		position: absolute;
		left:0;
		top:145px;
		height:59px;
		overflow: hidden;
		width:300px;
}

.campoTexto a { color:#FFF; }

.lnk-img {
		height:216px;
		overflow: hidden;
		display:block;
}
