.bloque_visor {
	position: relative;
	float:left;
	width:560px;
	height:266px;
	background:#000;
	padding: 10px 10px 10px 10px;	
}
.bloque_visor_izq{
	position:relative;
	float:left;
	width:216px;
	height:260px;
	overflow-y: hidden;
	
}
.bloque_visor_der{
	position:relative;
	float:right;
	width:340px;
	height:260px;
	border:solid 1px #666666;
}
.bt_bloque_visor a{
	position:relative;
	width:198px;
	padding: 7px 0px 0px 8px;
	background:url(../img/botones/bt_bloquevisor_a-trans.png) 0 0 no-repeat;
	display:block;
	font-size:18px;
	color:#000;
	text-decoration:none;
	margin-bottom:7px;
	height:20px;
}
.bt_bloque_visor a:hover{
	background:url(../img/botones/bt_bloquevisor_b-trans.png) 0 0 no-repeat;
}
.bt_bloque_visor_selec {
	position:relative;
	width:198px;
	padding: 7px 0px 0px 8px;
	background:url(../img/botones/bt_bloquevisor_b-trans.png) 0 0 no-repeat;
	display:block;
	color:#000;
	text-decoration:none;
	margin-bottom:7px;
	height:20px;
	font-size:18px;
}

.bt_bloque_visor_selec a{
	color:#000;
}

.img_visor{
	position:relative;
	width:340px;
	height:260px;
	overflow: hidden;
}
.bloque_pie_visor{
	position:absolute;
	bottom:0px;
	width:330px;
	height:10px;
	padding: 10px 10px 10px 10px;
	/*background-color:#F0F0F2;*/
	display:none;
}
.tipo_galeria{
	position:absolute;
	left:-92px;
	top:0px;
	width:92px;
	height:48px;
	border:solid 1px #3B3B3B;
	background-image:url(../img/fondos/degra_tipo_galeria.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	
	display:none;
}
.bt_video{
	position:absolute;
	width:30px;
	height:30px;
	left:52px;
	top:9px;
}
.bt_foto{
	position:absolute;
	width:30px;
	height:30px;
	left:10px;
	top:9px;
}
.titulo_bloque_pie_visor{
	position:absolute;
	width:268px;
	height:30px;
	left:12px;
	top:9px;
}
.titulo_video{
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px;
}
.navega_bloque_pie_visor{
	position:absolute;
	width:43px;
	height:19px;
	right:7px;
	top:6px;
}
.bt_navega_visor_izq{
	position:absolute;
	width:19px;
	height:19px;
	left:0px;
}
.bt_navega_visor_der{
	position:absolute;
	width:19px;
	height:19px;
	right:0px;
	left: 22px;
}
