@charset "utf-8";
/* CSS Document */
#galeria {
	width : 100%;
	height : 345px;
}

#foto_principal {
	width : 485px;
	height : 323px;
	border : 1px solid #CCCCCC !important;
	float : left;
    margin: 0 !important;
    padding: 5px 4px 5px 4px !important;
}

.foto_mini {
	width : 42px;
	height: 42px;
	border : 1px solid #CCCCCC !important;
	clear : right;
	float : left;
    margin: 0px 0px 7px 3px !important;
    padding: 3px !important;
	cursor : pointer;
}
/*ayala.. FOTO GALERIA DE NEGOCIO*/
.vf_banco_imagenes {
	width : auto;
	height : auto;
	background : #FFF;
	position: fixed;
	left: 20px;
	top: 20px;
	z-index : 9999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#contenedor_banco_imagenes_negocio {
	width : 100%
	height : auto;
	padding : 15px;
}
#barra_ventana {
	padding : 3px;
	height : 25px;
	line-height : 25px;
	background : url(../imagenes/fondo_barra_cabecera_azul.png) repeat-x;
	color : #fff;
}
.img_banco_imagenes_negocio {
	width : 243px;
	margin-right : 5px;
	opacity : 0;
}